source: trunk/third/libghttp/Makefile.in @ 15592

Revision 15592, 12.9 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15591, which included commits to RCS files with non-trunk default branches.
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CFLAGS = @CFLAGS@
65CPPFLAGS = @CPPFLAGS@
66DLLTOOL = @DLLTOOL@
67GHTTP_INCLUDEDIR = @GHTTP_INCLUDEDIR@
68GHTTP_LIBDIR = @GHTTP_LIBDIR@
69GHTTP_LIBS = @GHTTP_LIBS@
70GHTTP_MAJOR_VERSION = @GHTTP_MAJOR_VERSION@
71GHTTP_MICRO_VERSION = @GHTTP_MICRO_VERSION@
72GHTTP_MINOR_VERSION = @GHTTP_MINOR_VERSION@
73GHTTP_VERSION = @GHTTP_VERSION@
74LDFLAGS = @LDFLAGS@
75LIBTOOL = @LIBTOOL@
76LN_S = @LN_S@
77MAINT = @MAINT@
78MAKEINFO = @MAKEINFO@
79OBJDUMP = @OBJDUMP@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82VERSION = @VERSION@
83
84EXTRA_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
87lib_LTLIBRARIES = libghttp.la
88
89libghttp_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
92include_HEADERS =       ghttp.h         ghttp_constants.h
93
94
95libghttp_la_LDFLAGS = -version-info 1:0:0
96
97confexecdir = $(libdir)
98confexec_DATA = ghttpConf.sh
99
100CLEANFILES = ghttpConf.sh
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103CONFIG_CLEAN_FILES =  libghttp.spec
104LTLIBRARIES =  $(lib_LTLIBRARIES)
105
106
107DEFS = @DEFS@ -I. -I$(srcdir)
108LIBS = @LIBS@
109libghttp_la_LIBADD =
110libghttp_la_OBJECTS =  ghttp.lo http_date.lo http_hdrs.lo http_req.lo \
111http_resp.lo http_trans.lo http_uri.lo http_base64.lo
112COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114CCLD = $(CC)
115LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
116DATA =  $(confexec_DATA)
117
118HEADERS =  $(include_HEADERS)
119
120DIST_COMMON =  README AUTHORS COPYING COPYING.LIB ChangeLog INSTALL \
121Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.sub \
122configure configure.in install-sh libghttp.spec.in ltconfig ltmain.sh \
123missing mkinstalldirs
124
125
126DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127
128TAR = gtar
129GZIP_ENV = --best
130SOURCES = $(libghttp_la_SOURCES)
131OBJECTS = $(libghttp_la_OBJECTS)
132
133all: 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
139Makefile: $(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
146config.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)
150libghttp.spec: $(top_builddir)/config.status libghttp.spec.in
151        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153mostlyclean-libLTLIBRARIES:
154
155clean-libLTLIBRARIES:
156        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
157
158distclean-libLTLIBRARIES:
159
160maintainer-clean-libLTLIBRARIES:
161
162install-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
172uninstall-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
187mostlyclean-compile:
188        -rm -f *.o core *.core
189
190clean-compile:
191
192distclean-compile:
193        -rm -f *.tab.c
194
195maintainer-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
206mostlyclean-libtool:
207        -rm -f *.lo
208
209clean-libtool:
210        -rm -rf .libs _libs
211
212distclean-libtool:
213
214maintainer-clean-libtool:
215
216libghttp.la: $(libghttp_la_OBJECTS) $(libghttp_la_DEPENDENCIES)
217        $(LINK) -rpath $(libdir) $(libghttp_la_LDFLAGS) $(libghttp_la_OBJECTS) $(libghttp_la_LIBADD) $(LIBS)
218
219install-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
232uninstall-confexecDATA:
233        @$(NORMAL_UNINSTALL)
234        list='$(confexec_DATA)'; for p in $$list; do \
235          rm -f $(DESTDIR)$(confexecdir)/$$p; \
236        done
237
238install-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
247uninstall-includeHEADERS:
248        @$(NORMAL_UNINSTALL)
249        list='$(include_HEADERS)'; for p in $$list; do \
250          rm -f $(DESTDIR)$(includedir)/$$p; \
251        done
252
253tags: TAGS
254
255ID: $(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
263TAGS:  $(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
273mostlyclean-tags:
274
275clean-tags:
276
277distclean-tags:
278        -rm -f TAGS ID
279
280maintainer-clean-tags:
281
282distdir = $(PACKAGE)-$(VERSION)
283top_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.
288distcheck: 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"
308dist: distdir
309        -chmod -R a+r $(distdir)
310        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
311        -rm -rf $(distdir)
312dist-all: distdir
313        -chmod -R a+r $(distdir)
314        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
315        -rm -rf $(distdir)
316distdir: $(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
332ghttp.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
335http_base64.lo http_base64.o : http_base64.c
336http_date.lo http_date.o : http_date.c http_date.h
337http_hdrs.lo http_hdrs.o : http_hdrs.c http_hdrs.h ghttp_constants.h
338http_req.lo http_req.o : http_req.c http_req.h http_hdrs.h \
339        ghttp_constants.h http_trans.h http_global.h
340http_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
342http_trans.lo http_trans.o : http_trans.c http_trans.h http_global.h
343http_uri.lo http_uri.o : http_uri.c http_uri.h
344
345info-am:
346info: info-am
347dvi-am:
348dvi: dvi-am
349check-am: all-am
350check: check-am
351installcheck-am:
352installcheck: installcheck-am
353install-exec-am: install-libLTLIBRARIES install-confexecDATA
354install-exec: install-exec-am
355
356install-data-am: install-includeHEADERS
357install-data: install-data-am
358
359install-am: all-am
360        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361install: install-am
362uninstall-am: uninstall-libLTLIBRARIES uninstall-confexecDATA \
363                uninstall-includeHEADERS
364uninstall: uninstall-am
365all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
366all-redirect: all-am
367install-strip:
368        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
369installdirs:
370        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(confexecdir) \
371                $(DESTDIR)$(includedir)
372
373
374mostlyclean-generic:
375
376clean-generic:
377        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
378
379distclean-generic:
380        -rm -f Makefile $(CONFIG_CLEAN_FILES)
381        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
382
383maintainer-clean-generic:
384mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
385                mostlyclean-libtool mostlyclean-tags \
386                mostlyclean-generic
387
388mostlyclean: mostlyclean-am
389
390clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
391                clean-generic mostlyclean-am
392
393clean: clean-am
394
395distclean-am:  distclean-libLTLIBRARIES distclean-compile \
396                distclean-libtool distclean-tags distclean-generic \
397                clean-am
398        -rm -f libtool
399
400distclean: distclean-am
401        -rm -f config.status
402
403maintainer-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
410maintainer-clean: maintainer-clean-am
411        -rm -f config.status
412
413.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
414clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
415uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
416distclean-compile clean-compile maintainer-clean-compile \
417mostlyclean-libtool distclean-libtool clean-libtool \
418maintainer-clean-libtool uninstall-confexecDATA install-confexecDATA \
419uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
420distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
421dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
422install-exec install-data-am install-data install-am install \
423uninstall-am uninstall all-redirect all-am all installdirs \
424mostlyclean-generic distclean-generic clean-generic \
425maintainer-clean-generic clean mostlyclean distclean maintainer-clean
426
427
428dist-hook: libghttp.spec
429        cp libghttp.spec $(distdir)
430
431ghttpConf.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:
Note: See TracBrowser for help on using the repository browser.