Deleted Added
full compact
Makefile (40884) Makefile (41107)
1# $Id: Makefile,v 1.17 1998/11/04 02:36:18 jkh Exp $
1# $Id: Makefile,v 1.18 1998/11/04 03:42:36 msmith Exp $
2
3BASE= loader
4PROG= ${BASE}
5NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader"
8BINDIR?= /boot
9
10# architecture-specific loader code
11SRCS= main.c conf.c
12
13# Enable PnP and ISA-PnP code.
14HAVE_PNP= yes
15HAVE_ISABUS= yes
16
17# Enable BootForth
2
3BASE= loader
4PROG= ${BASE}
5NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader"
8BINDIR?= /boot
9
10# architecture-specific loader code
11SRCS= main.c conf.c
12
13# Enable PnP and ISA-PnP code.
14HAVE_PNP= yes
15HAVE_ISABUS= yes
16
17# Enable BootForth
18#BOOT_FORTH= yes
19#CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
20#.if exists(${.OBJDIR}/../../ficl/libficl.a)
21#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
22#.else
23#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
24#.endif
18BOOT_FORTH= yes
19CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
20.if exists(${.OBJDIR}/../../ficl/libficl.a)
21LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
22.else
23LIBFICL= ${.CURDIR}/../../ficl/libficl.a
24.endif
25
26# Always add MI sources
27.PATH: ${.CURDIR}/../../common
28.include <${.CURDIR}/../../common/Makefile.inc>
29CFLAGS+= -I${.CURDIR}/../../common
30CFLAGS+= -I${.CURDIR}/../../.. -I.
31
32CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym

--- 65 unchanged lines hidden ---
25
26# Always add MI sources
27.PATH: ${.CURDIR}/../../common
28.include <${.CURDIR}/../../common/Makefile.inc>
29CFLAGS+= -I${.CURDIR}/../../common
30CFLAGS+= -I${.CURDIR}/../../.. -I.
31
32CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym

--- 65 unchanged lines hidden ---