source: trunk/third/atk/Makefile.in @ 18554

Revision 18554, 14.3 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18553, 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# Process this file with automake to create Makefile.in.
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = .
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65ATK_API_VERSION = @ATK_API_VERSION@
66ATK_BINARY_AGE = @ATK_BINARY_AGE@
67ATK_INTERFACE_AGE = @ATK_INTERFACE_AGE@
68ATK_MAJOR_VERSION = @ATK_MAJOR_VERSION@
69ATK_MICRO_VERSION = @ATK_MICRO_VERSION@
70ATK_MINOR_VERSION = @ATK_MINOR_VERSION@
71ATK_VERSION = @ATK_VERSION@
72AWK = @AWK@
73CATALOGS = @CATALOGS@
74CATOBJEXT = @CATOBJEXT@
75CC = @CC@
76DATADIRNAME = @DATADIRNAME@
77DLLTOOL = @DLLTOOL@
78ECHO = @ECHO@
79EXEEXT = @EXEEXT@
80GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
81GLIB_CFLAGS = @GLIB_CFLAGS@
82GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
83GLIB_LIBS = @GLIB_LIBS@
84GLIB_MKENUMS = @GLIB_MKENUMS@
85GLIB_PACKAGES = @GLIB_PACKAGES@
86GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
87GMOFILES = @GMOFILES@
88GMSGFMT = @GMSGFMT@
89GOBJECT_QUERY = @GOBJECT_QUERY@
90GTKDOC = @GTKDOC@
91HTML_DIR = @HTML_DIR@
92INSTOBJEXT = @INSTOBJEXT@
93INTLLIBS = @INTLLIBS@
94LIBTOOL = @LIBTOOL@
95LN_S = @LN_S@
96LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
97LT_VERSION_INFO = @LT_VERSION_INFO@
98MAKEINFO = @MAKEINFO@
99MKINSTALLDIRS = @MKINSTALLDIRS@
100OBJDUMP = @OBJDUMP@
101OBJEXT = @OBJEXT@
102PACKAGE = @PACKAGE@
103PERL = @PERL@
104PKG_CONFIG = @PKG_CONFIG@
105POFILES = @POFILES@
106POSUB = @POSUB@
107PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
108PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
109RANLIB = @RANLIB@
110REBUILD = @REBUILD@
111STRIP = @STRIP@
112STRIP_BEGIN = @STRIP_BEGIN@
113STRIP_DUMMY = @STRIP_DUMMY@
114STRIP_END = @STRIP_END@
115USE_NLS = @USE_NLS@
116VERSION = @VERSION@
117atklocaledir = @atklocaledir@
118atktargetlib = @atktargetlib@
119ms_librarian = @ms_librarian@
120
121SUBDIRS = atk tests docs po
122
123EXTRA_DIST =    atk-uninstalled.pc.in           atk.pc.in                       atk.spec.in                     atk.spec                        atk-zip.sh
124
125
126pkgconfigdir = $(libdir)/pkgconfig
127pkgconfig_DATA = atk.pc
128ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130CONFIG_HEADER = config.h
131CONFIG_CLEAN_FILES =  atk.pc atk-uninstalled.pc atk.spec atk-zip.sh
132DATA =  $(pkgconfig_DATA)
133
134DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
135Makefile.am Makefile.in NEWS aclocal.m4 atk-uninstalled.pc.in \
136atk-zip.sh.in atk.pc.in atk.spec.in config.guess config.h.in config.sub \
137configure configure.in install-sh ltmain.sh missing mkinstalldirs
138
139
140DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
141
142TAR = tar
143GZIP_ENV = --best
144all: all-redirect
145.SUFFIXES:
146$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
147        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
148
149Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
150        cd $(top_builddir) \
151          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153$(ACLOCAL_M4):  configure.in
154        cd $(srcdir) && $(ACLOCAL)
155
156config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157        $(SHELL) ./config.status --recheck
158$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
159        cd $(srcdir) && $(AUTOCONF)
160
161config.h: stamp-h
162        @if test ! -f $@; then \
163                rm -f stamp-h; \
164                $(MAKE) stamp-h; \
165        else :; fi
166stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
167        cd $(top_builddir) \
168          && CONFIG_FILES= CONFIG_HEADERS=config.h \
169             $(SHELL) ./config.status
170        @echo timestamp > stamp-h 2> /dev/null
171$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
172        @if test ! -f $@; then \
173                rm -f $(srcdir)/stamp-h.in; \
174                $(MAKE) $(srcdir)/stamp-h.in; \
175        else :; fi
176$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
177        cd $(top_srcdir) && $(AUTOHEADER)
178        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
179
180mostlyclean-hdr:
181
182clean-hdr:
183
184distclean-hdr:
185        -rm -f config.h
186
187maintainer-clean-hdr:
188atk.pc: $(top_builddir)/config.status atk.pc.in
189        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
190atk-uninstalled.pc: $(top_builddir)/config.status atk-uninstalled.pc.in
191        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
192atk.spec: $(top_builddir)/config.status atk.spec.in
193        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
194atk-zip.sh: $(top_builddir)/config.status atk-zip.sh.in
195        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
196
197install-pkgconfigDATA: $(pkgconfig_DATA)
198        @$(NORMAL_INSTALL)
199        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
200        @list='$(pkgconfig_DATA)'; for p in $$list; do \
201          if test -f $(srcdir)/$$p; then \
202            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
203            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
204          else if test -f $$p; then \
205            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
206            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
207          fi; fi; \
208        done
209
210uninstall-pkgconfigDATA:
211        @$(NORMAL_UNINSTALL)
212        list='$(pkgconfig_DATA)'; for p in $$list; do \
213          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
214        done
215
216# This directory's subdirectories are mostly independent; you can cd
217# into them and run `make' without going through this Makefile.
218# To change the values of `make' variables: instead of editing Makefiles,
219# (1) if the variable is set in `config.status', edit `config.status'
220#     (which will cause the Makefiles to be regenerated when you run `make');
221# (2) otherwise, pass the desired values on the `make' command line.
222
223@SET_MAKE@
224
225all-recursive install-data-recursive install-exec-recursive \
226installdirs-recursive install-recursive uninstall-recursive  \
227check-recursive installcheck-recursive info-recursive dvi-recursive:
228        @set fnord $(MAKEFLAGS); amf=$$2; \
229        dot_seen=no; \
230        target=`echo $@ | sed s/-recursive//`; \
231        list='$(SUBDIRS)'; for subdir in $$list; do \
232          echo "Making $$target in $$subdir"; \
233          if test "$$subdir" = "."; then \
234            dot_seen=yes; \
235            local_target="$$target-am"; \
236          else \
237            local_target="$$target"; \
238          fi; \
239          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
241        done; \
242        if test "$$dot_seen" = "no"; then \
243          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
244        fi; test -z "$$fail"
245
246mostlyclean-recursive clean-recursive distclean-recursive \
247maintainer-clean-recursive:
248        @set fnord $(MAKEFLAGS); amf=$$2; \
249        dot_seen=no; \
250        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
251          rev="$$subdir $$rev"; \
252          test "$$subdir" != "." || dot_seen=yes; \
253        done; \
254        test "$$dot_seen" = "no" && rev=". $$rev"; \
255        target=`echo $@ | sed s/-recursive//`; \
256        for subdir in $$rev; do \
257          echo "Making $$target in $$subdir"; \
258          if test "$$subdir" = "."; then \
259            local_target="$$target-am"; \
260          else \
261            local_target="$$target"; \
262          fi; \
263          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265        done && test -z "$$fail"
266tags-recursive:
267        list='$(SUBDIRS)'; for subdir in $$list; do \
268          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
269        done
270
271tags: TAGS
272
273ID: $(HEADERS) $(SOURCES) $(LISP)
274        list='$(SOURCES) $(HEADERS)'; \
275        unique=`for i in $$list; do echo $$i; done | \
276          awk '    { files[$$0] = 1; } \
277               END { for (i in files) print i; }'`; \
278        here=`pwd` && cd $(srcdir) \
279          && mkid -f$$here/ID $$unique $(LISP)
280
281TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
282        tags=; \
283        here=`pwd`; \
284        list='$(SUBDIRS)'; for subdir in $$list; do \
285   if test "$$subdir" = .; then :; else \
286            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
287   fi; \
288        done; \
289        list='$(SOURCES) $(HEADERS)'; \
290        unique=`for i in $$list; do echo $$i; done | \
291          awk '    { files[$$0] = 1; } \
292               END { for (i in files) print i; }'`; \
293        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
294          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
295
296mostlyclean-tags:
297
298clean-tags:
299
300distclean-tags:
301        -rm -f TAGS ID
302
303maintainer-clean-tags:
304
305distdir = $(PACKAGE)-$(VERSION)
306top_distdir = $(distdir)
307
308# This target untars the dist file and tries a VPATH configuration.  Then
309# it guarantees that the distribution is self-contained by making another
310# tarfile.
311distcheck: dist
312        -rm -rf $(distdir)
313        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
314        mkdir $(distdir)/=build
315        mkdir $(distdir)/=inst
316        dc_install_base=`cd $(distdir)/=inst && pwd`; \
317        cd $(distdir)/=build \
318          && ../configure --srcdir=.. --prefix=$$dc_install_base \
319          && $(MAKE) $(AM_MAKEFLAGS) \
320          && $(MAKE) $(AM_MAKEFLAGS) dvi \
321          && $(MAKE) $(AM_MAKEFLAGS) check \
322          && $(MAKE) $(AM_MAKEFLAGS) install \
323          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
324          && $(MAKE) $(AM_MAKEFLAGS) dist
325        -rm -rf $(distdir)
326        @banner="$(distdir).tar.gz is ready for distribution"; \
327        dashes=`echo "$$banner" | sed s/./=/g`; \
328        echo "$$dashes"; \
329        echo "$$banner"; \
330        echo "$$dashes"
331dist: distdir
332        -chmod -R a+r $(distdir)
333        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
334        -rm -rf $(distdir)
335dist-all: distdir
336        -chmod -R a+r $(distdir)
337        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
338        -rm -rf $(distdir)
339distdir: $(DISTFILES)
340        -rm -rf $(distdir)
341        mkdir $(distdir)
342        -chmod 777 $(distdir)
343        @for file in $(DISTFILES); do \
344          d=$(srcdir); \
345          if test -d $$d/$$file; then \
346            cp -pr $$d/$$file $(distdir)/$$file; \
347          else \
348            test -f $(distdir)/$$file \
349            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
350            || cp -p $$d/$$file $(distdir)/$$file || :; \
351          fi; \
352        done
353        for subdir in $(SUBDIRS); do \
354          if test "$$subdir" = .; then :; else \
355            test -d $(distdir)/$$subdir \
356            || mkdir $(distdir)/$$subdir \
357            || exit 1; \
358            chmod 777 $(distdir)/$$subdir; \
359            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
360              || exit 1; \
361          fi; \
362        done
363info-am:
364info: info-recursive
365dvi-am:
366dvi: dvi-recursive
367check-am: all-am
368check: check-recursive
369installcheck-am:
370installcheck: installcheck-recursive
371all-recursive-am: config.h
372        $(MAKE) $(AM_MAKEFLAGS) all-recursive
373
374install-exec-am:
375install-exec: install-exec-recursive
376
377install-data-am: install-pkgconfigDATA
378install-data: install-data-recursive
379
380install-am: all-am
381        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382install: install-recursive
383uninstall-am: uninstall-pkgconfigDATA
384uninstall: uninstall-recursive
385all-am: Makefile $(DATA) config.h
386all-redirect: all-recursive-am
387install-strip:
388        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
389installdirs: installdirs-recursive
390installdirs-am:
391        $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
392
393
394mostlyclean-generic:
395
396clean-generic:
397
398distclean-generic:
399        -rm -f Makefile $(CONFIG_CLEAN_FILES)
400        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
401
402maintainer-clean-generic:
403mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
404
405mostlyclean: mostlyclean-recursive
406
407clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
408
409clean: clean-recursive
410
411distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
412        -rm -f libtool
413
414distclean: distclean-recursive
415        -rm -f config.status
416
417maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
418                maintainer-clean-generic distclean-am
419        @echo "This command is intended for maintainers to use;"
420        @echo "it deletes files that may require special tools to rebuild."
421
422maintainer-clean: maintainer-clean-recursive
423        -rm -f config.status
424
425.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
426uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
427uninstall-data-recursive install-exec-recursive \
428uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
429all-recursive check-recursive installcheck-recursive info-recursive \
430dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
431maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
432distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
433dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
434install-exec-am install-exec install-data-am install-data install-am \
435install uninstall-am uninstall all-redirect all-am all installdirs-am \
436installdirs mostlyclean-generic distclean-generic clean-generic \
437maintainer-clean-generic clean mostlyclean distclean maintainer-clean
438
439
440# This is a version of the automake-1.4 distcheck rule modified
441# to pass --enable-gtk-doc to ./configure
442#
443mydistcheck: dist
444        -rm -rf $(distdir)
445        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
446        mkdir $(distdir)/=build
447        mkdir $(distdir)/=inst
448        dc_install_base=`cd $(distdir)/=inst && pwd`; \
449        cd $(distdir)/=build \
450          && ../configure --srcdir=.. --prefix=$$dc_install_base --enable-gtk-doc \
451          && $(MAKE) $(AM_MAKEFLAGS) \
452          && $(MAKE) $(AM_MAKEFLAGS) dvi \
453          && $(MAKE) $(AM_MAKEFLAGS) check \
454          && $(MAKE) $(AM_MAKEFLAGS) install \
455          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
456          && $(MAKE) $(AM_MAKEFLAGS) dist
457        -rm -rf $(distdir)
458        @banner="$(distdir).tar.gz is ready for distribution"; \
459        dashes=`echo "$$banner" | sed s/./=/g`; \
460        echo "$$dashes"; \
461        echo "$$banner"; \
462        echo "$$dashes"
463
464# Tell versions [3.59,3.63) of GNU make to not export all variables.
465# Otherwise a system limit (for SysV at least) may be exceeded.
466.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.