Version 1.3.
[libtasn1.git] / examples / Makefile.am
blob169a4efa22210a703198b48ab19943e5437f249e
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
4 # This file is part of LIBTASN1.
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.
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.
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/>.
19 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
21 EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg
23 LDADD = ../lib/libtasn1.la ../gl/libgnu.la
25 noinst_PROGRAMS = CertificateExample CrlExample
27 CertificateExample_SOURCES = CertificateExample.c pkix_asn1_tab.c pkix.asn
29 CrlExample_SOURCES = CrlExample.c pkix_asn1_tab.c pkix.asn
31 BUILT_SOURCES = pkix_asn1_tab.c
32 MAINTAINERCLEANFILES = pkix_asn1_tab.c
34 pkix_asn1_tab.c: $(srcdir)/pkix.asn
35         ../src/asn1Parser -o $@ $(srcdir)/pkix.asn