]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - kerberos5/tools/asn1_compile/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / kerberos5 / tools / asn1_compile / Makefile
1 # $FreeBSD$
2
3 PROG=   asn1_compile
4 MAN=
5 LIBROKEN_A=     ${.OBJDIR}/../../lib/libroken/libroken.a
6 LDADD=  ${LIBROKEN_A} ${LIBVERS}
7 DPADD=  ${LIBROKEN_A} ${LIBVERS}
8
9 SRCS=   \
10         asn1parse.y \
11         gen.c \
12         gen_copy.c \
13         gen_decode.c \
14         gen_encode.c \
15         gen_free.c \
16         gen_glue.c \
17         gen_length.c \
18         gen_seq.c \
19         gen_template.c \
20         hash.c \
21         lex.l \
22         main.c \
23         roken.h \
24         symbol.c
25
26 CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/asn1 -I.
27
28 CLEANFILES= roken.h lex.c parse.c
29
30 roken.h:
31          make-roken > ${.TARGET}
32
33 .include <bsd.prog.mk>
34
35 .PATH: ${KRB5DIR}/lib/asn1