Makefile.gnuwrap revision 1.1
11.1Stv# $NetBSD: Makefile.gnuwrap,v 1.1 2001/11/12 23:16:23 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 15