blob: 0e52b4f3908d9b71594ba65e1224733ab0fcc894 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
2
3AM_CFLAGS = @ADD_CFLAGS@
4AM_CPPFLAGS = -I${top_srcdir}/libasn1parser
5
6noinst_LTLIBRARIES = libasn1fix.la
7
8libasn1fix_la_LDFLAGS = -all-static
9libasn1fix_la_SOURCES = \
10 asn1fix.c asn1fix.h \
11 asn1fix_internal.h \
12 asn1fix_misc.c asn1fix_misc.h \
13 asn1fix_value.c asn1fix_value.h \
14 asn1fix_compat.c asn1fix_compat.h \
15 asn1fix_constr.c asn1fix_constr.h \
16 asn1fix_cstring.c asn1fix_cstring.h \
17 asn1fix_retrieve.c asn1fix_retrieve.h \
18 asn1fix_bitstring.c asn1fix_bitstring.h \
19 asn1fix_integer.c asn1fix_integer.h \
20 asn1fix_dereft.c asn1fix_dereft.h \
21 asn1fix_derefv.c asn1fix_derefv.h \
22 asn1fix_export.c asn1fix_export.h \
23 asn1fix_param.c asn1fix_param.h \
24 asn1fix_class.c asn1fix_class.h \
25 asn1fix_tags.c asn1fix_tags.h \
26 asn1fix_enum.c asn1fix_enum.h
27libasn1fix_la_LIBADD = ${top_builddir}/libasn1parser/libasn1parser.la
28
29check_PROGRAMS = check_fixer
30
31LDADD = ${noinst_LTLIBRARIES} ${libasn1fix_la_LIBADD}
32DEPENDENCIES = ${LDADD}
33
34TESTS_ENVIRONMENT= ./check_fixer
35TESTS = ${top_srcdir}/tests/*.asn1
36## TESTS = ${check_PROGRAMS} # This is an alternate form of testing