Makefile revision 1.20
11.20Sthorpej# $NetBSD: Makefile,v 1.20 2002/02/17 20:03:09 thorpej Exp $ 21.1Sperry 31.2SthorpejS= ${.CURDIR}/../../../../ 41.1Sperry 51.9SdrochnerBASE= dosboot 61.9SdrochnerPROG= ${BASE}.com 71.19StvNOMAN= # defined 81.6SthorpejNEWVERSWHAT= "DOS Boot" 91.20SthorpejSTARTFILE= ${DOSSTART} 101.20SthorpejRELOC= 0x100 111.1Sperry 121.10SchristosSRCS= main.c devopen.c exec.c 131.1Sperry 141.18SjdolecekCPPFLAGS+= -DCOMPAT_386BSD_MBRPART 151.14SjhawkCPPFLAGS+= -DXMS 161.8Sdrochner#uncomment if there are problems with memory detection 171.8Sdrochner#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT 181.1Sperry 191.1Sperry#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop 201.13SdrochnerCFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main 211.1Sperry 221.1Sperry# XXX should go into library 231.13SdrochnerSRCS+= getopt.c 241.1Sperry.PATH: ${.CURDIR}/../libsa 251.1Sperry 261.4SdrochnerSAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000 271.1SperrySAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no 281.1SperryI386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes 291.12Sdrochner 301.12SdrochnerVERSIONFILE= ${.CURDIR}/version 311.17Swiz 321.17Swiz.include <bsd.own.mk> 331.15Sjhawk 341.15Sjhawk.ifndef RELEASEDIR 351.15Sjhawkrelease: 361.15Sjhawk @echo setenv RELEASEDIR first 371.15Sjhawk @false 381.15Sjhawk.else 391.15Sjhawkrelease: 401.16Senami cp dosboot.com ${RELEASEDIR}/installation/misc 411.15Sjhawk.endif 421.1Sperry 431.1Sperry.include "../Makefile.booters" 44