blob: 4427360512bdc52813415b0c0a4a7010f21441cb [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 Walkin70393102005-03-24 03:30:13 +00004dist_pkgdata_DATA = \
Lev Walkine0d321a2014-09-11 01:28:57 -07005 ${srcdir}/README \
6 ${srcdir}/*.[ch] \
7 ${srcdir}/file-dependencies
8
Lev Walkin94134142017-03-26 03:11:02 -07009smodsdir=$(pkgdatadir)
Lev Walkine0d321a2014-09-11 01:28:57 -070010
11nobase_dist_smods_DATA = \
12 standard-modules/README \
13 standard-modules/ASN1-Object-Identifier-Module.asn1 \
14 standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
15
Lev Walkin3eb6a8e2006-03-06 11:20:57 +000016
Lev Walkinf15320b2004-06-03 03:38:44 +000017uninstall-local:
18 -@echo -n " "
19 -rm -f -r $(DESTDIR)$(pkgdatadir)
Lev Walkind61e1b12007-07-23 06:48:04 +000020
21check_LTLIBRARIES = libasn1cskeletons.la
22
Lev Walkind60414d2016-03-14 05:11:57 -070023libasn1cskeletons_la_CFLAGS = $(SKELETONS_CFLAGS)
Lev Walkind61e1b12007-07-23 06:48:04 +000024libasn1cskeletons_la_SOURCES = \
25 ANY.c ANY.h \
26 BIT_STRING.c BIT_STRING.h \
Lev Walkincfc16d32017-08-30 19:15:08 -070027 BIT_STRING_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000028 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 \
Lev Walkin2d747bd2017-07-25 09:31:42 -070036 INTEGER_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000037 ISO646String.c ISO646String.h \
38 NULL.c NULL.h \
39 NativeEnumerated.c NativeEnumerated.h \
Lev Walkinf9f3e062017-08-27 20:34:58 -070040 NativeEnumerated_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000041 NativeInteger.c NativeInteger.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070042 NativeInteger_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000043 NativeReal.c NativeReal.h \
44 NumericString.c NumericString.h \
45 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070046 OCTET_STRING.c OCTET_STRING.h \
Lev Walkinf59dac92017-08-26 21:26:51 -070047 OCTET_STRING_oer.c \
48 OPEN_TYPE.c OPEN_TYPE.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000049 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 \
Lev Walkin6d46bc32017-09-12 21:34:00 -070062 asn_application.c asn_application.h \
63 asn_codecs.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000064 asn_codecs_prim.c asn_codecs_prim.h \
65 asn_internal.h asn_system.h \
Lev Walkin6cd0d562017-08-25 11:57:01 -070066 asn_bit_data.c asn_bit_data.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000067 ber_decoder.c ber_decoder.h \
68 ber_tlv_length.c ber_tlv_length.h \
69 ber_tlv_tag.c ber_tlv_tag.h \
70 constr_CHOICE.c constr_CHOICE.h \
Lev Walkin9a1736d2017-08-27 23:46:34 -070071 constr_CHOICE_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000072 constr_SEQUENCE.c constr_SEQUENCE.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070073 constr_SEQUENCE_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000074 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
75 constr_SET.c constr_SET.h \
76 constr_SET_OF.c constr_SET_OF.h \
Lev Walkin96f99212017-08-29 23:38:31 -070077 constr_SET_OF_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000078 constr_TYPE.c constr_TYPE.h \
79 constraints.c constraints.h \
80 der_encoder.c der_encoder.h \
Lev Walkine7b73c42017-07-07 10:06:17 -070081 oer_decoder.c oer_decoder.h \
82 oer_encoder.c oer_encoder.h \
Lev Walkine4d8c922017-07-10 20:29:33 -070083 oer_support.c oer_support.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000084 per_decoder.c per_decoder.h \
85 per_encoder.c per_encoder.h \
86 per_opentype.c per_opentype.h \
87 per_support.c per_support.h \
88 xer_decoder.c xer_decoder.h \
89 xer_encoder.c xer_encoder.h \
90 xer_support.c xer_support.h
91
Lev Walkin6d46bc32017-09-12 21:34:00 -070092check_PROGRAMS = check-converter_sample
93LDADD = -lm
94
95check_converter_sample_CFLAGS = $(SKELETONS_CFLAGS) -DNO_ASN_PDU
96check_converter_sample_SOURCES = converter-sample.c
97check_converter_sample_LDADD = libasn1cskeletons.la