blob: 33d5f813ab760656132c5c975fbaadbe23174fd8 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkind61e1b12007-07-23 06:48:04 +00002SUBDIRS = . standard-modules tests
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin70393102005-03-24 03:30:13 +00004dist_pkgdata_DATA = \
Lev Walkinf6d4fce2006-09-19 06:30:18 +00005 $(srcdir)/README \
Lev Walkin70393102005-03-24 03:30:13 +00006 $(srcdir)/*.[ch] \
7 $(srcdir)/file-dependencies
Lev Walkin3eb6a8e2006-03-06 11:20:57 +00008
Lev Walkinf15320b2004-06-03 03:38:44 +00009uninstall-local:
10 -@echo -n " "
11 -rm -f -r $(DESTDIR)$(pkgdatadir)
Lev Walkind61e1b12007-07-23 06:48:04 +000012
13check_LTLIBRARIES = libasn1cskeletons.la
14
Lev Walkinf84cc012014-01-14 02:12:24 -080015libasn1cskeletons_la_CFLAGS = $(TESTSUITE_CFLAGS)
Lev Walkind61e1b12007-07-23 06:48:04 +000016libasn1cskeletons_la_SOURCES = \
17 ANY.c ANY.h \
18 BIT_STRING.c BIT_STRING.h \
19 BMPString.c BMPString.h \
20 BOOLEAN.c BOOLEAN.h \
21 ENUMERATED.c ENUMERATED.h \
22 GeneralString.c GeneralString.h \
23 GeneralizedTime.c GeneralizedTime.h \
24 GraphicString.c GraphicString.h \
25 IA5String.c IA5String.h \
26 INTEGER.c INTEGER.h \
27 ISO646String.c ISO646String.h \
28 NULL.c NULL.h \
29 NativeEnumerated.c NativeEnumerated.h \
30 NativeInteger.c NativeInteger.h \
31 NativeReal.c NativeReal.h \
32 NumericString.c NumericString.h \
33 OBJECT_IDENTIFIER.c OBJECT_IDENTIFIER.h \
34 OCTET_STRING.c OCTET_STRING.h \
35 ObjectDescriptor.c ObjectDescriptor.h \
36 PrintableString.c PrintableString.h \
37 REAL.c REAL.h \
38 RELATIVE-OID.c RELATIVE-OID.h \
39 T61String.c T61String.h \
40 TeletexString.c TeletexString.h \
41 UTCTime.c UTCTime.h \
42 UTF8String.c UTF8String.h \
43 UniversalString.c UniversalString.h \
44 VideotexString.c VideotexString.h \
45 VisibleString.c VisibleString.h \
46 asn_SEQUENCE_OF.c asn_SEQUENCE_OF.h \
47 asn_SET_OF.c asn_SET_OF.h \
48 asn_application.h asn_codecs.h \
49 asn_codecs_prim.c asn_codecs_prim.h \
50 asn_internal.h asn_system.h \
51 ber_decoder.c ber_decoder.h \
52 ber_tlv_length.c ber_tlv_length.h \
53 ber_tlv_tag.c ber_tlv_tag.h \
54 constr_CHOICE.c constr_CHOICE.h \
55 constr_SEQUENCE.c constr_SEQUENCE.h \
56 constr_SEQUENCE_OF.c constr_SEQUENCE_OF.h \
57 constr_SET.c constr_SET.h \
58 constr_SET_OF.c constr_SET_OF.h \
59 constr_TYPE.c constr_TYPE.h \
60 constraints.c constraints.h \
61 der_encoder.c der_encoder.h \
62 per_decoder.c per_decoder.h \
63 per_encoder.c per_encoder.h \
64 per_opentype.c per_opentype.h \
65 per_support.c per_support.h \
66 xer_decoder.c xer_decoder.h \
67 xer_encoder.c xer_encoder.h \
68 xer_support.c xer_support.h
69