Makefile.gnuwrap revision 1.2
11.2Stv# $NetBSD: Makefile.gnuwrap,v 1.2 2001/11/13 04:01:49 tv Exp $ 21.1Stv# 31.1Stv# Wrapper for GNU Makefiles. 41.1Stv 51.1Stv.include "${.CURDIR}/Makefile" 61.1Stv 71.1Stv# Prevent targets in source directories from being rebuilt. 81.1Stv 91.1Stv_srcdir:= ${srcdir} 101.1Stv.MADE: ${.ALLTARGETS:M${srcdir}/*} 111.1Stv 121.1Stv# Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree). 131.1Stv.po.gmo .l.c .y.c .y.h: 141.1Stv @true 151.2Stv 161.2Stv# Make sure this file gets re-loaded recursively. 171.2Stv_GNUWRAPPER:= ${.PARSEDIR}/${.PARSEFILE} 181.2StvMAKE:= ${MAKE} -f ${_GNUWRAPPER} 19