[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / asn1_compile

File: [local] / src / usr.bin / asn1_compile / Attic / Makefile (download)

Revision 1.2, Sun May 11 21:40:50 2003 UTC (21 years, 1 month ago) by hin
Branch: MAIN
Changes since 1.1: +2 -2 lines

-I$(.CURDIR) to make it work with obj links

# $OpenBSD: Makefile,v 1.2 2003/05/11 21:40:50 hin Exp $

PROG=	asn1_compile
NOMAN=
SRCS=	parse.c lex.l main.c hash.c symbol.c gen.c \
        gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c \
        gen_glue.c getarg.c

CFLAGS+=-I. -I$(.CURDIR) -DFALSE=0 -DTRUE=1

CLEANFILES=	parse.[ch] lex.c

parse.h parse.c:	parse.y
	${YACC} -d -o parse.c ${.ALLSRC}

.include <bsd.prog.mk>