~ubuntu-branches/ubuntu/intrepid/asn1c/intrepid

« back to all changes in this revision

Viewing changes to samples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
dist_bin_SCRIPTS = crfc2asn1.pl clyx2asn1.pl
 
3
 
 
4
ASN1_SOURCE_1 = rfc3280.txt
 
5
ASN1_FILES_1 =                          \
 
6
        rfc3280-PKIX1Explicit88.asn1    \
 
7
        rfc3280-PKIX1Implicit88.asn1
 
8
 
 
9
all: $(ASN1_FILES_1)
 
10
 
 
11
$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
 
12
        ./crfc2asn1.pl $(ASN1_SOURCE_1)
 
13
 
 
14
EXTRA_DIST = $(srcdir)/rfc*.txt                                 \
 
15
        $(srcdir)/sample.source.PKIX1/README                    \
 
16
        $(srcdir)/sample.source.PKIX1/config.h                  \
 
17
        $(srcdir)/sample.source.PKIX1/Makefile                  \
 
18
        $(srcdir)/sample.source.PKIX1/regenerate.Makefile       \
 
19
        $(srcdir)/sample.source.TAP3/README                     \
 
20
        $(srcdir)/sample.source.TAP3/config.h                   \
 
21
        $(srcdir)/sample.source.TAP3/Makefile                   \
 
22
        $(srcdir)/sample.source.TAP3/regenerate.Makefile
 
23
 
 
24
CLEANFILES = $(ASN1_FILES_1)
 
25
 
 
26
clean-local:
 
27
        cd sample.source.PKIX1 && make distclean
 
28
        cd sample.source.TAP3 && make distclean