source: trunk/third/libgtkhtml/Makefile.in @ 18617

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