Update.
[libtasn1.git] / gl / Makefile.am
blob1faacb6ba5515e44c8b4e668b27925dd9e3d7728
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Autoconf, under
8 # the same distribution terms as the rest of that program.
10 # Generated by gnulib-tool.
11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --lgpl --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup
13 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15 noinst_LTLIBRARIES = libgnu.la
17 libgnu_la_SOURCES =
18 libgnu_la_LIBADD = @LTLIBOBJS@
19 noinst_HEADERS =
20 pkgdata_DATA =
21 EXTRA_DIST =
22 BUILT_SOURCES =
23 SUFFIXES =
24 MOSTLYCLEANFILES = core *.stackdump
25 MOSTLYCLEANDIRS =
26 CLEANFILES =
27 DISTCLEANFILES =
28 MAINTAINERCLEANFILES =
30 AM_CPPFLAGS =
32 ## begin gnulib module getopt
34 BUILT_SOURCES += $(GETOPT_H)
35 EXTRA_DIST += getopt_.h getopt_int.h
37 # We need the following in order to create <getopt.h> when the system
38 # doesn't have one that works with the given compiler.
39 getopt.h: getopt_.h
40         cp $(srcdir)/getopt_.h $@-t
41         mv $@-t $@
42 MOSTLYCLEANFILES += getopt.h getopt.h-t
44 ## end   gnulib module getopt
46 ## begin gnulib module gettext-h
48 libgnu_la_SOURCES += gettext.h
50 ## end   gnulib module gettext-h
52 ## begin gnulib module unistd
54 BUILT_SOURCES += $(UNISTD_H)
56 # We need the following in order to create an empty placeholder for
57 # <unistd.h> when the system doesn't have one.
58 unistd.h:
59         echo '/* Empty placeholder for $@.  */' >$@
60 MOSTLYCLEANFILES += unistd.h
62 ## end   gnulib module unistd
64 ## begin gnulib module dummy
66 libgnu_la_SOURCES += dummy.c
68 ## end   gnulib module dummy
71 mostlyclean-local: mostlyclean-generic
72         @test -z "$(MOSTLYCLEANDIRS)" || \
73           for dir in $(MOSTLYCLEANDIRS); do \
74             if test -d $$dir; then \
75               echo "rmdir $$dir"; rmdir $$dir; \
76             fi; \
77           done
79 # Makefile.am ends here