blob: d7560aebb16809f74c6bb9dbb3b664fc086c66c7 [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 Walkind84f6032017-10-03 16:33:59 -07003CFLAGS += ${SKELETONS_CFLAGS} # Put -std=c89 at the end!
Lev Walkin0f5dd342017-09-13 22:52:39 +00004
Lev Walkin70393102005-03-24 03:30:13 +00005dist_pkgdata_DATA = \
Lev Walkine0d321a2014-09-11 01:28:57 -07006 ${srcdir}/README \
7 ${srcdir}/*.[ch] \
8 ${srcdir}/file-dependencies
9
Lev Walkin94134142017-03-26 03:11:02 -070010smodsdir=$(pkgdatadir)
Lev Walkine0d321a2014-09-11 01:28:57 -070011
12nobase_dist_smods_DATA = \
13 standard-modules/README \
14 standard-modules/ASN1-Object-Identifier-Module.asn1 \
15 standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
16
Lev Walkin3eb6a8e2006-03-06 11:20:57 +000017
Lev Walkinf15320b2004-06-03 03:38:44 +000018uninstall-local:
19 -@echo -n " "
20 -rm -f -r $(DESTDIR)$(pkgdatadir)
Lev Walkind61e1b12007-07-23 06:48:04 +000021
22check_LTLIBRARIES = libasn1cskeletons.la
23
Lev Walkinff92aa32017-09-27 13:15:21 -070024libasn1cskeletons_la_SOURCES = \
25 ANY.c ANY.h \
26 BIT_STRING.c BIT_STRING.h \
27 BIT_STRING_oer.c \
28 BMPString.c BMPString.h \
29 BOOLEAN.c BOOLEAN.h \
30 ENUMERATED.c ENUMERATED.h \
31 GeneralString.c GeneralString.h \
32 GeneralizedTime.c GeneralizedTime.h \
33 GraphicString.c GraphicString.h \
34 IA5String.c IA5String.h \
35 INTEGER.c INTEGER.h \
36 INTEGER_oer.c \
37 ISO646String.c ISO646String.h \
38 NULL.c NULL.h \
39 NativeEnumerated.c NativeEnumerated.h \
40 NativeEnumerated_oer.c \
41 NativeInteger.c NativeInteger.h \
42 NativeInteger_oer.c \
43 NativeReal.c NativeReal.h \
44 NumericString.c NumericString.h \
45 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
46 OCTET_STRING.c OCTET_STRING.h \
47 OCTET_STRING_oer.c \
48 OPEN_TYPE.c OPEN_TYPE.h \
49 ObjectDescriptor.c ObjectDescriptor.h \
50 PrintableString.c PrintableString.h \
51 REAL.c REAL.h \
52 RELATIVE-OID.c RELATIVE-OID.h \
53 T61String.c T61String.h \
54 TeletexString.c TeletexString.h \
55 UTCTime.c UTCTime.h \
56 UTF8String.c UTF8String.h \
57 UniversalString.c UniversalString.h \
58 VideotexString.c VideotexString.h \
59 VisibleString.c VisibleString.h \
60 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
61 asn_SET_OF.c asn_SET_OF.h \
62 asn_application.c asn_application.h \
63 asn_codecs.h \
64 asn_codecs_prim.c asn_codecs_prim.h \
65 asn_internal.h asn_system.h \
66 asn_bit_data.c asn_bit_data.h \
Lev Walkina5972be2017-09-29 23:15:58 -070067 asn_random_fill.c asn_random_fill.h \
Lev Walkinff92aa32017-09-27 13:15:21 -070068 ber_decoder.c ber_decoder.h \
69 ber_tlv_length.c ber_tlv_length.h \
70 ber_tlv_tag.c ber_tlv_tag.h \
71 constr_CHOICE.c constr_CHOICE.h \
72 constr_CHOICE_oer.c \
73 constr_SEQUENCE.c constr_SEQUENCE.h \
74 constr_SEQUENCE_oer.c \
75 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
76 constr_SET.c constr_SET.h \
77 constr_SET_OF.c constr_SET_OF.h \
78 constr_SET_OF_oer.c \
79 constr_TYPE.c constr_TYPE.h \
80 constraints.c constraints.h \
81 der_encoder.c der_encoder.h \
82 oer_decoder.c oer_decoder.h \
83 oer_encoder.c oer_encoder.h \
84 oer_support.c oer_support.h \
85 per_decoder.c per_decoder.h \
86 per_encoder.c per_encoder.h \
87 per_opentype.c per_opentype.h \
88 per_support.c per_support.h \
89 xer_decoder.c xer_decoder.h \
90 xer_encoder.c xer_encoder.h \
91 xer_support.c xer_support.h
Lev Walkind61e1b12007-07-23 06:48:04 +000092
Lev Walkin478819d2017-09-26 22:48:30 -070093check_PROGRAMS = check-converter_example
Lev Walkin6d46bc32017-09-12 21:34:00 -070094LDADD = -lm
95
Lev Walkin478819d2017-09-26 22:48:30 -070096check_converter_example_CFLAGS = -DNO_ASN_PDU
97check_converter_example_SOURCES = converter-example.c
98check_converter_example_LDADD = libasn1cskeletons.la