blob: ef96aef9108cd63a8d653859cb9db0e71789a170 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
2AM_CPPFLAGS = \
3 -I${top_srcdir}/libasn1parser \
4 -I${top_srcdir}/libasn1fix
5
6noinst_LTLIBRARIES = libasn1compiler.la
7
8libasn1compiler_la_LDFLAGS = -all-static
9libasn1compiler_la_SOURCES = \
10 asn1compiler.c asn1compiler.h \
11 asn1c_misc.c asn1c_misc.h \
12 asn1c_out.c asn1c_out.h \
13 asn1c_lang.c asn1c_lang.h \
14 asn1c_save.c asn1c_save.h \
15 asn1c_C.c asn1c_C.h \
Lev Walkin79f54952004-08-13 16:58:19 +000016 asn1c_compat.c asn1c_compat.h \
Lev Walkinf15320b2004-06-03 03:38:44 +000017 asn1c_internal.h
18
Lev Walkind612ce22004-08-18 04:47:49 +000019TESTS = $(check_PROGRAMS)
Lev Walkinf15320b2004-06-03 03:38:44 +000020
21check_PROGRAMS = check_compiler
22
Lev Walkind612ce22004-08-18 04:47:49 +000023check_compiler_LDADD = $(noinst_LTLIBRARIES) \
24 $(top_builddir)/libasn1parser/libasn1parser.la \
25 $(top_builddir)/libasn1fix/libasn1fix.la