blob: 120d29b9a86eb55efd456b9869e5cf462ebdf590 [file] [log] [blame]
Harald Weltebdff5e62010-06-12 19:05:23 +02001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool
3# documentation before making any modification
Harald Welte41b85d52015-08-31 08:56:53 +02004LIBVERSION=1:0:0
Harald Weltebdff5e62010-06-12 19:05:23 +02005
Harald Weltef6b91732015-08-31 09:06:57 +02006AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c
Harald Weltefa034002010-07-18 23:15:24 +02007AM_CFLAGS = -fPIC -Wall $(LIBOSMOCORE_CFLAGS)
Harald Weltea37b06d2015-12-18 15:37:17 +01008if BUILD_DEBUG
9AM_CFLAGS += -DEMIT_ASN_DEBUG=1
10endif
Harald Weltebdff5e62010-06-12 19:05:23 +020011
12lib_LTLIBRARIES = libasn1c.la
13
Harald Weltefa034002010-07-18 23:15:24 +020014libasn1c_la_LDFLAGS = $(LIBOSMOCORE_LIBS)
Harald Welte2d4f2bd2016-01-03 17:14:54 +010015libasn1c_la_SOURCES = ANY.c constraints.c GeneralizedTime.c NumericString.c T61String.c asn_codecs_prim.c constr_CHOICE.c GeneralString.c ObjectDescriptor.c TeletexString.c asn_SEQUENCE_OF.c constr_SEQUENCE.c GraphicString.c OBJECT_IDENTIFIER.c UniversalString.c asn_SET_OF.c constr_SEQUENCE_OF.c IA5String.c OCTET_STRING.c UTCTime.c ber_decoder.c constr_SET.c INTEGER.c per_decoder.c UTF8String.c ber_tlv_length.c constr_SET_OF.c ISO646String.c per_encoder.c VideotexString.c ber_tlv_tag.c constr_TYPE.c NativeEnumerated.c per_support.c VisibleString.c BIT_STRING.c NativeInteger.c PrintableString.c xer_decoder.c BMPString.c der_encoder.c NativeReal.c REAL.c xer_encoder.c BOOLEAN.c ENUMERATED.c NULL.c RELATIVE-OID.c xer_support.c per_opentype.c asn1helpers.c
Harald Weltebdff5e62010-06-12 19:05:23 +020016