aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/Makefile.am
blob: 44d328935cb880183ae93458e7da666f293e5bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
AM_CFLAGS = @ADD_CFLAGS@
AM_YFLAGS = -p asn1p_ -d 
AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c

noinst_LTLIBRARIES = libasn1parser.la

libasn1parser_la_LDFLAGS = -all-static
libasn1parser_la_SOURCES =		\
	asn1parser.c asn1parser.h	\
	asn1p_y.c asn1p_y.h asn1p_l.c	\
	asn1p_module.c asn1p_module.h	\
	asn1p_oid.c asn1p_oid.h		\
	asn1p_value.c asn1p_value.h	\
	asn1p_expr.c asn1p_expr.h	\
	asn1p_expr_str.h		\
	asn1p_expr2uclass.h		\
	asn1p_xports.c asn1p_xports.h	\
	asn1p_constr.c asn1p_constr.h	\
	asn1p_param.c asn1p_param.h	\
	asn1p_class.c asn1p_class.h	\
	asn1p_ref.c asn1p_ref.h		\
	asn1p_list.h

asn1parser.h: asn1p_expr_str.h

asn1p_expr_str.h: expr-h.pl asn1p_expr.h
	./expr-h.pl asn1p_expr.h > $@

EXTRA_DIST = expr-h.pl