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