aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/Makefile.am
blob: 8148dceb953e2413699287f49d6468f5bded4c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CFLAGS = @ADD_CFLAGS@

AM_CPPFLAGS =	\
	-I$(top_srcdir)/libasn1parser	\
	-I$(top_srcdir)/libasn1fix

noinst_LTLIBRARIES = libasn1compiler.la

libasn1compiler_la_LDFLAGS = -all-static
libasn1compiler_la_SOURCES =			\
	asn1compiler.c asn1compiler.h		\
	asn1c_misc.c asn1c_misc.h		\
	asn1c_out.c asn1c_out.h			\
	asn1c_lang.c asn1c_lang.h		\
	asn1c_save.c asn1c_save.h		\
	asn1c_C.c asn1c_C.h			\
	asn1c_constraint.c asn1c_constraint.h	\
	asn1c_compat.c asn1c_compat.h		\
	asn1c_fdeps.c asn1c_fdeps.h		\
	asn1c_internal.h