1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am |
---|
2 | |
---|
3 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
---|
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 | |
---|
14 | SHELL = @SHELL@ |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
22 | bindir = @bindir@ |
---|
23 | sbindir = @sbindir@ |
---|
24 | libexecdir = @libexecdir@ |
---|
25 | datadir = @datadir@ |
---|
26 | sysconfdir = @sysconfdir@ |
---|
27 | sharedstatedir = @sharedstatedir@ |
---|
28 | localstatedir = @localstatedir@ |
---|
29 | libdir = @libdir@ |
---|
30 | infodir = @infodir@ |
---|
31 | mandir = @mandir@ |
---|
32 | includedir = @includedir@ |
---|
33 | oldincludedir = /usr/include |
---|
34 | |
---|
35 | DESTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = . |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
48 | INSTALL = @INSTALL@ |
---|
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
---|
50 | INSTALL_DATA = @INSTALL_DATA@ |
---|
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
52 | transform = @program_transform_name@ |
---|
53 | |
---|
54 | NORMAL_INSTALL = : |
---|
55 | PRE_INSTALL = : |
---|
56 | POST_INSTALL = : |
---|
57 | NORMAL_UNINSTALL = : |
---|
58 | PRE_UNINSTALL = : |
---|
59 | POST_UNINSTALL = : |
---|
60 | host_alias = @host_alias@ |
---|
61 | host_triplet = @host@ |
---|
62 | AS = @AS@ |
---|
63 | CC = @CC@ |
---|
64 | CFLAGS = @CFLAGS@ |
---|
65 | CPPFLAGS = @CPPFLAGS@ |
---|
66 | DLLTOOL = @DLLTOOL@ |
---|
67 | GHTTP_INCLUDEDIR = @GHTTP_INCLUDEDIR@ |
---|
68 | GHTTP_LIBDIR = @GHTTP_LIBDIR@ |
---|
69 | GHTTP_LIBS = @GHTTP_LIBS@ |
---|
70 | GHTTP_MAJOR_VERSION = @GHTTP_MAJOR_VERSION@ |
---|
71 | GHTTP_MICRO_VERSION = @GHTTP_MICRO_VERSION@ |
---|
72 | GHTTP_MINOR_VERSION = @GHTTP_MINOR_VERSION@ |
---|
73 | GHTTP_VERSION = @GHTTP_VERSION@ |
---|
74 | LDFLAGS = @LDFLAGS@ |
---|
75 | LIBTOOL = @LIBTOOL@ |
---|
76 | LN_S = @LN_S@ |
---|
77 | MAINT = @MAINT@ |
---|
78 | MAKEINFO = @MAKEINFO@ |
---|
79 | OBJDUMP = @OBJDUMP@ |
---|
80 | PACKAGE = @PACKAGE@ |
---|
81 | RANLIB = @RANLIB@ |
---|
82 | VERSION = @VERSION@ |
---|
83 | |
---|
84 | EXTRA_DIST = libghttp.spec.in doc/ghttp.html http_date.h http_global.h http_hdrs.h http_req.h http_resp.h http_trans.h http_uri.h http_base64.h ghttpConf.sh.in |
---|
85 | |
---|
86 | |
---|
87 | lib_LTLIBRARIES = libghttp.la |
---|
88 | |
---|
89 | libghttp_la_SOURCES = ghttp.c http_date.c http_hdrs.c http_req.c http_resp.c http_trans.c http_uri.c http_base64.c |
---|
90 | |
---|
91 | |
---|
92 | include_HEADERS = ghttp.h ghttp_constants.h |
---|
93 | |
---|
94 | |
---|
95 | libghttp_la_LDFLAGS = -version-info 1:0:0 |
---|
96 | |
---|
97 | confexecdir = $(libdir) |
---|
98 | confexec_DATA = ghttpConf.sh |
---|
99 | |
---|
100 | CLEANFILES = ghttpConf.sh |
---|
101 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
102 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
103 | CONFIG_CLEAN_FILES = libghttp.spec |
---|
104 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
105 | |
---|
106 | |
---|
107 | DEFS = @DEFS@ -I. -I$(srcdir) |
---|
108 | LIBS = @LIBS@ |
---|
109 | libghttp_la_LIBADD = |
---|
110 | libghttp_la_OBJECTS = ghttp.lo http_date.lo http_hdrs.lo http_req.lo \ |
---|
111 | http_resp.lo http_trans.lo http_uri.lo http_base64.lo |
---|
112 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
113 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
114 | CCLD = $(CC) |
---|
115 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
116 | DATA = $(confexec_DATA) |
---|
117 | |
---|
118 | HEADERS = $(include_HEADERS) |
---|
119 | |
---|
120 | DIST_COMMON = README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \ |
---|
121 | Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.sub \ |
---|
122 | configure configure.in install-sh libghttp.spec.in ltconfig ltmain.sh \ |
---|
123 | missing mkinstalldirs |
---|
124 | |
---|
125 | |
---|
126 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
127 | |
---|
128 | TAR = gtar |
---|
129 | GZIP_ENV = --best |
---|
130 | SOURCES = $(libghttp_la_SOURCES) |
---|
131 | OBJECTS = $(libghttp_la_OBJECTS) |
---|
132 | |
---|
133 | all: all-redirect |
---|
134 | .SUFFIXES: |
---|
135 | .SUFFIXES: .S .c .lo .o .s |
---|
136 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
137 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile |
---|
138 | |
---|
139 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
140 | cd $(top_builddir) \ |
---|
141 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
142 | |
---|
143 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in |
---|
144 | cd $(srcdir) && $(ACLOCAL) |
---|
145 | |
---|
146 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
147 | $(SHELL) ./config.status --recheck |
---|
148 | $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
---|
149 | cd $(srcdir) && $(AUTOCONF) |
---|
150 | libghttp.spec: $(top_builddir)/config.status libghttp.spec.in |
---|
151 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
152 | |
---|
153 | mostlyclean-libLTLIBRARIES: |
---|
154 | |
---|
155 | clean-libLTLIBRARIES: |
---|
156 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
157 | |
---|
158 | distclean-libLTLIBRARIES: |
---|
159 | |
---|
160 | maintainer-clean-libLTLIBRARIES: |
---|
161 | |
---|
162 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
163 | @$(NORMAL_INSTALL) |
---|
164 | $(mkinstalldirs) $(DESTDIR)$(libdir) |
---|
165 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
166 | if test -f $$p; then \ |
---|
167 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ |
---|
168 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ |
---|
169 | else :; fi; \ |
---|
170 | done |
---|
171 | |
---|
172 | uninstall-libLTLIBRARIES: |
---|
173 | @$(NORMAL_UNINSTALL) |
---|
174 | list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
175 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
---|
176 | done |
---|
177 | |
---|
178 | .c.o: |
---|
179 | $(COMPILE) -c $< |
---|
180 | |
---|
181 | .s.o: |
---|
182 | $(COMPILE) -c $< |
---|
183 | |
---|
184 | .S.o: |
---|
185 | $(COMPILE) -c $< |
---|
186 | |
---|
187 | mostlyclean-compile: |
---|
188 | -rm -f *.o core *.core |
---|
189 | |
---|
190 | clean-compile: |
---|
191 | |
---|
192 | distclean-compile: |
---|
193 | -rm -f *.tab.c |
---|
194 | |
---|
195 | maintainer-clean-compile: |
---|
196 | |
---|
197 | .c.lo: |
---|
198 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
199 | |
---|
200 | .s.lo: |
---|
201 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
202 | |
---|
203 | .S.lo: |
---|
204 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
205 | |
---|
206 | mostlyclean-libtool: |
---|
207 | -rm -f *.lo |
---|
208 | |
---|
209 | clean-libtool: |
---|
210 | -rm -rf .libs _libs |
---|
211 | |
---|
212 | distclean-libtool: |
---|
213 | |
---|
214 | maintainer-clean-libtool: |
---|
215 | |
---|
216 | libghttp.la: $(libghttp_la_OBJECTS) $(libghttp_la_DEPENDENCIES) |
---|
217 | $(LINK) -rpath $(libdir) $(libghttp_la_LDFLAGS) $(libghttp_la_OBJECTS) $(libghttp_la_LIBADD) $(LIBS) |
---|
218 | |
---|
219 | install-confexecDATA: $(confexec_DATA) |
---|
220 | @$(NORMAL_INSTALL) |
---|
221 | $(mkinstalldirs) $(DESTDIR)$(confexecdir) |
---|
222 | @list='$(confexec_DATA)'; for p in $$list; do \ |
---|
223 | if test -f $(srcdir)/$$p; then \ |
---|
224 | echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p"; \ |
---|
225 | $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confexecdir)/$$p; \ |
---|
226 | else if test -f $$p; then \ |
---|
227 | echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p"; \ |
---|
228 | $(INSTALL_DATA) $$p $(DESTDIR)$(confexecdir)/$$p; \ |
---|
229 | fi; fi; \ |
---|
230 | done |
---|
231 | |
---|
232 | uninstall-confexecDATA: |
---|
233 | @$(NORMAL_UNINSTALL) |
---|
234 | list='$(confexec_DATA)'; for p in $$list; do \ |
---|
235 | rm -f $(DESTDIR)$(confexecdir)/$$p; \ |
---|
236 | done |
---|
237 | |
---|
238 | install-includeHEADERS: $(include_HEADERS) |
---|
239 | @$(NORMAL_INSTALL) |
---|
240 | $(mkinstalldirs) $(DESTDIR)$(includedir) |
---|
241 | @list='$(include_HEADERS)'; for p in $$list; do \ |
---|
242 | if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ |
---|
243 | echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ |
---|
244 | $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ |
---|
245 | done |
---|
246 | |
---|
247 | uninstall-includeHEADERS: |
---|
248 | @$(NORMAL_UNINSTALL) |
---|
249 | list='$(include_HEADERS)'; for p in $$list; do \ |
---|
250 | rm -f $(DESTDIR)$(includedir)/$$p; \ |
---|
251 | done |
---|
252 | |
---|
253 | tags: TAGS |
---|
254 | |
---|
255 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
256 | list='$(SOURCES) $(HEADERS)'; \ |
---|
257 | unique=`for i in $$list; do echo $$i; done | \ |
---|
258 | awk ' { files[$$0] = 1; } \ |
---|
259 | END { for (i in files) print i; }'`; \ |
---|
260 | here=`pwd` && cd $(srcdir) \ |
---|
261 | && mkid -f$$here/ID $$unique $(LISP) |
---|
262 | |
---|
263 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
264 | tags=; \ |
---|
265 | here=`pwd`; \ |
---|
266 | list='$(SOURCES) $(HEADERS)'; \ |
---|
267 | unique=`for i in $$list; do echo $$i; done | \ |
---|
268 | awk ' { files[$$0] = 1; } \ |
---|
269 | END { for (i in files) print i; }'`; \ |
---|
270 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
271 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
272 | |
---|
273 | mostlyclean-tags: |
---|
274 | |
---|
275 | clean-tags: |
---|
276 | |
---|
277 | distclean-tags: |
---|
278 | -rm -f TAGS ID |
---|
279 | |
---|
280 | maintainer-clean-tags: |
---|
281 | |
---|
282 | distdir = $(PACKAGE)-$(VERSION) |
---|
283 | top_distdir = $(distdir) |
---|
284 | |
---|
285 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
286 | # it guarantees that the distribution is self-contained by making another |
---|
287 | # tarfile. |
---|
288 | distcheck: dist |
---|
289 | -rm -rf $(distdir) |
---|
290 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz |
---|
291 | mkdir $(distdir)/=build |
---|
292 | mkdir $(distdir)/=inst |
---|
293 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
---|
294 | cd $(distdir)/=build \ |
---|
295 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
---|
296 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
297 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
298 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
299 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
300 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
301 | && $(MAKE) $(AM_MAKEFLAGS) dist |
---|
302 | -rm -rf $(distdir) |
---|
303 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
---|
304 | dashes=`echo "$$banner" | sed s/./=/g`; \ |
---|
305 | echo "$$dashes"; \ |
---|
306 | echo "$$banner"; \ |
---|
307 | echo "$$dashes" |
---|
308 | dist: distdir |
---|
309 | -chmod -R a+r $(distdir) |
---|
310 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
---|
311 | -rm -rf $(distdir) |
---|
312 | dist-all: distdir |
---|
313 | -chmod -R a+r $(distdir) |
---|
314 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
---|
315 | -rm -rf $(distdir) |
---|
316 | distdir: $(DISTFILES) |
---|
317 | -rm -rf $(distdir) |
---|
318 | mkdir $(distdir) |
---|
319 | -chmod 777 $(distdir) |
---|
320 | $(mkinstalldirs) $(distdir)/doc |
---|
321 | @for file in $(DISTFILES); do \ |
---|
322 | d=$(srcdir); \ |
---|
323 | if test -d $$d/$$file; then \ |
---|
324 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
325 | else \ |
---|
326 | test -f $(distdir)/$$file \ |
---|
327 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
328 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
329 | fi; \ |
---|
330 | done |
---|
331 | $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook |
---|
332 | ghttp.lo ghttp.o : ghttp.c ghttp.h ghttp_constants.h http_uri.h \ |
---|
333 | http_hdrs.h http_trans.h http_req.h http_resp.h http_date.h \ |
---|
334 | http_global.h http_base64.h |
---|
335 | http_base64.lo http_base64.o : http_base64.c |
---|
336 | http_date.lo http_date.o : http_date.c http_date.h |
---|
337 | http_hdrs.lo http_hdrs.o : http_hdrs.c http_hdrs.h ghttp_constants.h |
---|
338 | http_req.lo http_req.o : http_req.c http_req.h http_hdrs.h \ |
---|
339 | ghttp_constants.h http_trans.h http_global.h |
---|
340 | http_resp.lo http_resp.o : http_resp.c http_resp.h http_hdrs.h \ |
---|
341 | ghttp_constants.h http_trans.h http_req.h http_global.h |
---|
342 | http_trans.lo http_trans.o : http_trans.c http_trans.h http_global.h |
---|
343 | http_uri.lo http_uri.o : http_uri.c http_uri.h |
---|
344 | |
---|
345 | info-am: |
---|
346 | info: info-am |
---|
347 | dvi-am: |
---|
348 | dvi: dvi-am |
---|
349 | check-am: all-am |
---|
350 | check: check-am |
---|
351 | installcheck-am: |
---|
352 | installcheck: installcheck-am |
---|
353 | install-exec-am: install-libLTLIBRARIES install-confexecDATA |
---|
354 | install-exec: install-exec-am |
---|
355 | |
---|
356 | install-data-am: install-includeHEADERS |
---|
357 | install-data: install-data-am |
---|
358 | |
---|
359 | install-am: all-am |
---|
360 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
361 | install: install-am |
---|
362 | uninstall-am: uninstall-libLTLIBRARIES uninstall-confexecDATA \ |
---|
363 | uninstall-includeHEADERS |
---|
364 | uninstall: uninstall-am |
---|
365 | all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) |
---|
366 | all-redirect: all-am |
---|
367 | install-strip: |
---|
368 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
369 | installdirs: |
---|
370 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(confexecdir) \ |
---|
371 | $(DESTDIR)$(includedir) |
---|
372 | |
---|
373 | |
---|
374 | mostlyclean-generic: |
---|
375 | |
---|
376 | clean-generic: |
---|
377 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
378 | |
---|
379 | distclean-generic: |
---|
380 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
381 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
382 | |
---|
383 | maintainer-clean-generic: |
---|
384 | mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ |
---|
385 | mostlyclean-libtool mostlyclean-tags \ |
---|
386 | mostlyclean-generic |
---|
387 | |
---|
388 | mostlyclean: mostlyclean-am |
---|
389 | |
---|
390 | clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ |
---|
391 | clean-generic mostlyclean-am |
---|
392 | |
---|
393 | clean: clean-am |
---|
394 | |
---|
395 | distclean-am: distclean-libLTLIBRARIES distclean-compile \ |
---|
396 | distclean-libtool distclean-tags distclean-generic \ |
---|
397 | clean-am |
---|
398 | -rm -f libtool |
---|
399 | |
---|
400 | distclean: distclean-am |
---|
401 | -rm -f config.status |
---|
402 | |
---|
403 | maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ |
---|
404 | maintainer-clean-compile maintainer-clean-libtool \ |
---|
405 | maintainer-clean-tags maintainer-clean-generic \ |
---|
406 | distclean-am |
---|
407 | @echo "This command is intended for maintainers to use;" |
---|
408 | @echo "it deletes files that may require special tools to rebuild." |
---|
409 | |
---|
410 | maintainer-clean: maintainer-clean-am |
---|
411 | -rm -f config.status |
---|
412 | |
---|
413 | .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ |
---|
414 | clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ |
---|
415 | uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ |
---|
416 | distclean-compile clean-compile maintainer-clean-compile \ |
---|
417 | mostlyclean-libtool distclean-libtool clean-libtool \ |
---|
418 | maintainer-clean-libtool uninstall-confexecDATA install-confexecDATA \ |
---|
419 | uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \ |
---|
420 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
---|
421 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
---|
422 | install-exec install-data-am install-data install-am install \ |
---|
423 | uninstall-am uninstall all-redirect all-am all installdirs \ |
---|
424 | mostlyclean-generic distclean-generic clean-generic \ |
---|
425 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
---|
426 | |
---|
427 | |
---|
428 | dist-hook: libghttp.spec |
---|
429 | cp libghttp.spec $(distdir) |
---|
430 | |
---|
431 | ghttpConf.sh: ghttpConf.sh.in Makefile |
---|
432 | sed -e 's?\@GHTTP_LIBDIR\@?$(GHTTP_LIBDIR)?g' \ |
---|
433 | -e 's?\@GHTTP_INCLUDEDIR\@?$(GHTTP_INCLUDEDIR)?g' \ |
---|
434 | -e 's?\@GHTTP_LIBS\@?$(GHTTP_LIBS)?g' \ |
---|
435 | -e 's?\@VERSION\@?$(VERSION)?g' \ |
---|
436 | < $(srcdir)/ghttpConf.sh.in > ghttpConf.tmp \ |
---|
437 | && mv ghttpConf.tmp ghttpConf.sh |
---|
438 | |
---|
439 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
440 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
441 | .NOEXPORT: |
---|