source: trunk/essentials/app-arch/gzip/lib/gnulib.mk

Last change on this file was 3325, checked in by bird, 18 years ago

gzip 1.3.11

File size: 6.0 KB
Line 
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=. --local-dir=gl --lib=libgzip --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=getline --avoid=rpmatch --no-libtool --macro-prefix=gl fcntl fcntl-safer fdl getopt stat-time sys_stat utimens xalloc yesno
13
14AUTOMAKE_OPTIONS = 1.5 gnits
15
16noinst_HEADERS =
17noinst_LIBRARIES =
18noinst_LTLIBRARIES =
19EXTRA_DIST =
20BUILT_SOURCES =
21SUFFIXES =
22MOSTLYCLEANFILES = core *.stackdump
23MOSTLYCLEANDIRS =
24CLEANFILES =
25DISTCLEANFILES =
26MAINTAINERCLEANFILES =
27
28AM_CPPFLAGS =
29
30noinst_LIBRARIES += libgzip.a
31
32libgzip_a_SOURCES =
33libgzip_a_LIBADD = $(gl_LIBOBJS)
34libgzip_a_DEPENDENCIES = $(gl_LIBOBJS)
35EXTRA_libgzip_a_SOURCES =
36
37## begin gnulib module error
38
39
40EXTRA_DIST += error.c error.h
41
42EXTRA_libgzip_a_SOURCES += error.c
43
44## end gnulib module error
45
46## begin gnulib module exit
47
48libgzip_a_SOURCES += exit.h
49
50## end gnulib module exit
51
52## begin gnulib module exitfail
53
54
55EXTRA_DIST += exitfail.c exitfail.h
56
57EXTRA_libgzip_a_SOURCES += exitfail.c
58
59## end gnulib module exitfail
60
61## begin gnulib module fcntl
62
63BUILT_SOURCES += $(FCNTL_H)
64
65# We need the following in order to create <fcntl.h> when the system
66# doesn't have one that works with the given compiler.
67fcntl.h: fcntl_.h
68 rm -f $@-t $@
69 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
70 sed -e 's|@''ABSOLUTE_FCNTL_H''@|$(ABSOLUTE_FCNTL_H)|g' \
71 < $(srcdir)/fcntl_.h; \
72 } > $@-t
73 mv $@-t $@
74MOSTLYCLEANFILES += fcntl.h fcntl.h-t
75
76EXTRA_DIST += fcntl_.h
77
78## end gnulib module fcntl
79
80## begin gnulib module fcntl-safer
81
82
83EXTRA_DIST += creat-safer.c fcntl--.h fcntl-safer.h open-safer.c
84
85EXTRA_libgzip_a_SOURCES += creat-safer.c open-safer.c
86
87## end gnulib module fcntl-safer
88
89## begin gnulib module getopt
90
91BUILT_SOURCES += $(GETOPT_H)
92
93# We need the following in order to create <getopt.h> when the system
94# doesn't have one that works with the given compiler.
95getopt.h: getopt_.h
96 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
97 cat $(srcdir)/getopt_.h; \
98 } > $@-t
99 mv -f $@-t $@
100MOSTLYCLEANFILES += getopt.h getopt.h-t
101
102EXTRA_DIST += getopt.c getopt1.c getopt_.h getopt_int.h
103
104EXTRA_libgzip_a_SOURCES += getopt.c getopt1.c
105
106## end gnulib module getopt
107
108## begin gnulib module gettext-h
109
110libgzip_a_SOURCES += gettext.h
111
112## end gnulib module gettext-h
113
114## begin gnulib module stat-time
115
116
117EXTRA_DIST += stat-time.h
118
119## end gnulib module stat-time
120
121## begin gnulib module stdbool
122
123BUILT_SOURCES += $(STDBOOL_H)
124
125# We need the following in order to create <stdbool.h> when the system
126# doesn't have one that works.
127stdbool.h: stdbool_.h
128 rm -f $@-t $@
129 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
130 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
131 } > $@-t
132 mv $@-t $@
133MOSTLYCLEANFILES += stdbool.h stdbool.h-t
134
135EXTRA_DIST += stdbool_.h
136
137## end gnulib module stdbool
138
139## begin gnulib module sys_stat
140
141BUILT_SOURCES += $(SYS_STAT_H)
142
143# We need the following in order to create <sys/stat.h> when the system
144# has one that is incomplete.
145sys/stat.h: stat_.h
146 @MKDIR_P@ sys
147 rm -f $@-t $@
148 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
149 sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
150 < $(srcdir)/stat_.h; \
151 } > $@-t
152 mv $@-t $@
153MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
154MOSTLYCLEANDIRS += sys
155
156EXTRA_DIST += stat_.h
157
158## end gnulib module sys_stat
159
160## begin gnulib module sys_time
161
162BUILT_SOURCES += $(SYS_TIME_H)
163
164# We need the following in order to create <sys/time.h> when the system
165# doesn't have one that works with the given compiler.
166sys/time.h: sys_time_.h
167 @MKDIR_P@ sys
168 rm -f $@-t $@
169 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
170 sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
171 -e 's|@''ABSOLUTE_SYS_TIME_H''@|$(ABSOLUTE_SYS_TIME_H)|g' \
172 -e 's/@''GETTIMEOFDAY_REPLACEMENT''@/$(GETTIMEOFDAY_REPLACEMENT)/g' \
173 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
174 < $(srcdir)/sys_time_.h; \
175 } > $@-t
176 mv $@-t $@
177MOSTLYCLEANFILES += sys/time.h sys/time.h-t
178
179EXTRA_DIST += sys_time_.h
180
181## end gnulib module sys_time
182
183## begin gnulib module timespec
184
185
186EXTRA_DIST += timespec.h
187
188## end gnulib module timespec
189
190## begin gnulib module unistd
191
192BUILT_SOURCES += $(UNISTD_H)
193
194# We need the following in order to create an empty placeholder for
195# <unistd.h> when the system doesn't have one.
196unistd.h: unistd_.h
197 rm -f $@-t $@
198 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
199 sed -e 's|@''ABSOLUTE_UNISTD_H''@|$(ABSOLUTE_UNISTD_H)|g' \
200 < $(srcdir)/unistd_.h; \
201 } > $@-t
202 mv $@-t $@
203MOSTLYCLEANFILES += unistd.h unistd.h-t
204
205EXTRA_DIST += unistd_.h
206
207## end gnulib module unistd
208
209## begin gnulib module unistd-safer
210
211
212EXTRA_DIST += dup-safer.c fd-safer.c pipe-safer.c unistd--.h unistd-safer.h
213
214EXTRA_libgzip_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
215
216## end gnulib module unistd-safer
217
218## begin gnulib module utimens
219
220
221EXTRA_DIST += utimens.c utimens.h
222
223EXTRA_libgzip_a_SOURCES += utimens.c
224
225## end gnulib module utimens
226
227## begin gnulib module xalloc
228
229
230EXTRA_DIST += xalloc.h xmalloc.c
231
232EXTRA_libgzip_a_SOURCES += xmalloc.c
233
234## end gnulib module xalloc
235
236## begin gnulib module xalloc-die
237
238libgzip_a_SOURCES += xalloc-die.c
239
240## end gnulib module xalloc-die
241
242## begin gnulib module yesno
243
244
245EXTRA_DIST += yesno.c yesno.h
246
247EXTRA_libgzip_a_SOURCES += yesno.c
248
249## end gnulib module yesno
250
251
252mostlyclean-local: mostlyclean-generic
253 @for dir in '' $(MOSTLYCLEANDIRS); do \
254 if test -n "$$dir" && test -d $$dir; then \
255 echo "rmdir $$dir"; rmdir $$dir; \
256 fi; \
257 done
Note: See TracBrowser for help on using the repository browser.