Update gnulib files, don't require LGPL modules (the libtasn1 library doesn't use...
[libtasn1.git] / gl / Makefile.am
blobf63f747d5e6eba021fbdbd09aca7e405e0fc54e6
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl gendocs getopt maintainer-makefile memmove strdup
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 noinst_LTLIBRARIES = libgnu.la
18 libgnu_la_SOURCES =
19 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
20 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
21 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
22 noinst_HEADERS =
23 EXTRA_DIST =
24 BUILT_SOURCES =
25 SUFFIXES =
26 MOSTLYCLEANFILES = core *.stackdump
27 MOSTLYCLEANDIRS =
28 CLEANFILES =
29 DISTCLEANFILES =
30 MAINTAINERCLEANFILES =
32 AM_CPPFLAGS =
34 ## begin gnulib module getopt
36 BUILT_SOURCES += $(GETOPT_H)
38 # We need the following in order to create <getopt.h> when the system
39 # doesn't have one that works with the given compiler.
40 getopt.h: getopt_.h
41         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
42           cat $(srcdir)/getopt_.h; \
43         } > $@-t
44         mv -f $@-t $@
45 MOSTLYCLEANFILES += getopt.h getopt.h-t
47 EXTRA_DIST += getopt.c getopt1.c getopt_.h getopt_int.h
49 ## end   gnulib module getopt
51 ## begin gnulib module gettext-h
53 libgnu_la_SOURCES += gettext.h
55 ## end   gnulib module gettext-h
57 ## begin gnulib module memmove
60 EXTRA_DIST += memmove.c
62 ## end   gnulib module memmove
64 ## begin gnulib module strdup
67 EXTRA_DIST += strdup.c strdup.h
69 ## end   gnulib module strdup
71 ## begin gnulib module unistd
73 BUILT_SOURCES += $(UNISTD_H)
75 # We need the following in order to create an empty placeholder for
76 # <unistd.h> when the system doesn't have one.
77 unistd.h:
78         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
79           echo '/* Empty placeholder for $@.  */'; \
80         } > $@
81 MOSTLYCLEANFILES += unistd.h
83 ## end   gnulib module unistd
85 ## begin gnulib module dummy
87 libgnu_la_SOURCES += dummy.c
89 ## end   gnulib module dummy
92 mostlyclean-local: mostlyclean-generic
93         @test -z "$(MOSTLYCLEANDIRS)" || \
94           for dir in $(MOSTLYCLEANDIRS); do \
95             if test -d $$dir; then \
96               echo "rmdir $$dir"; rmdir $$dir; \
97             fi; \
98           done