Mercurial > noffle
annotate packages/Makefile.in @ 279:49b452b667a6 noffle
[svn] * src/util.c: localTimeDiff() cached its value and recalculated it every
hour of clock time, regardless of the time the calculated was based on.
This is potentially dangerous at daylight saving changes. So instead
use the cached last result only when the new request is to be based on
a time in the same hour as the cached result.
* src/util.c: Replace the alternate Utl_mktimeGMT() implementation used when
timegm() is not available. The previous version, as suggested by the
glibc timegm() man page, used setenv() and unsetenv() for changing the
environment. These aren't POSIX function, and the POSIX putenv()
(a) is tricky to manage if the same var is being constantly update and
memory isn't to leak, and (b) provides no way to remove an environment
entry. So change to an implementation Wget uses. This should compile on
not glibc systems - the previous version failed to build on Solaris.
author | bears |
---|---|
date | Sun, 17 Nov 2002 15:18:19 +0000 |
parents | a0497ffac49b |
children | c02c4eb95f95 |
rev | line source |
---|---|
278
a0497ffac49b
[svn] I'm not very good at automake. Redo with automake2.13.
bears
parents:
277
diff
changeset
|
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am |
225 | 2 |
278
a0497ffac49b
[svn] I'm not very good at automake. Redo with automake2.13.
bears
parents:
277
diff
changeset
|
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
225 | 4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, | |
6 # with or without modifications, as long as this notice is preserved. | |
7 | |
8 # This program is distributed in the hope that it will be useful, | |
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
11 # PARTICULAR PURPOSE. | |
12 | |
13 # Process this file with automake to produce Makefile.in | |
14 | |
15 | |
16 SHELL = @SHELL@ | |
17 | |
18 srcdir = @srcdir@ | |
19 top_srcdir = @top_srcdir@ | |
20 VPATH = @srcdir@ | |
21 prefix = @prefix@ | |
22 exec_prefix = @exec_prefix@ | |
23 | |
24 bindir = @bindir@ | |
25 sbindir = @sbindir@ | |
26 libexecdir = @libexecdir@ | |
27 datadir = @datadir@ | |
28 sysconfdir = @sysconfdir@ | |
29 sharedstatedir = @sharedstatedir@ | |
30 localstatedir = @localstatedir@ | |
31 libdir = @libdir@ | |
32 infodir = @infodir@ | |
33 mandir = @mandir@ | |
34 includedir = @includedir@ | |
35 oldincludedir = /usr/include | |
36 | |
37 DESTDIR = | |
38 | |
39 pkgdatadir = $(datadir)/@PACKAGE@ | |
40 pkglibdir = $(libdir)/@PACKAGE@ | |
41 pkgincludedir = $(includedir)/@PACKAGE@ | |
42 | |
43 top_builddir = .. | |
44 | |
45 ACLOCAL = @ACLOCAL@ | |
46 AUTOCONF = @AUTOCONF@ | |
47 AUTOMAKE = @AUTOMAKE@ | |
48 AUTOHEADER = @AUTOHEADER@ | |
49 | |
50 INSTALL = @INSTALL@ | |
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
52 INSTALL_DATA = @INSTALL_DATA@ | |
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
54 transform = @program_transform_name@ | |
55 | |
56 NORMAL_INSTALL = : | |
57 PRE_INSTALL = : | |
58 POST_INSTALL = : | |
59 NORMAL_UNINSTALL = : | |
60 PRE_UNINSTALL = : | |
61 POST_UNINSTALL = : | |
62 CC = @CC@ | |
63 CONFIGFILE = @CONFIGFILE@ | |
64 DOCDIR = @DOCDIR@ | |
65 MAKEINFO = @MAKEINFO@ | |
66 PACKAGE = @PACKAGE@ | |
67 SENDMAILPROG = @SENDMAILPROG@ | |
68 SPOOLDIR = @SPOOLDIR@ | |
69 VERSION = @VERSION@ | |
70 | |
71 SUBDIRS = redhat | |
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
73 CONFIG_HEADER = ../config.h | |
74 CONFIG_CLEAN_FILES = | |
75 DIST_COMMON = Makefile.am Makefile.in | |
76 | |
77 | |
78 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
79 | |
80 TAR = tar | |
81 GZIP_ENV = --best | |
82 all: all-redirect | |
83 .SUFFIXES: | |
84 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
85 cd $(top_srcdir) && $(AUTOMAKE) --gnu packages/Makefile | |
86 | |
87 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
88 cd $(top_builddir) \ | |
89 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
90 | |
91 | |
92 # This directory's subdirectories are mostly independent; you can cd | |
93 # into them and run `make' without going through this Makefile. | |
94 # To change the values of `make' variables: instead of editing Makefiles, | |
95 # (1) if the variable is set in `config.status', edit `config.status' | |
96 # (which will cause the Makefiles to be regenerated when you run `make'); | |
97 # (2) otherwise, pass the desired values on the `make' command line. | |
98 | |
99 @SET_MAKE@ | |
100 | |
101 all-recursive install-data-recursive install-exec-recursive \ | |
102 installdirs-recursive install-recursive uninstall-recursive \ | |
103 check-recursive installcheck-recursive info-recursive dvi-recursive: | |
104 @set fnord $(MAKEFLAGS); amf=$$2; \ | |
105 dot_seen=no; \ | |
106 target=`echo $@ | sed s/-recursive//`; \ | |
107 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
108 echo "Making $$target in $$subdir"; \ | |
109 if test "$$subdir" = "."; then \ | |
110 dot_seen=yes; \ | |
111 local_target="$$target-am"; \ | |
112 else \ | |
113 local_target="$$target"; \ | |
114 fi; \ | |
115 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
116 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
117 done; \ | |
118 if test "$$dot_seen" = "no"; then \ | |
119 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
120 fi; test -z "$$fail" | |
121 | |
122 mostlyclean-recursive clean-recursive distclean-recursive \ | |
123 maintainer-clean-recursive: | |
124 @set fnord $(MAKEFLAGS); amf=$$2; \ | |
125 dot_seen=no; \ | |
126 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | |
127 rev="$$subdir $$rev"; \ | |
278
a0497ffac49b
[svn] I'm not very good at automake. Redo with automake2.13.
bears
parents:
277
diff
changeset
|
128 test "$$subdir" = "." && dot_seen=yes; \ |
225 | 129 done; \ |
130 test "$$dot_seen" = "no" && rev=". $$rev"; \ | |
131 target=`echo $@ | sed s/-recursive//`; \ | |
132 for subdir in $$rev; do \ | |
133 echo "Making $$target in $$subdir"; \ | |
134 if test "$$subdir" = "."; then \ | |
135 local_target="$$target-am"; \ | |
136 else \ | |
137 local_target="$$target"; \ | |
138 fi; \ | |
139 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
140 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
141 done && test -z "$$fail" | |
142 tags-recursive: | |
143 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
144 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
145 done | |
146 | |
147 tags: TAGS | |
148 | |
149 ID: $(HEADERS) $(SOURCES) $(LISP) | |
150 list='$(SOURCES) $(HEADERS)'; \ | |
151 unique=`for i in $$list; do echo $$i; done | \ | |
152 awk ' { files[$$0] = 1; } \ | |
153 END { for (i in files) print i; }'`; \ | |
154 here=`pwd` && cd $(srcdir) \ | |
155 && mkid -f$$here/ID $$unique $(LISP) | |
156 | |
157 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | |
158 tags=; \ | |
159 here=`pwd`; \ | |
160 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
161 if test "$$subdir" = .; then :; else \ | |
162 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | |
163 fi; \ | |
164 done; \ | |
165 list='$(SOURCES) $(HEADERS)'; \ | |
166 unique=`for i in $$list; do echo $$i; done | \ | |
167 awk ' { files[$$0] = 1; } \ | |
168 END { for (i in files) print i; }'`; \ | |
169 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | |
277
1fdde6512033
[svn] * configure.in: Add optional GDBM include and lib directory specifiers.
bears
parents:
256
diff
changeset
|
170 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
225 | 171 |
172 mostlyclean-tags: | |
173 | |
174 clean-tags: | |
175 | |
176 distclean-tags: | |
177 -rm -f TAGS ID | |
178 | |
179 maintainer-clean-tags: | |
180 | |
181 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
182 | |
183 subdir = packages | |
184 | |
185 distdir: $(DISTFILES) | |
186 here=`cd $(top_builddir) && pwd`; \ | |
187 top_distdir=`cd $(top_distdir) && pwd`; \ | |
188 distdir=`cd $(distdir) && pwd`; \ | |
189 cd $(top_srcdir) \ | |
190 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu packages/Makefile | |
191 @for file in $(DISTFILES); do \ | |
192 d=$(srcdir); \ | |
193 if test -d $$d/$$file; then \ | |
194 cp -pr $$d/$$file $(distdir)/$$file; \ | |
195 else \ | |
196 test -f $(distdir)/$$file \ | |
197 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
198 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
199 fi; \ | |
200 done | |
201 for subdir in $(SUBDIRS); do \ | |
202 if test "$$subdir" = .; then :; else \ | |
203 test -d $(distdir)/$$subdir \ | |
204 || mkdir $(distdir)/$$subdir \ | |
205 || exit 1; \ | |
206 chmod 777 $(distdir)/$$subdir; \ | |
207 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ | |
208 || exit 1; \ | |
209 fi; \ | |
210 done | |
211 info-am: | |
212 info: info-recursive | |
213 dvi-am: | |
214 dvi: dvi-recursive | |
215 check-am: all-am | |
216 check: check-recursive | |
217 installcheck-am: | |
218 installcheck: installcheck-recursive | |
219 install-exec-am: | |
220 install-exec: install-exec-recursive | |
221 | |
222 install-data-am: | |
223 install-data: install-data-recursive | |
224 | |
225 install-am: all-am | |
226 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
227 install: install-recursive | |
228 uninstall-am: | |
229 uninstall: uninstall-recursive | |
230 all-am: Makefile | |
231 all-redirect: all-recursive | |
232 install-strip: | |
233 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
234 installdirs: installdirs-recursive | |
235 installdirs-am: | |
236 | |
237 | |
238 mostlyclean-generic: | |
239 | |
240 clean-generic: | |
241 | |
242 distclean-generic: | |
243 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
244 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
245 | |
246 maintainer-clean-generic: | |
247 mostlyclean-am: mostlyclean-tags mostlyclean-generic | |
248 | |
249 mostlyclean: mostlyclean-recursive | |
250 | |
251 clean-am: clean-tags clean-generic mostlyclean-am | |
252 | |
253 clean: clean-recursive | |
254 | |
255 distclean-am: distclean-tags distclean-generic clean-am | |
256 | |
257 distclean: distclean-recursive | |
258 | |
259 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ | |
260 distclean-am | |
261 @echo "This command is intended for maintainers to use;" | |
262 @echo "it deletes files that may require special tools to rebuild." | |
263 | |
264 maintainer-clean: maintainer-clean-recursive | |
265 | |
266 .PHONY: install-data-recursive uninstall-data-recursive \ | |
267 install-exec-recursive uninstall-exec-recursive installdirs-recursive \ | |
268 uninstalldirs-recursive all-recursive check-recursive \ | |
269 installcheck-recursive info-recursive dvi-recursive \ | |
270 mostlyclean-recursive distclean-recursive clean-recursive \ | |
271 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | |
272 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | |
273 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ | |
274 install-exec install-data-am install-data install-am install \ | |
275 uninstall-am uninstall all-redirect all-am all installdirs-am \ | |
276 installdirs mostlyclean-generic distclean-generic clean-generic \ | |
277 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |
278 | |
279 | |
280 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
281 # Otherwise a system limit (for SysV at least) may be exceeded. | |
282 .NOEXPORT: |