From b21f057e470adb863435dc41a0293a76a45ee0ee Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 3 Jun 2005 19:12:49 +0000 Subject: Coalesce the common makefile code in the builtin.mk file that inspect the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check. --- graphics/glu/builtin-imake.mk | 12 ------------ graphics/glu/builtin.mk | 17 ++++------------- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 graphics/glu/builtin-imake.mk (limited to 'graphics/glu') diff --git a/graphics/glu/builtin-imake.mk b/graphics/glu/builtin-imake.mk deleted file mode 100644 index d4a66cae37c..00000000000 --- a/graphics/glu/builtin-imake.mk +++ /dev/null @@ -1,12 +0,0 @@ -XCOMM $NetBSD: builtin-imake.mk,v 1.1 2005/06/01 18:02:56 jlam Exp $ - -/* - * Check the value of BuildGLULibrary for the presence of - * glu in the X11 distribution. - */ -builtin-test: -#if BuildGLULibrary - @echo yes -#else - @echo no -#endif diff --git a/graphics/glu/builtin.mk b/graphics/glu/builtin.mk index a0fc6575364..18f3916117e 100644 --- a/graphics/glu/builtin.mk +++ b/graphics/glu/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.7 2005/06/03 17:02:36 jlam Exp $ +# $NetBSD: builtin.mk,v 1.8 2005/06/03 19:12:49 jlam Exp $ BUILTIN_PKG:= glu @@ -14,18 +14,9 @@ BUILTIN_FIND_FILES.H_GLU= ${X11BASE}/include/GL/glu.h .if !defined(IS_BUILTIN.glu) IS_BUILTIN.glu= no . if exists(${H_GLU}) -PKGSRC_USE_TOOLS+= imake # XXX -IMAKE?= ${X11BASE}/bin/imake # XXX -_BUILTIN_IMAKE_CMD= ${IMAKE:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} -. if exists(${_BUILTIN_IMAKE_CMD}) -IS_BUILTIN.glu!= \ - dir=`cd ${BUILDLINK_PKGSRCDIR.glu} && ${PWD_CMD}`; \ - cd ${TMPDIR:U/tmp:Q} && \ - ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config \ - -f $$dir/builtin-imake.mk -C builtin-imake.$$$$.c \ - -s - | \ - ${IMAKE_MAKE} -f - builtin-test -. endif +BUILTIN_IMAKE_CHECK:= glu:BuildGLULibrary +. include "../../mk/buildlink3/imake-check.mk" +IS_BUILTIN.glu= ${BUILTIN_IMAKE_CHECK.glu} . endif .endif MAKEVARS+= IS_BUILTIN.glu -- cgit v1.2.3