9fd0f98135
their contents to what this kind of files looks currently. Not much has changed, except that PKGMANDIR is honoured.
17 lines
479 B
Text
17 lines
479 B
Text
# $NetBSD: Makefile.bcc-cc1,v 1.1 2006/10/22 06:31:43 rillig Exp $
|
|
#
|
|
|
|
.PATH: ../bcc
|
|
|
|
PROG= bcc-cc1
|
|
SRCS= assign.c declare.c gencode.c label.c preserve.c type.c \
|
|
bcc-cc1.c express.c genloads.c loadexp.c scan.c \
|
|
exptree.c glogcode.c longop.c softop.c codefrag.c \
|
|
floatop.c hardop.c output.c state.c debug.c function.c \
|
|
input.c preproc.c table.c
|
|
CPPFLAGS+= -DNSIG=32
|
|
CPPFLAGS+= -DLOCALPREFIX=\"${PREFIX}\"
|
|
WARNS= 0
|
|
BINDIR= ${PREFIX}/lib/bcc
|
|
|
|
.include <bsd.prog.mk>
|