Don't build profiled libs. No other X lib does.
This commit is contained in:
parent
eff17519e4
commit
b929394cd1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2009/05/23 15:04:34 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/10/03 13:57:56 matthieu Exp $
|
||||
|
||||
LIB= pthread-stubs
|
||||
|
||||
@ -8,6 +8,8 @@ PKGCONFIG= pthread-stubs.pc
|
||||
|
||||
EXTRA_PKGCONFIG_SUBST= '-e s,@PKG_CONFIG_LIBS@,-L$${libdir} -lpthread-stubs,g'
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.6 2009/06/04 16:11:25 matthieu Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.7 2009/10/03 13:57:56 matthieu Exp $
|
||||
|
||||
LIBXCB= ${.CURDIR}/../../../dist/libxcb
|
||||
|
||||
@ -8,6 +8,8 @@ CPPFLAGS= -I${X11BASE}/include \
|
||||
|
||||
LDADD?= `pkg-config --libs xcb`
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
.SUFFIXES: .in
|
||||
|
||||
.PATH: ${LIBXCB}/src
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2009/07/20 20:57:57 matthieu Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.5 2009/10/03 13:57:56 matthieu Exp $
|
||||
|
||||
XCBUTIL= ${.CURDIR}/../../../dist/xcb-util
|
||||
|
||||
@ -6,6 +6,8 @@ CPPFLAGS+= -I${XCBUTIL}/${SUBLIB} -I${X11BASE}/include
|
||||
|
||||
.SUFFIXES: .in
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
HEADERS_SUBDIR= xcb/
|
||||
|
Loading…
Reference in New Issue
Block a user