NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / skeletons / file-dependencies
1 # This file contains dependency information for the asn1c compiler's skeletons.
2 # Feel free to edit this file.
3 # The format is like this:
4 #       <filename>                      # Include this file unconditionally
5 #       <filename> <dependent-file> ... # Include dependencies of <filename>.
6 #
7
8 ANY.h ANY.c OCTET_STRING.h
9 OPEN_TYPE.h OPEN_TYPE.c constr_CHOICE.h
10 BMPString.h BMPString.c UTF8String.h OCTET_STRING.h
11 BOOLEAN.h BOOLEAN.c
12 ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
13 GeneralString.h GeneralString.c OCTET_STRING.h
14 GeneralizedTime.h GeneralizedTime.c OCTET_STRING.h
15 GraphicString.h GraphicString.c OCTET_STRING.h
16 IA5String.h IA5String.c OCTET_STRING.h
17 INTEGER.h INTEGER.c
18 ISO646String.h ISO646String.c OCTET_STRING.h
19 NULL.h NULL.c BOOLEAN.h
20 NativeEnumerated.h NativeEnumerated.c NativeInteger.h
21 NativeInteger.h NativeInteger.c INTEGER.h
22 NativeReal.h NativeReal.c REAL.h
23 NumericString.h NumericString.c OCTET_STRING.h
24 OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h OCTET_STRING.h
25 ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
26 PrintableString.h PrintableString.c OCTET_STRING.h
27 REAL.h REAL.c INTEGER.h OCTET_STRING.h
28 RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h OCTET_STRING.h
29 T61String.h T61String.c OCTET_STRING.h
30 TeletexString.h TeletexString.c  OCTET_STRING.h
31 UTCTime.h UTCTime.c GeneralizedTime.h OCTET_STRING.h
32 UTF8String.h UTF8String.c OCTET_STRING.h
33 UniversalString.h UniversalString.c UTF8String.h OCTET_STRING.h
34 VideotexString.h VideotexString.c OCTET_STRING.h
35 VisibleString.h VisibleString.c OCTET_STRING.h
36 asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
37 asn_SET_OF.h asn_SET_OF.c
38 constr_CHOICE.h constr_CHOICE.c
39 constr_SEQUENCE.h constr_SEQUENCE.c OPEN_TYPE.h
40 constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c asn_SEQUENCE_OF.h constr_SET_OF.h
41 constr_SET.h constr_SET.c
42 constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
43
44 COMMON-FILES:                   # THIS IS A SPECIAL SECTION
45 asn_application.h asn_application.c             # Applications should include this file
46 asn_ioc.h                       # Information Object Classes, runtime support
47 asn_system.h                    # Platform-dependent types
48 asn_codecs.h                    # Return types of encoders and decoders
49 asn_internal.h asn_internal.c                   # Internal stuff
50 asn_random_fill.h asn_random_fill.c             # Initialize with a random value
51 asn_bit_data.h asn_bit_data.c         # Bit streaming support
52 OCTET_STRING.h OCTET_STRING.c
53 BIT_STRING.h BIT_STRING.c OCTET_STRING.h
54 asn_codecs_prim.c asn_codecs_prim.h     # enc/decoders for primitive types
55 ber_tlv_length.h ber_tlv_length.c       # BER TLV L (length)
56 ber_tlv_tag.h ber_tlv_tag.c     # BER TLV T (tag)
57 ber_decoder.h ber_decoder.c     # BER decoder support code
58 der_encoder.h der_encoder.c     # DER encoder support code
59 constr_TYPE.h constr_TYPE.c     # Description of a type
60 constraints.h constraints.c     # Subtype constraints support
61 xer_support.h xer_support.c     # XML parsing
62 xer_decoder.h xer_decoder.c     # XER decoding support
63 xer_encoder.h xer_encoder.c     # XER encoding support
64 per_support.h per_support.c     # PER parsing
65 per_decoder.h per_decoder.c     # PER decoding support
66 per_encoder.h per_encoder.c     # PER encoding support
67 per_opentype.h per_opentype.c   # PER "open type" handling
68
69 CONVERTER:                      # THIS IS A SPECIAL SECTION
70 converter-example.c             # A default name for the example transcoder
71
72 CODEC-OER:                      # THIS IS A SPECIAL SECTION
73 oer_decoder.h
74 oer_encoder.h
75 oer_support.h
76 oer_decoder.h oer_decoder.c OPEN_TYPE.h
77 oer_encoder.h oer_encoder.c
78 oer_support.h oer_support.c
79 OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h
80 INTEGER.h INTEGER_oer.c
81 BIT_STRING.h BIT_STRING_oer.c OCTET_STRING.h
82 OCTET_STRING.h OCTET_STRING_oer.c
83 NativeInteger.h NativeInteger_oer.c
84 NativeEnumerated.h NativeEnumerated_oer.c
85 constr_CHOICE.h constr_CHOICE_oer.c
86 constr_SEQUENCE.h constr_SEQUENCE_oer.c
87 constr_SET_OF.h constr_SET_OF_oer.c
88
89 CODEC-PER:                      # THIS IS A SPECIAL SECTION