pkgsrc/devel/bcc/files/Makefile.bcc-cc1
rillig 9fd0f98135 Moved the per-directory Makefiles from patches/ to files/ and adjusted
their contents to what this kind of files looks currently.

Not much has changed, except that PKGMANDIR is honoured.
2006-10-22 06:31:43 +00:00

17 lines
479 B
Makefile

# $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>