blob: df3d3da7b91f564e682ac0368b3d13bc6744f244 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkine0d321a2014-09-11 01:28:57 -07002SUBDIRS = . tests
Bi-Ruei, Chiuc46137b2017-05-08 17:04:38 +08003CFLAGS = $(filter-out $(CODE_COVERAGE_CFLAGS), @CFLAGS@)
Lev Walkinf15320b2004-06-03 03:38:44 +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 Walkind60414d2016-03-14 05:11:57 -070024libasn1cskeletons_la_CFLAGS = $(SKELETONS_CFLAGS)
Lev Walkind61e1b12007-07-23 06:48:04 +000025libasn1cskeletons_la_SOURCES = \
26 ANY.c ANY.h \
27 BIT_STRING.c BIT_STRING.h \
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 \
Lev Walkine7b73c42017-07-07 10:06:17 -070036 INTEGER_oer.c INTEGER_oer.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000037 ISO646String.c ISO646String.h \
38 NULL.c NULL.h \
39 NativeEnumerated.c NativeEnumerated.h \
40 NativeInteger.c NativeInteger.h \
41 NativeReal.c NativeReal.h \
42 NumericString.c NumericString.h \
43 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
44 OCTET_STRING.c OCTET_STRING.h \
45 ObjectDescriptor.c ObjectDescriptor.h \
46 PrintableString.c PrintableString.h \
47 REAL.c REAL.h \
48 RELATIVE-OID.c RELATIVE-OID.h \
49 T61String.c T61String.h \
50 TeletexString.c TeletexString.h \
51 UTCTime.c UTCTime.h \
52 UTF8String.c UTF8String.h \
53 UniversalString.c UniversalString.h \
54 VideotexString.c VideotexString.h \
55 VisibleString.c VisibleString.h \
56 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
57 asn_SET_OF.c asn_SET_OF.h \
58 asn_application.h asn_codecs.h \
59 asn_codecs_prim.c asn_codecs_prim.h \
60 asn_internal.h asn_system.h \
61 ber_decoder.c ber_decoder.h \
62 ber_tlv_length.c ber_tlv_length.h \
63 ber_tlv_tag.c ber_tlv_tag.h \
64 constr_CHOICE.c constr_CHOICE.h \
65 constr_SEQUENCE.c constr_SEQUENCE.h \
66 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
67 constr_SET.c constr_SET.h \
68 constr_SET_OF.c constr_SET_OF.h \
69 constr_TYPE.c constr_TYPE.h \
70 constraints.c constraints.h \
71 der_encoder.c der_encoder.h \
Lev Walkine7b73c42017-07-07 10:06:17 -070072 oer_decoder.c oer_decoder.h \
73 oer_encoder.c oer_encoder.h \
Lev Walkine4d8c922017-07-10 20:29:33 -070074 oer_support.c oer_support.h \
Lev Walkind61e1b12007-07-23 06:48:04 +000075 per_decoder.c per_decoder.h \
76 per_encoder.c per_encoder.h \
77 per_opentype.c per_opentype.h \
78 per_support.c per_support.h \
79 xer_decoder.c xer_decoder.h \
80 xer_encoder.c xer_encoder.h \
81 xer_support.c xer_support.h
82