~ubuntu-branches/ubuntu/raring/freerdp/raring

« back to all changes in this revision

Viewing changes to asn1/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
noinst_LTLIBRARIES = libasn1.la
 
4
 
 
5
libasn1_la_SOURCES = \
 
6
        asn_application.h \
 
7
        asn_codecs.h \
 
8
        asn_codecs_prim.c \
 
9
        asn_codecs_prim.h \
 
10
        asn_internal.h \
 
11
        asn_SEQUENCE_OF.c \
 
12
        asn_SEQUENCE_OF.h \
 
13
        asn_SET_OF.c \
 
14
        asn_SET_OF.h \
 
15
        asn_system.h \
 
16
        ber_decoder.c \
 
17
        ber_decoder.h \
 
18
        ber_tlv_length.c \
 
19
        ber_tlv_length.h \
 
20
        ber_tlv_tag.c \
 
21
        ber_tlv_tag.h \
 
22
        BIT_STRING.c \
 
23
        BIT_STRING.h \
 
24
        constraints.c \
 
25
        constraints.h \
 
26
        constr_CHOICE.c \
 
27
        constr_CHOICE.h \
 
28
        constr_SEQUENCE.c \
 
29
        constr_SEQUENCE.h \
 
30
        constr_SEQUENCE_OF.c \
 
31
        constr_SEQUENCE_OF.h \
 
32
        constr_SET_OF.c \
 
33
        constr_SET_OF.h \
 
34
        constr_TYPE.c \
 
35
        constr_TYPE.h \
 
36
        ContextFlags.c \
 
37
        ContextFlags.h \
 
38
        der_encoder.c \
 
39
        der_encoder.h \
 
40
        GeneralString.c \
 
41
        GeneralString.h \
 
42
        INTEGER.c \
 
43
        INTEGER.h \
 
44
        MechType.c \
 
45
        MechType.h \
 
46
        MechTypeList.c \
 
47
        MechTypeList.h \
 
48
        NativeEnumerated.c \
 
49
        NativeEnumerated.h \
 
50
        NativeInteger.c \
 
51
        NativeInteger.h \
 
52
        NegHints.c \
 
53
        NegHints.h \
 
54
        NegoData.c \
 
55
        NegoData.h \
 
56
        NegoDataItem.c \
 
57
        NegoDataItem.h \
 
58
        NegotiationToken.c \
 
59
        NegotiationToken.h \
 
60
        NegTokenInit2.c \
 
61
        NegTokenInit2.h \
 
62
        NegTokenInit.c \
 
63
        NegTokenInit.h \
 
64
        NegTokenResp.c \
 
65
        NegTokenResp.h \
 
66
        OBJECT_IDENTIFIER.c \
 
67
        OBJECT_IDENTIFIER.h \
 
68
        OCTET_STRING.c \
 
69
        OCTET_STRING.h \
 
70
        per_decoder.c \
 
71
        per_decoder.h \
 
72
        per_encoder.c \
 
73
        per_encoder.h \
 
74
        per_opentype.c \
 
75
        per_opentype.h \
 
76
        per_support.c \
 
77
        per_support.h \
 
78
        TSCredentials.c \
 
79
        TSCredentials.h \
 
80
        TSCspDataDetail.c \
 
81
        TSCspDataDetail.h \
 
82
        TSPasswordCreds.c \
 
83
        TSPasswordCreds.h \
 
84
        TSRequest.c \
 
85
        TSRequest.h \
 
86
        TSSmartCardCreds.c \
 
87
        TSSmartCardCreds.h \
 
88
        xer_decoder.c \
 
89
        xer_decoder.h \
 
90
        xer_encoder.c \
 
91
        xer_encoder.h \
 
92
        xer_support.c \
 
93
        xer_support.h
 
94
 
 
95
libasn1_la_CFLAGS = -O2 -w -I.
 
96
 
 
97
libasn1_la_LDFLAGS = -avoid-version -module
 
98
 
 
99
libasn1_la_LIBADD =
 
100
 
 
101
# extra
 
102
EXTRA_DIST =
 
103
 
 
104
DISTCLEANFILES =
 
105
 
 
106
ASN1_MODULES = credssp.asn1 spnego.asn1
 
107
 
 
108
asn1_modules:
 
109
        rm -f *.c *.h
 
110
        asn1c -fnative-types -fskeletons-copy -gen-PER $(ASN1_MODULES)
 
111
        rm converter-sample.c Makefile.am.sample