Module Name: src
Committed By: christos
Date: Mon Oct 26 01:22:12 UTC 2009
Added Files:
src/compat/external/bsd/flex/lib: Makefile
Log Message:
Add glue
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/compat/external/bsd/flex/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/compat/external/bsd/flex/lib/Makefile
diff -u /dev/null src/compat/external/bsd/flex/lib/Makefile:1.1
--- /dev/null Sun Oct 25 21:22:12 2009
+++ src/compat/external/bsd/flex/lib/Makefile Sun Oct 25 21:22:11 2009
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2009/10/26 01:22:11 christos Exp $
+
+NOLINT= # defined
+NOMAN= # defined
+NONLS= # defined
+NOINFO= # defined
+NOSHARE= # defined
+
+NOCHECKVER= # defined
+
+.include <bsd.obj.mk>
+
+# Resolve pathnames in variables.
+_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD LIBDPLIBS LIB_ROOT_DIR
+.for var in ${_RESOLVE_VARS}
+${var}:= ${${var}}
+.endfor
+
+_CURDIR:= ${.CURDIR}
+
+.PATH: ${NETBSDSRCDIR}/external/bsd/flex/lib
+.CURDIR:=${NETBSDSRCDIR}/external/bsd/flex/lib
+
+.include "${NETBSDSRCDIR}/compat/Makefile.compat"
+.include "${.CURDIR}/Makefile"
+
+# Resolve pathnames from "real" Makefile, and switch .CURDIR back.
+_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD ARCHDIR COMPATDIR COMPATARCHDIR LIBCDIR RPC_INCS RPC_XDIR LIBEDITDIR MODOBJDIR RUMPTOP
+.for var in ${_RESOLVE_VARS}
+${var}:= ${${var}}
+.endfor
+
+.CURDIR:= ${_CURDIR}
+.undef _CURDIR