asn1c/skeletons/file-dependencies

70 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

2004-08-19 13:27:57 +00:00
# This file contains dependency information for the asn1c compiler's skeletons.
# Feel free to edit this file.
# The format is like this:
# <filename> <dependent-file> ...
#
# $Id$
#
2004-09-04 04:43:41 +00:00
ANY.h ANY.c
2004-10-23 11:20:06 +00:00
BMPString.h BMPString.c UTF8String.h
2004-08-19 13:27:57 +00:00
BOOLEAN.h BOOLEAN.c
2005-11-26 11:25:14 +00:00
ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
2004-08-19 13:27:57 +00:00
GeneralString.h GeneralString.c
GeneralizedTime.h GeneralizedTime.c
GraphicString.h GraphicString.c
IA5String.h IA5String.c
INTEGER.h INTEGER.c
ISO646String.h ISO646String.c
NULL.h NULL.c BOOLEAN.h
NativeEnumerated.h NativeEnumerated.c NativeInteger.h
NativeInteger.h NativeInteger.c INTEGER.h
NativeReal.h NativeReal.c REAL.h
2004-08-19 13:27:57 +00:00
NumericString.h NumericString.c
OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h
ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
PrintableString.h PrintableString.c
REAL.h REAL.c INTEGER.h
2004-09-15 11:44:21 +00:00
RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h
2004-08-19 13:27:57 +00:00
T61String.h T61String.c
2004-09-02 12:11:47 +00:00
TeletexString.h TeletexString.c
2004-08-19 13:27:57 +00:00
UTCTime.h UTCTime.c GeneralizedTime.h
UTF8String.h UTF8String.c
2004-10-23 11:20:06 +00:00
UniversalString.h UniversalString.c UTF8String.h
2004-08-19 13:27:57 +00:00
VideotexString.h VideotexString.c
VisibleString.h VisibleString.c
asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
asn_SET_OF.h asn_SET_OF.c
constr_CHOICE.h constr_CHOICE.c
constr_SEQUENCE.h constr_SEQUENCE.c
2004-10-05 06:36:29 +00:00
constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c asn_SEQUENCE_OF.h constr_SET_OF.h
2004-08-19 13:27:57 +00:00
constr_SET.h constr_SET.c
constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
2004-10-28 13:22:54 +00:00
COMMON-FILES: # THIS IS A SPECIAL SECTION
asn_application.h # Applications should include this file
2004-10-20 15:50:55 +00:00
asn_system.h # Platform-dependent types
2004-10-28 13:22:54 +00:00
asn_codecs.h # Return types of encoders and decoders
asn_internal.h # Internal stuff
2004-08-19 13:27:57 +00:00
OCTET_STRING.h OCTET_STRING.c # This one is used too widely
BIT_STRING.h BIT_STRING.c # This one is necessary for the above one
2004-10-21 11:21:43 +00:00
asn_codecs_prim.c asn_codecs_prim.h # enc/decoders for primitive types
ber_tlv_length.h ber_tlv_length.c # BER TLV L (length)
ber_tlv_tag.h ber_tlv_tag.c # BER TLV T (tag)
ber_decoder.h ber_decoder.c # BER decoder support code
der_encoder.h der_encoder.c # DER encoder support code
constr_TYPE.h constr_TYPE.c # Description of a type
constraints.h constraints.c # Subtype constraints support
xer_support.h xer_support.c # XML parsing
xer_decoder.h xer_decoder.c # XER decoding support
xer_encoder.h xer_encoder.c # XER encoding support
2005-11-26 11:25:14 +00:00
per_support.h per_support.c # PER parsing
per_decoder.h per_decoder.c # PER decoding support
2006-08-18 01:34:18 +00:00
per_encoder.h per_encoder.c # PER encoding support
per_opentype.h per_opentype.c # PER "open type" handling
2006-09-12 06:21:18 +00:00
CONVERTER: # THIS IS A SPECIAL SECTION
converter-sample.c # A default name for sample transcoder
2005-11-26 11:25:14 +00:00
2005-11-26 11:26:22 +00:00
CODEC-PER: # THIS IS A SPECIAL SECTION