diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/expat/Makefile | 6 | ||||
-rw-r--r-- | lib/freetype/Makefile | 5 | ||||
-rw-r--r-- | lib/libGL/Makefile | 2 | ||||
-rw-r--r-- | lib/libGLU/Makefile | 6 | ||||
-rw-r--r-- | lib/libGLw/Makefile | 4 |
5 files changed, 17 insertions, 6 deletions
diff --git a/lib/expat/Makefile b/lib/expat/Makefile index 2c3e31069..4fd89d273 100644 --- a/lib/expat/Makefile +++ b/lib/expat/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $ -# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2006/12/02 16:28:48 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2006/12/02 16:28:48 matthieu Exp $ .include <bsd.own.mk> DIST= ${.CURDIR} @@ -23,6 +23,8 @@ includes: ${DIST}/lib/expat_external.h \ ${DESTDIR}${X11BASE}/include/expat_external.h +obj: _xenocara_obj + NOPROFILE= .include <bsd.lib.mk> diff --git a/lib/freetype/Makefile b/lib/freetype/Makefile index af5825246..d2522f265 100644 --- a/lib/freetype/Makefile +++ b/lib/freetype/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/29 18:03:09 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2006/12/02 16:28:48 matthieu Exp $ FREETYPESRC= ${.CURDIR}/src @@ -18,9 +18,12 @@ CPPFLAGS+= -I${.CURDIR}/include -I${.CURDIR}/src/lzw -DFT2_BUILD_LIBRARY CLEANFILES+= freetype-config freetype2.pc +obj: _xenocara_obj + build: cd ${.CURDIR} && ${MAKE} clean cd ${.CURDIR} && ${SUDO} ${MAKE} includes + cd ${.CURDIR} && ${MAKE} depend cd ${.CURDIR} && ${MAKE} all cd ${.CURDIR} && ${SUDO} ${MAKE} install diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile index 7f148f12b..d5fdbc820 100644 --- a/lib/libGL/Makefile +++ b/lib/libGL/Makefile @@ -390,6 +390,8 @@ x86_xform4.o: matypes.h NOPROFILE= +obj: _xenocara_obj + .include <bsd.lib.mk> .include <bsd.xorg.mk> diff --git a/lib/libGLU/Makefile b/lib/libGLU/Makefile index 4ddd88beb..7d4224284 100644 --- a/lib/libGLU/Makefile +++ b/lib/libGLU/Makefile @@ -119,8 +119,7 @@ CPPFLAGS+= -I${DIST}/include \ NOPROFILE= -.include <bsd.lib.mk> -.include <bsd.xorg.mk> +obj: _xenocara_obj includes: @cmp -s ${DIST}/include/GL/glu.h \ @@ -128,6 +127,9 @@ includes: || ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${DIST}/include/GL/glu.h ${DESTDIR}${X11BASE}/include/GL +.include <bsd.lib.mk> +.include <bsd.xorg.mk> + .PATH: ${GLU}/libutil .PATH: ${GLU}/libtess .PATH: ${GLU}/libnurbs/interface diff --git a/lib/libGLw/Makefile b/lib/libGLw/Makefile index 8ddcade56..24777baaa 100644 --- a/lib/libGLw/Makefile +++ b/lib/libGLw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2006/12/02 16:28:48 matthieu Exp $ DIST= ${.CURDIR}/../../dist/Mesa GLW= ${DIST}/src/glw @@ -17,6 +17,8 @@ INCS= \ GLwMDrawA.h \ GLwMDrawAP.h +obj: _xenocara_obj + includes: cd ${GLW}; for i in ${INCS}; do \ j="cmp -s $$i ${DESTDIR}${INCSDIR}/GL/$$i || \ |