Revert.
[libtasn1.git] / gl / Makefile.am
blob20b5bde2c82df95716da98d47dad2513facc38f9
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 # Invoked as: gnulib-tool --import
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --libtool --lgpl getopt gettext-h memmove
14 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
16 noinst_LTLIBRARIES = libgnu.la
18 libgnu_la_SOURCES =
19 libgnu_la_LIBADD = @LTLIBOBJS@
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
28 ## begin gnulib module getopt
30 BUILT_SOURCES += $(GETOPT_H)
31 EXTRA_DIST += getopt_.h getopt_int.h
33 # We need the following in order to create <getopt.h> when the system
34 # doesn't have one that works with the given compiler.
35 getopt.h: getopt_.h
36         cp $(srcdir)/getopt_.h $@-t
37         mv $@-t $@
38 MOSTLYCLEANFILES += getopt.h getopt.h-t
40 ## end   gnulib module getopt
42 ## begin gnulib module gettext-h
44 libgnu_la_SOURCES += gettext.h
46 ## end   gnulib module gettext-h
49 # Makefile.am ends here