blob: c1c60a30a3d1975d09ef0170f856bc7df1495f40 [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
25libasn1cskeletons_la_SOURCES = \
26 ANY.c ANY.h \
27 BIT_STRING.c BIT_STRING.h \
Lev Walkincfc16d32017-08-30 19:15:08 -070028 BIT_STRING_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000029 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 \
Lev Walkin2d747bd2017-07-25 09:31:42 -070037 INTEGER_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000038 ISO646String.c ISO646String.h \
39 NULL.c NULL.h \
40 NativeEnumerated.c NativeEnumerated.h \
Lev Walkinf9f3e062017-08-27 20:34:58 -070041 NativeEnumerated_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000042 NativeInteger.c NativeInteger.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070043 NativeInteger_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000044 NativeReal.c NativeReal.h \
45 NumericString.c NumericString.h \
46 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070047 OCTET_STRING.c OCTET_STRING.h \
Lev Walkinf59dac92017-08-26 21:26:51 -070048 OCTET_STRING_oer.c \
49 OPEN_TYPE.c OPEN_TYPE.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000050 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 \
Lev Walkin6d46bc32017-09-12 21:34:00 -070063 asn_application.c asn_application.h \
64 asn_codecs.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000065 asn_codecs_prim.c asn_codecs_prim.h \
66 asn_internal.h asn_system.h \
Lev Walkin6cd0d562017-08-25 11:57:01 -070067 asn_bit_data.c asn_bit_data.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000068 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 \
Lev Walkin9a1736d2017-08-27 23:46:34 -070072 constr_CHOICE_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000073 constr_SEQUENCE.c constr_SEQUENCE.h \
Lev Walkin2d747bd2017-07-25 09:31:42 -070074 constr_SEQUENCE_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000075 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
76 constr_SET.c constr_SET.h \
77 constr_SET_OF.c constr_SET_OF.h \
Lev Walkin96f99212017-08-29 23:38:31 -070078 constr_SET_OF_oer.c \
Lev Walkind61e1b12007-07-23 06:48:04 +000079 constr_TYPE.c constr_TYPE.h \
80 constraints.c constraints.h \
81 der_encoder.c der_encoder.h \
Lev Walkine7b73c42017-07-07 10:06:17 -070082 oer_decoder.c oer_decoder.h \
83 oer_encoder.c oer_encoder.h \
Lev Walkine4d8c922017-07-10 20:29:33 -070084 oer_support.c oer_support.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000085 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
92
Lev Walkin6d46bc32017-09-12 21:34:00 -070093check_PROGRAMS = check-converter_sample
94LDADD = -lm
95
Lev Walkin0f5dd342017-09-13 22:52:39 +000096check_converter_sample_CFLAGS = -DNO_ASN_PDU
Lev Walkin6d46bc32017-09-12 21:34:00 -070097check_converter_sample_SOURCES = converter-sample.c
98check_converter_sample_LDADD = libasn1cskeletons.la