Home | History | Annotate | Line # | Download | only in stand
Makefile.inc revision 1.8.8.2
      1  1.8.8.2   bouyer #	$NetBSD: Makefile.inc,v 1.8.8.2 2000/12/08 09:26:30 bouyer Exp $
      2      1.1  thorpej 
      3      1.1  thorpej BINDIR=			/usr/mdec
      4      1.1  thorpej 
      5      1.1  thorpej # RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
      6      1.1  thorpej RELOC=	FFF00000
      7      1.1  thorpej 
      8      1.7  thorpej CPPFLAGS+=		-DDCACONSOLE -DAPCICONSOLE -DITECONSOLE -DDCMCONSOLE
      9      1.4  thorpej CPPFLAGS+=		-DHIL_KEYBOARD -DUK_KEYBOARD
     10      1.4  thorpej CPPFLAGS+=		-DDOMAIN_KEYBOARD
     11      1.8  thorpej CPPFLAGS+=		-D_STANDALONE -DCOMPAT_NOLABEL -Dhp300
     12      1.1  thorpej CPPFLAGS+=		-DCOMPAT_UFS -DNO_LSEEK
     13      1.3  thorpej 
     14      1.3  thorpej # Limit the alloc() heap to below the msgbuf and ROM scratch pages.
     15      1.3  thorpej CPPFLAGS+=		-DHEAP_LIMIT="0xffffdfff"
     16      1.1  thorpej 
     17      1.6  thorpej COMMONSOURCE=		srt0.S autoconf.c clock.c conf.c cons.c devopen.c \
     18      1.2  thorpej 			machdep.c prf.c rawfs.c netio.c
     19      1.7  thorpej DRIVERSOURCE=		apci.c ct.c dca.c dcm.c dnkbd.c fhpib.c hil.c \
     20      1.7  thorpej 			hpib.c if_le.c ite.c ite_dv.c ite_gb.c ite_rb.c \
     21      1.7  thorpej 			ite_subr.c ite_tc.c ite_hy.c kbd.c kbdconf.c \
     22      1.7  thorpej 			nhpib.c rd.c scsi.c sd.c
     23      1.1  thorpej 
     24  1.8.8.2   bouyer .ifnmake(print-objdir)
     25  1.8.8.2   bouyer MKBOOTOBJDIR!=		cd ${.CURDIR}/../mkboot ; ${MAKE} print-objdir
     26      1.1  thorpej MKBOOT_PROG=		${MKBOOTOBJDIR}/mkboot
     27  1.8.8.2   bouyer .endif
     28      1.1  thorpej 
     29      1.1  thorpej # Make sure ${MKBOOT_PROG} is always available
     30      1.1  thorpej ${MKBOOT_PROG}:
     31  1.8.8.1   bouyer 	@cd ${MKBOOTDIR} && ${MAKE} depend && ${MAKE}
     32  1.8.8.1   bouyer 
     33  1.8.8.1   bouyer release:
     34