Makefile revision 1.8
11.8Sdrochner# $NetBSD: Makefile,v 1.8 1997/08/14 17:00:22 drochner Exp $ 21.1Sperry 31.2SthorpejS= ${.CURDIR}/../../../../ 41.1Sperry 51.1SperryPROG= dosboot 61.1SperryNOMAN= 71.6SthorpejNEWVERSWHAT= "DOS Boot" 81.1Sperry 91.6SthorpejSRCS= main.c devopen.c 101.1Sperry 111.1SperryCLEANFILES+= ${DOSSTART} ${PROG}.sym ${PROG}.com ${PROG}.list 121.1Sperry 131.5SdrochnerCPPFLAGS+= -DCOMPAT_OLDBOOT -DXMS 141.8Sdrochner#uncomment if there are problems with memory detection 151.8Sdrochner#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT 161.1Sperry 171.1Sperry#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop 181.4SdrochnerCFLAGS+= -Wall 191.1Sperry 201.1Sperry# XXX should go into library 211.1SperrySRCS+= getopt.c ls.c 221.1Sperry.PATH: ${.CURDIR}/../libsa 231.1Sperry 241.1Sperry${PROG}: ${PROG}.com 251.1Sperry @# do nothing 261.1Sperry 271.3Smycroftproginstall:: 281.1Sperry ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 291.1Sperry ${PROG}.com ${DESTDIR}${BINDIR} 301.1Sperry 311.4SdrochnerSAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000 321.1SperrySAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no 331.1SperryI386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes 341.1Sperry 351.1Sperry.include "../Makefile.booters" 36