1 1.2 tv # $NetBSD: Makefile.gnuwrap,v 1.2 2001/11/13 04:01:49 tv Exp $ 2 1.1 tv # 3 1.1 tv # Wrapper for GNU Makefiles. 4 1.1 tv 5 1.1 tv .include "${.CURDIR}/Makefile" 6 1.1 tv 7 1.1 tv # Prevent targets in source directories from being rebuilt. 8 1.1 tv 9 1.1 tv _srcdir:= ${srcdir} 10 1.1 tv .MADE: ${.ALLTARGETS:M${srcdir}/*} 11 1.1 tv 12 1.1 tv # Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree). 13 1.1 tv .po.gmo .l.c .y.c .y.h: 14 1.1 tv @true 15 1.2 tv 16 1.2 tv # Make sure this file gets re-loaded recursively. 17 1.2 tv _GNUWRAPPER:= ${.PARSEDIR}/${.PARSEFILE} 18 1.2 tv MAKE:= ${MAKE} -f ${_GNUWRAPPER} 19