Add, based on src/Makefile.am.
[platform/upstream/libtasn1.git] / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
3 #
4 # This file is part of LIBTASN1.
5 #
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
20
21 EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg
22
23 LDADD = ../lib/libtasn1.la ../gl/libgnu.la
24
25 noinst_PROGRAMS = CertificateExample CrlExample
26
27 CertificateExample_SOURCES = CertificateExample.c pkix_asn1_tab.c pkix.asn
28
29 CrlExample_SOURCES = CrlExample.c pkix_asn1_tab.c pkix.asn
30
31 BUILT_SOURCES = pkix_asn1_tab.c
32 MAINTAINERCLEANFILES = pkix_asn1_tab.c
33
34 pkix_asn1_tab.c: asn1Parser $(srcdir)/pkix.asn
35         -./asn1Parser -o $@ $(srcdir)/pkix.asn