blob: 6c663330a3f811f1688dd64e302d8b937c3c8594 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Bi-Ruei, Chiuc46137b2017-05-08 17:04:38 +08002CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin0f5dd342017-09-13 22:52:39 +00004AM_CFLAGS = $(SKELETONS_CFLAGS)
5
Lev Walkin70393102005-03-24 03:30:13 +00006dist_pkgdata_DATA = \
Lev Walkine0d321a2014-09-11 01:28:57 -07007 ${srcdir}/README \
8 ${srcdir}/*.[ch] \
9 ${srcdir}/file-dependencies
10
Lev Walkin94134142017-03-26 03:11:02 -070011smodsdir=$(pkgdatadir)
Lev Walkine0d321a2014-09-11 01:28:57 -070012
13nobase_dist_smods_DATA = \
14 standard-modules/README \
15 standard-modules/ASN1-Object-Identifier-Module.asn1 \
16 standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
17
Lev Walkin3eb6a8e2006-03-06 11:20:57 +000018
Lev Walkinf15320b2004-06-03 03:38:44 +000019uninstall-local:
20 -@echo -n " "
21 -rm -f -r $(DESTDIR)$(pkgdatadir)
Lev Walkind61e1b12007-07-23 06:48:04 +000022
23check_LTLIBRARIES = libasn1cskeletons.la
24
Lev Walkinff92aa32017-09-27 13:15:21 -070025libasn1cskeletons_la_SOURCES = \
26 ANY.c ANY.h \
27 BIT_STRING.c BIT_STRING.h \
28 BIT_STRING_oer.c \
29 BMPString.c BMPString.h \
30 BOOLEAN.c BOOLEAN.h \
31 ENUMERATED.c ENUMERATED.h \
32 GeneralString.c GeneralString.h \
33 GeneralizedTime.c GeneralizedTime.h \
34 GraphicString.c GraphicString.h \
35 IA5String.c IA5String.h \
36 INTEGER.c INTEGER.h \
37 INTEGER_oer.c \
38 ISO646String.c ISO646String.h \
39 NULL.c NULL.h \
40 NativeEnumerated.c NativeEnumerated.h \
41 NativeEnumerated_oer.c \
42 NativeInteger.c NativeInteger.h \
43 NativeInteger_oer.c \
44 NativeReal.c NativeReal.h \
45 NumericString.c NumericString.h \
46 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
47 OCTET_STRING.c OCTET_STRING.h \
48 OCTET_STRING_oer.c \
49 OPEN_TYPE.c OPEN_TYPE.h \
50 ObjectDescriptor.c ObjectDescriptor.h \
51 PrintableString.c PrintableString.h \
52 REAL.c REAL.h \
53 RELATIVE-OID.c RELATIVE-OID.h \
54 T61String.c T61String.h \
55 TeletexString.c TeletexString.h \
56 UTCTime.c UTCTime.h \
57 UTF8String.c UTF8String.h \
58 UniversalString.c UniversalString.h \
59 VideotexString.c VideotexString.h \
60 VisibleString.c VisibleString.h \
61 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
62 asn_SET_OF.c asn_SET_OF.h \
63 asn_application.c asn_application.h \
64 asn_codecs.h \
65 asn_codecs_prim.c asn_codecs_prim.h \
66 asn_internal.h asn_system.h \
67 asn_bit_data.c asn_bit_data.h \
Lev Walkina5972be2017-09-29 23:15:58 -070068 asn_random_fill.c asn_random_fill.h \
Lev Walkinff92aa32017-09-27 13:15:21 -070069 ber_decoder.c ber_decoder.h \
70 ber_tlv_length.c ber_tlv_length.h \
71 ber_tlv_tag.c ber_tlv_tag.h \
72 constr_CHOICE.c constr_CHOICE.h \
73 constr_CHOICE_oer.c \
74 constr_SEQUENCE.c constr_SEQUENCE.h \
75 constr_SEQUENCE_oer.c \
76 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
77 constr_SET.c constr_SET.h \
78 constr_SET_OF.c constr_SET_OF.h \
79 constr_SET_OF_oer.c \
80 constr_TYPE.c constr_TYPE.h \
81 constraints.c constraints.h \
82 der_encoder.c der_encoder.h \
83 oer_decoder.c oer_decoder.h \
84 oer_encoder.c oer_encoder.h \
85 oer_support.c oer_support.h \
86 per_decoder.c per_decoder.h \
87 per_encoder.c per_encoder.h \
88 per_opentype.c per_opentype.h \
89 per_support.c per_support.h \
90 xer_decoder.c xer_decoder.h \
91 xer_encoder.c xer_encoder.h \
92 xer_support.c xer_support.h
Lev Walkind61e1b12007-07-23 06:48:04 +000093
Lev Walkin478819d2017-09-26 22:48:30 -070094check_PROGRAMS = check-converter_example
Lev Walkin6d46bc32017-09-12 21:34:00 -070095LDADD = -lm
96
Lev Walkin478819d2017-09-26 22:48:30 -070097check_converter_example_CFLAGS = -DNO_ASN_PDU
98check_converter_example_SOURCES = converter-example.c
99check_converter_example_LDADD = libasn1cskeletons.la