]> sjero.net Git - wget/blob - lib/Makefile.am
Initial gnulib-tool --import.
[wget] / lib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2004-2007 Free Software Foundation, Inc.
4 #
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.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=gl c-ctype getopt maintainer-makefile md5
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
16 noinst_HEADERS =
17 noinst_LIBRARIES =
18 noinst_LTLIBRARIES =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES = core *.stackdump
23 MOSTLYCLEANDIRS =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 AM_CPPFLAGS =
29
30 noinst_LIBRARIES += libgnu.a
31
32 libgnu_a_SOURCES =
33 libgnu_a_LIBADD = $(gl_LIBOBJS)
34 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
35 EXTRA_libgnu_a_SOURCES =
36
37 ## begin gnulib module c-ctype
38
39 libgnu_a_SOURCES += c-ctype.h c-ctype.c
40
41 ## end   gnulib module c-ctype
42
43 ## begin gnulib module getopt
44
45 BUILT_SOURCES += $(GETOPT_H)
46
47 # We need the following in order to create <getopt.h> when the system
48 # doesn't have one that works with the given compiler.
49 getopt.h: getopt.in.h
50         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
51           cat $(srcdir)/getopt.in.h; \
52         } > $@-t
53         mv -f $@-t $@
54 MOSTLYCLEANFILES += getopt.h getopt.h-t
55
56 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
57
58 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
59
60 ## end   gnulib module getopt
61
62 ## begin gnulib module gettext-h
63
64 libgnu_a_SOURCES += gettext.h
65
66 ## end   gnulib module gettext-h
67
68 ## begin gnulib module link-warning
69
70 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
71
72 EXTRA_DIST += $(top_srcdir)/./link-warning.h
73
74 ## end   gnulib module link-warning
75
76 ## begin gnulib module maintainer-makefile
77
78 EXTRA_DIST += $(top_srcdir)/./GNUmakefile $(top_srcdir)/./maint.mk
79
80 ## end   gnulib module maintainer-makefile
81
82 ## begin gnulib module stdbool
83
84 BUILT_SOURCES += $(STDBOOL_H)
85
86 # We need the following in order to create <stdbool.h> when the system
87 # doesn't have one that works.
88 stdbool.h: stdbool.in.h
89         rm -f $@-t $@
90         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
91           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
92         } > $@-t
93         mv $@-t $@
94 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
95
96 EXTRA_DIST += stdbool.in.h
97
98 ## end   gnulib module stdbool
99
100 ## begin gnulib module unistd
101
102 BUILT_SOURCES += unistd.h
103
104 # We need the following in order to create an empty placeholder for
105 # <unistd.h> when the system doesn't have one.
106 unistd.h: unistd.in.h
107         rm -f $@-t $@
108         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
109           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
110               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
111               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
112               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
113               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
114               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
115               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
116               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
117               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
118               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
119               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
120               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
121               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
122               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
123               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
124               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
125               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
126               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
127               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
128               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
129               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
130               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
131               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
132               < $(srcdir)/unistd.in.h; \
133         } > $@-t
134         mv $@-t $@
135 MOSTLYCLEANFILES += unistd.h unistd.h-t
136
137 EXTRA_DIST += unistd.in.h
138
139 ## end   gnulib module unistd
140
141
142 mostlyclean-local: mostlyclean-generic
143         @for dir in '' $(MOSTLYCLEANDIRS); do \
144           if test -n "$$dir" && test -d $$dir; then \
145             echo "rmdir $$dir"; rmdir $$dir; \
146           fi; \
147         done; \
148         :