Fix warning flags.
[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, 2009 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 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
20 AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl
21
22 EXTRA_DIST = asn1Coding_test.asn asn1Coding_test.asg
23
24 LDADD = ../lib/libtasn1.la ../gl/libgnu.la
25
26 noinst_PROGRAMS = CertificateExample CrlExample
27
28 CertificateExample_SOURCES = CertificateExample.c pkix_asn1_tab.c pkix.asn
29
30 CrlExample_SOURCES = CrlExample.c pkix_asn1_tab.c pkix.asn
31
32 BUILT_SOURCES = pkix_asn1_tab.c
33 MAINTAINERCLEANFILES = pkix_asn1_tab.c
34
35 pkix_asn1_tab.c: $(srcdir)/pkix.asn
36         ../src/asn1Parser -o $@ $(srcdir)/pkix.asn