blob: f15a695b67cbd28743c11f96c5771b324a409a6f [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkine0d321a2014-09-11 01:28:57 -07002SUBDIRS = . tests
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
9smodsdir=$(pkgdata)
10
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 \
27 BMPString.c BMPString.h \
28 BOOLEAN.c BOOLEAN.h \
29 ENUMERATED.c ENUMERATED.h \
30 GeneralString.c GeneralString.h \
31 GeneralizedTime.c GeneralizedTime.h \
32 GraphicString.c GraphicString.h \
33 IA5String.c IA5String.h \
34 INTEGER.c INTEGER.h \
35 ISO646String.c ISO646String.h \
36 NULL.c NULL.h \
37 NativeEnumerated.c NativeEnumerated.h \
38 NativeInteger.c NativeInteger.h \
39 NativeReal.c NativeReal.h \
40 NumericString.c NumericString.h \
41 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
42 OCTET_STRING.c OCTET_STRING.h \
43 ObjectDescriptor.c ObjectDescriptor.h \
44 PrintableString.c PrintableString.h \
45 REAL.c REAL.h \
46 RELATIVE-OID.c RELATIVE-OID.h \
47 T61String.c T61String.h \
48 TeletexString.c TeletexString.h \
49 UTCTime.c UTCTime.h \
50 UTF8String.c UTF8String.h \
51 UniversalString.c UniversalString.h \
52 VideotexString.c VideotexString.h \
53 VisibleString.c VisibleString.h \
54 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
55 asn_SET_OF.c asn_SET_OF.h \
56 asn_application.h asn_codecs.h \
57 asn_codecs_prim.c asn_codecs_prim.h \
58 asn_internal.h asn_system.h \
59 ber_decoder.c ber_decoder.h \
60 ber_tlv_length.c ber_tlv_length.h \
61 ber_tlv_tag.c ber_tlv_tag.h \
62 constr_CHOICE.c constr_CHOICE.h \
63 constr_SEQUENCE.c constr_SEQUENCE.h \
64 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
65 constr_SET.c constr_SET.h \
66 constr_SET_OF.c constr_SET_OF.h \
67 constr_TYPE.c constr_TYPE.h \
68 constraints.c constraints.h \
69 der_encoder.c der_encoder.h \
70 per_decoder.c per_decoder.h \
71 per_encoder.c per_encoder.h \
72 per_opentype.c per_opentype.h \
73 per_support.c per_support.h \
74 xer_decoder.c xer_decoder.h \
75 xer_encoder.c xer_encoder.h \
76 xer_support.c xer_support.h
77