Makefile revision 1.19
11.19Stv# $NetBSD: Makefile,v 1.19 2001/12/12 01:49:44 tv Exp $ 21.1Sperry 31.2SthorpejS= ${.CURDIR}/../../../../ 41.1Sperry 51.9SdrochnerBASE= dosboot 61.9SdrochnerPROG= ${BASE}.com 71.19StvNOMAN= # defined 81.6SthorpejNEWVERSWHAT= "DOS Boot" 91.1Sperry 101.10SchristosSRCS= main.c devopen.c exec.c 111.1Sperry 121.9SdrochnerCLEANFILES+= ${DOSSTART} ${BASE}.sym 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