source: trunk/third/libsoup/Makefile.in @ 19535

Revision 19535, 12.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19534, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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@
64DB2HTML = @DB2HTML@
65DLLTOOL = @DLLTOOL@
66ECHO = @ECHO@
67EXEEXT = @EXEEXT@
68GLIB_CFLAGS = @GLIB_CFLAGS@
69GLIB_LIBS = @GLIB_LIBS@
70GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
71GNUTLS_LIBS = @GNUTLS_LIBS@
72GTKDOC = @GTKDOC@
73HAVE_GTK_DOC = @HAVE_GTK_DOC@
74HTML_DIR = @HTML_DIR@
75LIBTOOL = @LIBTOOL@
76LINK_DYNAMIC = @LINK_DYNAMIC@
77LINK_STATIC = @LINK_STATIC@
78LN_S = @LN_S@
79MAINT = @MAINT@
80MAKEINFO = @MAKEINFO@
81OBJDUMP = @OBJDUMP@
82OBJEXT = @OBJEXT@
83OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
84OPENSSL_LIBS = @OPENSSL_LIBS@
85PACKAGE = @PACKAGE@
86PKG_CONFIG = @PKG_CONFIG@
87RANLIB = @RANLIB@
88SOUP_AGE = @SOUP_AGE@
89SOUP_CURRENT = @SOUP_CURRENT@
90SOUP_DEBUG_FLAGS = @SOUP_DEBUG_FLAGS@
91SOUP_REVISION = @SOUP_REVISION@
92SSL_PROXY_NAME = @SSL_PROXY_NAME@
93STRIP = @STRIP@
94VERSION = @VERSION@
95
96SUBDIRS = libsoup tests
97
98EXTRA_DIST = soup-2.0.pc.in
99
100pkgconfigdir = $(libdir)/pkgconfig
101pkgconfig_DATA = soup-2.0.pc
102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES =  soup-2.0.pc
106DATA =  $(pkgconfig_DATA)
107
108DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
109Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
110config.sub configure configure.in install-sh ltmain.sh missing \
111mkinstalldirs soup-2.0.pc.in
112
113
114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116TAR = gtar
117GZIP_ENV = --best
118all: all-redirect
119.SUFFIXES:
120$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
121        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
122
123Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
124        cd $(top_builddir) \
125          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126
127$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
128        cd $(srcdir) && $(ACLOCAL)
129
130config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131        $(SHELL) ./config.status --recheck
132$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133        cd $(srcdir) && $(AUTOCONF)
134
135config.h: stamp-h
136        @if test ! -f $@; then \
137                rm -f stamp-h; \
138                $(MAKE) stamp-h; \
139        else :; fi
140stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
141        cd $(top_builddir) \
142          && CONFIG_FILES= CONFIG_HEADERS=config.h \
143             $(SHELL) ./config.status
144        @echo timestamp > stamp-h 2> /dev/null
145$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
146        @if test ! -f $@; then \
147                rm -f $(srcdir)/stamp-h.in; \
148                $(MAKE) $(srcdir)/stamp-h.in; \
149        else :; fi
150$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
151        cd $(top_srcdir) && $(AUTOHEADER)
152        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
153
154mostlyclean-hdr:
155
156clean-hdr:
157
158distclean-hdr:
159        -rm -f config.h
160
161maintainer-clean-hdr:
162soup-2.0.pc: $(top_builddir)/config.status soup-2.0.pc.in
163        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165install-pkgconfigDATA: $(pkgconfig_DATA)
166        @$(NORMAL_INSTALL)
167        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
168        @list='$(pkgconfig_DATA)'; for p in $$list; do \
169          if test -f $(srcdir)/$$p; then \
170            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
171            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
172          else if test -f $$p; then \
173            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
174            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
175          fi; fi; \
176        done
177
178uninstall-pkgconfigDATA:
179        @$(NORMAL_UNINSTALL)
180        list='$(pkgconfig_DATA)'; for p in $$list; do \
181          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
182        done
183
184# This directory's subdirectories are mostly independent; you can cd
185# into them and run `make' without going through this Makefile.
186# To change the values of `make' variables: instead of editing Makefiles,
187# (1) if the variable is set in `config.status', edit `config.status'
188#     (which will cause the Makefiles to be regenerated when you run `make');
189# (2) otherwise, pass the desired values on the `make' command line.
190
191@SET_MAKE@
192
193all-recursive install-data-recursive install-exec-recursive \
194installdirs-recursive install-recursive uninstall-recursive  \
195check-recursive installcheck-recursive info-recursive dvi-recursive:
196        @set fnord $(MAKEFLAGS); amf=$$2; \
197        dot_seen=no; \
198        target=`echo $@ | sed s/-recursive//`; \
199        list='$(SUBDIRS)'; for subdir in $$list; do \
200          echo "Making $$target in $$subdir"; \
201          if test "$$subdir" = "."; then \
202            dot_seen=yes; \
203            local_target="$$target-am"; \
204          else \
205            local_target="$$target"; \
206          fi; \
207          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
209        done; \
210        if test "$$dot_seen" = "no"; then \
211          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
212        fi; test -z "$$fail"
213
214mostlyclean-recursive clean-recursive distclean-recursive \
215maintainer-clean-recursive:
216        @set fnord $(MAKEFLAGS); amf=$$2; \
217        dot_seen=no; \
218        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
219          rev="$$subdir $$rev"; \
220          test "$$subdir" != "." || dot_seen=yes; \
221        done; \
222        test "$$dot_seen" = "no" && rev=". $$rev"; \
223        target=`echo $@ | sed s/-recursive//`; \
224        for subdir in $$rev; do \
225          echo "Making $$target in $$subdir"; \
226          if test "$$subdir" = "."; then \
227            local_target="$$target-am"; \
228          else \
229            local_target="$$target"; \
230          fi; \
231          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233        done && test -z "$$fail"
234tags-recursive:
235        list='$(SUBDIRS)'; for subdir in $$list; do \
236          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
237        done
238
239tags: TAGS
240
241ID: $(HEADERS) $(SOURCES) $(LISP)
242        list='$(SOURCES) $(HEADERS)'; \
243        unique=`for i in $$list; do echo $$i; done | \
244          awk '    { files[$$0] = 1; } \
245               END { for (i in files) print i; }'`; \
246        here=`pwd` && cd $(srcdir) \
247          && mkid -f$$here/ID $$unique $(LISP)
248
249TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
250        tags=; \
251        here=`pwd`; \
252        list='$(SUBDIRS)'; for subdir in $$list; do \
253   if test "$$subdir" = .; then :; else \
254            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
255   fi; \
256        done; \
257        list='$(SOURCES) $(HEADERS)'; \
258        unique=`for i in $$list; do echo $$i; done | \
259          awk '    { files[$$0] = 1; } \
260               END { for (i in files) print i; }'`; \
261        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
262          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
263
264mostlyclean-tags:
265
266clean-tags:
267
268distclean-tags:
269        -rm -f TAGS ID
270
271maintainer-clean-tags:
272
273distdir = $(PACKAGE)-$(VERSION)
274top_distdir = $(distdir)
275
276# This target untars the dist file and tries a VPATH configuration.  Then
277# it guarantees that the distribution is self-contained by making another
278# tarfile.
279distcheck: dist
280        -rm -rf $(distdir)
281        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
282        mkdir $(distdir)/=build
283        mkdir $(distdir)/=inst
284        dc_install_base=`cd $(distdir)/=inst && pwd`; \
285        cd $(distdir)/=build \
286          && ../configure --srcdir=.. --prefix=$$dc_install_base \
287          && $(MAKE) $(AM_MAKEFLAGS) \
288          && $(MAKE) $(AM_MAKEFLAGS) dvi \
289          && $(MAKE) $(AM_MAKEFLAGS) check \
290          && $(MAKE) $(AM_MAKEFLAGS) install \
291          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
292          && $(MAKE) $(AM_MAKEFLAGS) dist
293        -rm -rf $(distdir)
294        @banner="$(distdir).tar.gz is ready for distribution"; \
295        dashes=`echo "$$banner" | sed s/./=/g`; \
296        echo "$$dashes"; \
297        echo "$$banner"; \
298        echo "$$dashes"
299dist: distdir
300        -chmod -R a+r $(distdir)
301        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
302        -rm -rf $(distdir)
303dist-all: distdir
304        -chmod -R a+r $(distdir)
305        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
306        -rm -rf $(distdir)
307distdir: $(DISTFILES)
308        -rm -rf $(distdir)
309        mkdir $(distdir)
310        -chmod 777 $(distdir)
311        @for file in $(DISTFILES); do \
312          d=$(srcdir); \
313          if test -d $$d/$$file; then \
314            cp -pr $$d/$$file $(distdir)/$$file; \
315          else \
316            test -f $(distdir)/$$file \
317            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
318            || cp -p $$d/$$file $(distdir)/$$file || :; \
319          fi; \
320        done
321        for subdir in $(SUBDIRS); do \
322          if test "$$subdir" = .; then :; else \
323            test -d $(distdir)/$$subdir \
324            || mkdir $(distdir)/$$subdir \
325            || exit 1; \
326            chmod 777 $(distdir)/$$subdir; \
327            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
328              || exit 1; \
329          fi; \
330        done
331info-am:
332info: info-recursive
333dvi-am:
334dvi: dvi-recursive
335check-am: all-am
336check: check-recursive
337installcheck-am:
338installcheck: installcheck-recursive
339all-recursive-am: config.h
340        $(MAKE) $(AM_MAKEFLAGS) all-recursive
341
342install-exec-am:
343install-exec: install-exec-recursive
344
345install-data-am: install-pkgconfigDATA
346install-data: install-data-recursive
347
348install-am: all-am
349        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350install: install-recursive
351uninstall-am: uninstall-pkgconfigDATA
352uninstall: uninstall-recursive
353all-am: Makefile $(DATA) config.h
354all-redirect: all-recursive-am
355install-strip:
356        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
357installdirs: installdirs-recursive
358installdirs-am:
359        $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
360
361
362mostlyclean-generic:
363
364clean-generic:
365
366distclean-generic:
367        -rm -f Makefile $(CONFIG_CLEAN_FILES)
368        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
369
370maintainer-clean-generic:
371mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
372
373mostlyclean: mostlyclean-recursive
374
375clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
376
377clean: clean-recursive
378
379distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
380        -rm -f libtool
381
382distclean: distclean-recursive
383        -rm -f config.status
384
385maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
386                maintainer-clean-generic distclean-am
387        @echo "This command is intended for maintainers to use;"
388        @echo "it deletes files that may require special tools to rebuild."
389
390maintainer-clean: maintainer-clean-recursive
391        -rm -f config.status
392
393.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
394uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
395uninstall-data-recursive install-exec-recursive \
396uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
397all-recursive check-recursive installcheck-recursive info-recursive \
398dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
399maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
400distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
401dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
402install-exec-am install-exec install-data-am install-data install-am \
403install uninstall-am uninstall all-redirect all-am all installdirs-am \
404installdirs mostlyclean-generic distclean-generic clean-generic \
405maintainer-clean-generic clean mostlyclean distclean maintainer-clean
406
407
408# Tell versions [3.59,3.63) of GNU make to not export all variables.
409# Otherwise a system limit (for SysV at least) may be exceeded.
410.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.