source: trunk/third/libgnomecanvas/Makefile.in @ 18584

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