Update.
[libtasn1.git] / gl / Makefile.am
blob032576f22355138ef8d683f74b82fcf96f408e3d
1 ## Process this file with automake to produce Makefile.in.
2 # Copyright (C) 2004 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 Automake, 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 --aux-dir=. --lgpl --libtool --macro-prefix=gl 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 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
28 AM_CPPFLAGS =
30 ## begin gnulib module getopt
32 BUILT_SOURCES += $(GETOPT_H)
33 EXTRA_DIST += getopt_.h getopt_int.h
35 # We need the following in order to create <getopt.h> when the system
36 # doesn't have one that works with the given compiler.
37 getopt.h: getopt_.h
38         cp $(srcdir)/getopt_.h $@-t
39         mv $@-t $@
40 MOSTLYCLEANFILES += getopt.h getopt.h-t
42 ## end   gnulib module getopt
44 ## begin gnulib module gettext-h
46 libgnu_la_SOURCES += gettext.h
48 ## end   gnulib module gettext-h
50 ## begin gnulib module unistd
52 BUILT_SOURCES += $(UNISTD_H)
54 # We need the following in order to create an empty placeholder for
55 # <unistd.h> when the system doesn't have one.
56 unistd.h:
57         echo '/* Empty placeholder for $@.  */' >$@
58 MOSTLYCLEANFILES += unistd.h
60 ## end   gnulib module unistd
62 ## begin gnulib module dummy
64 libgnu_la_SOURCES += dummy.c
66 ## end   gnulib module dummy
69 # Makefile.am ends here