summaryrefslogtreecommitdiffstats
path: root/asn1/asn1c/Makefile.am
blob: e4ed6ab79fa776131b5baaaf7b5d254850c966c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
NULL =

ASN1C_SOURCES =			\
	INTEGER.c		\
	NativeEnumerated.c	\
	NativeInteger.c		\
	asn_SEQUENCE_OF.c	\
	asn_SET_OF.c		\
	constr_CHOICE.c		\
	constr_SEQUENCE.c	\
	constr_SEQUENCE_OF.c	\
	constr_SET_OF.c		\
	OCTET_STRING.c		\
	BIT_STRING.c		\
	asn_codecs_prim.c	\
	ber_tlv_length.c	\
	ber_tlv_tag.c		\
	ber_decoder.c		\
	der_encoder.c		\
	constr_TYPE.c		\
	constraints.c		\
	xer_support.c		\
	xer_decoder.c		\
	xer_encoder.c		\
	per_support.c		\
	per_decoder.c		\
	per_encoder.c		\
	$(NULL)

ASN1C_HEADERS =
	INTEGER.h		\
	NativeEnumerated.h	\
	NativeInteger.h		\
	asn_SEQUENCE_OF.h	\
	asn_SET_OF.h		\
	constr_CHOICE.h		\
	constr_SEQUENCE.h	\
	constr_SEQUENCE_OF.h	\
	constr_SET_OF.h		\
	asn_application.h	\
	asn_system.h		\
	asn_codecs.h		\
	asn_internal.h		\
	OCTET_STRING.h		\
	BIT_STRING.h		\
	asn_codecs_prim.h	\
	ber_tlv_length.h	\
	ber_tlv_tag.h		\
	ber_decoder.h		\
	der_encoder.h		\
	constr_TYPE.h		\
	constraints.h		\
	xer_support.h		\
	xer_decoder.h		\
	xer_encoder.h		\
	per_support.h		\
	per_decoder.h		\
	per_encoder.h		\
	$(NULL)

ASN1Cdir = .

IPAASN1_SOURCES=		\
	Int32.c			\
	GetKeytabControl.c	\
	GKNewKeys.c		\
	GKCurrentKeys.c		\
	GKReply.c		\
	KrbKey.c		\
	TypeValuePair.c		\
	$(NULL)

IPAASN1_HEADERS=		\
	Int32.h			\
	GetKeytabControl.h	\
	GKNewKeys.h		\
	GKCurrentKeys.h		\
	GKReply.h		\
	KrbKey.h		\
	TypeValuePair.h		\
	$(NULL)

IPAASN1dir = .

AM_CPPFLAGS = -I../../util

noinst_LTLIBRARIES=libasn1c.la
noinst_HEADERS=$(ASN1C_HEADERS) $(IPAASN1_HEADERS)
libasn1c_la_SOURCES=$(ASN1C_SOURCES) $(IPAASN1_SOURCES)

regenerate:
	asn1c -fskeletons-copy -fnative-types ipa.asn1
	rm -f converter-sample.c Makefile.am.sample