8d6c81dcff77c0efc2b883a8b492f73c54b7643b
[mod_auth_gssapi.git] / src / asn1c / Makefile.am
1 NULL =
2
3 ASN1C_SOURCES =                 \
4         asn_codecs_prim.c       \
5         ber_decoder.c           \
6         ber_tlv_length.c        \
7         ber_tlv_tag.c           \
8         BIT_STRING.c            \
9         constraints.c           \
10         constr_SEQUENCE.c       \
11         constr_TYPE.c           \
12         der_encoder.c           \
13         INTEGER.c               \
14         NativeEnumerated.c      \
15         NativeInteger.c         \
16         OCTET_STRING.c          \
17         per_decoder.c           \
18         per_encoder.c           \
19         per_opentype.c          \
20         per_support.c           \
21         xer_decoder.c           \
22         xer_encoder.c           \
23         xer_support.c           \
24         asn_application.h       \
25         asn_codecs.h            \
26         asn_codecs_prim.h       \
27         asn_internal.h          \
28         asn_system.h            \
29         ber_decoder.h           \
30         ber_tlv_length.h        \
31         ber_tlv_tag.h           \
32         BIT_STRING.h            \
33         constraints.h           \
34         constr_SEQUENCE.h       \
35         constr_TYPE.h           \
36         der_encoder.h           \
37         INTEGER.h               \
38         NativeEnumerated.h      \
39         NativeInteger.h         \
40         OCTET_STRING.h          \
41         per_decoder.h           \
42         per_encoder.h           \
43         per_opentype.h          \
44         per_support.h           \
45         xer_decoder.h           \
46         xer_encoder.h           \
47         xer_support.h           \
48         $(NULL)
49
50 ASN1Cdir = .
51
52 MAGASN1_SOURCES =               \
53         GSSSessionData.c        \
54         Uint32.c                \
55         GSSSessionData.h        \
56         Uint32.h                \
57         $(NULL)
58
59 MAGASN1dir = .
60
61 noinst_LTLIBRARIES = libmagasn1.la
62 libmagasn1_la_SOURCES = $(ASN1C_SOURCES) $(MAGASN1_SOURCES)
63
64 regenerate:
65         asn1c -fskeletons-copy -fnative-types session.asn1
66         rm -f converter-sample.c Makefile.am.sample