Allow for zero strings.
[platform/upstream/libtasn1.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
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 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
20
21 EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj                     \
22         windows/asn1-parser/config.h windows/libtasn1.ncb               \
23         windows/libtasn1.sln windows/libtasn1.suo                       \
24         windows/gnulib/getopt.h windows/gnulib/gnulib.vcproj            \
25         windows/libtasn1/libtasn1.vcproj                                \
26         windows/test-parser/test-parser.vcproj                          \
27         windows/test-tree/test-tree.vcproj windows/libtasn14win.mk
28
29 SUBDIRS = gl lib src examples tests doc
30
31 ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/glm4
32
33 EXTRA_DIST += cfg.mk maint.mk .clcopying
34
35 gnulib-update:
36         gnulib-tool --add-import --dir=. --lib=libgnu --source-base=lib/gllib --m4-base=lib/glm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=lgl --no-vc-files
37
38 dist-hook:
39         make -C doc/ compare-makefile