HardenedBSD/gnu/usr.bin/bison/Makefile

22 lines
483 B
Makefile
Raw Normal View History

1999-08-28 01:37:10 +02:00
# $FreeBSD$
1996-09-10 15:23:46 +02:00
.PATH: ${.CURDIR}/../../../contrib/bison
SUBDIR= data doc
PROG= bison
MAN1= bison.1
DATADIR= ${SHAREDIR}/misc
CFLAGS+= -DHAVE_CONFIG_H
1996-09-10 15:23:46 +02:00
CFLAGS+= -DXPFILE=\"${DATADIR}/bison.simple\"
CFLAGS+= -DXPFILE1=\"${DATADIR}/bison.hairy\"
CFLAGS+= -I${.CURDIR}
1996-09-10 15:23:46 +02:00
SRCS+= LR0.c allocate.c closure.c conflicts.c derives.c files.c \
getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \
1999-08-15 00:30:36 +02:00
print.c reader.c reduce.c symtab.c warshall.c getopt.c getopt1.c
1996-09-10 15:23:46 +02:00
.include <bsd.prog.mk>