Makefile.inc revision 1.5
11.5She# $NetBSD: Makefile.inc,v 1.5 2003/10/30 20:19:25 he Exp $ 21.1Stsutsui 31.1StsutsuiBINDIR= /usr/mdec 41.5She 51.5SheCFLAGS+= -ffreestanding 61.2Stsutsui 71.2Stsutsui# if there is a 'version' file, add rule for vers.c and add it to SRCS 81.2Stsutsui# and CLEANFILES 91.2Stsutsui.if exists(version) 101.2Stsutsui.PHONY: vers.c 111.2Stsutsuivers.c: version 121.4Slukem ${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE} 131.2Stsutsui 141.2StsutsuiSRCS+= vers.c 151.2StsutsuiCLEANFILES+= vers.c 161.2Stsutsui.endif 171.3Ssimonb 181.3Ssimonb# XXX SHOULD NOT NEED TO DEFINE THESE! 191.3SsimonbLIBCRT0= 201.3SsimonbLIBC= 211.3SsimonbLIBCRTBEGIN= 221.3SsimonbLIBCRTEND= 23