blob: bcfaf93d9ce5a099f3f545cbed9ac6196f48b253 [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 Walkin84cd58e2004-08-19 13:29:46 +000016 asn1c_constraint.c asn1c_constraint.h \
Lev Walkin79f54952004-08-13 16:58:19 +000017 asn1c_compat.c asn1c_compat.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +000018 asn1c_fdeps.c asn1c_fdeps.h \
Lev Walkinf15320b2004-06-03 03:38:44 +000019 asn1c_internal.h
20
Lev Walkind612ce22004-08-18 04:47:49 +000021TESTS = $(check_PROGRAMS)
Lev Walkinf15320b2004-06-03 03:38:44 +000022
23check_PROGRAMS = check_compiler
24
Lev Walkind612ce22004-08-18 04:47:49 +000025check_compiler_LDADD = $(noinst_LTLIBRARIES) \
26 $(top_builddir)/libasn1parser/libasn1parser.la \
27 $(top_builddir)/libasn1fix/libasn1fix.la