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