source: trunk/third/gtk/Makefile.in @ 15781

Revision 15781, 19.8 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15780, 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@
63AWK = @AWK@
64CATALOGS = @CATALOGS@
65CATOBJEXT = @CATOBJEXT@
66CC = @CC@
67DATADIRNAME = @DATADIRNAME@
68DLLTOOL = @DLLTOOL@
69GDK_WLIBS = @GDK_WLIBS@
70GENCAT = @GENCAT@
71GLIB_CFLAGS = @GLIB_CFLAGS@
72GLIB_CONFIG = @GLIB_CONFIG@
73GLIB_DEPLIBS = @GLIB_DEPLIBS@
74GLIB_LIBS = @GLIB_LIBS@
75GMOFILES = @GMOFILES@
76GMSGFMT = @GMSGFMT@
77GTK_BINARY_AGE = @GTK_BINARY_AGE@
78GTK_DEBUG_FLAGS = @GTK_DEBUG_FLAGS@
79GTK_INTERFACE_AGE = @GTK_INTERFACE_AGE@
80GTK_LOCALE_FLAGS = @GTK_LOCALE_FLAGS@
81GTK_MAJOR_VERSION = @GTK_MAJOR_VERSION@
82GTK_MICRO_VERSION = @GTK_MICRO_VERSION@
83GTK_MINOR_VERSION = @GTK_MINOR_VERSION@
84GTK_VERSION = @GTK_VERSION@
85GTK_XIM_FLAGS = @GTK_XIM_FLAGS@
86GT_NO = @GT_NO@
87GT_YES = @GT_YES@
88INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
89INDENT = @INDENT@
90INSTOBJEXT = @INSTOBJEXT@
91INTLDEPS = @INTLDEPS@
92INTLLIBS = @INTLLIBS@
93INTLOBJS = @INTLOBJS@
94LIBTOOL = @LIBTOOL@
95LN_S = @LN_S@
96LT_AGE = @LT_AGE@
97LT_CURRENT = @LT_CURRENT@
98LT_RELEASE = @LT_RELEASE@
99LT_REVISION = @LT_REVISION@
100MAINT = @MAINT@
101MAKEINFO = @MAKEINFO@
102MKINSTALLDIRS = @MKINSTALLDIRS@
103OBJDUMP = @OBJDUMP@
104PACKAGE = @PACKAGE@
105PERL = @PERL@
106POFILES = @POFILES@
107POSUB = @POSUB@
108RANLIB = @RANLIB@
109REBUILD = @REBUILD@
110STRIP_BEGIN = @STRIP_BEGIN@
111STRIP_DUMMY = @STRIP_DUMMY@
112STRIP_END = @STRIP_END@
113USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
114USE_NLS = @USE_NLS@
115VERSION = @VERSION@
116glib_cflags = @glib_cflags@
117glib_libs = @glib_libs@
118glib_thread_cflags = @glib_thread_cflags@
119glib_thread_libs = @glib_thread_libs@
120gtklocaledir = @gtklocaledir@
121l = @l@
122x_cflags = @x_cflags@
123x_includes = @x_includes@
124x_ldflags = @x_ldflags@
125x_libs = @x_libs@
126xinput_progs = @xinput_progs@
127
128SRC_SUBDIRS = gdk gtk
129SUBDIRS = po $(SRC_SUBDIRS) docs
130
131bin_SCRIPTS = gtk-config
132
133# require automake 1.4
134AUTOMAKE_OPTIONS = 1.4
135
136EXTRA_DIST =    HACKING                 gtk+.spec.in            gtk.m4                  makecopyright           TODO                    NEWS.pre-1-0            ChangeLog.pre-1-0               README.cvs-commits              intl/libgettext.h               intl/po2tbl.sed.in              examples/aspectframe/Makefile   examples/aspectframe/aspectframe.c      examples/Makefile       examples/README.1ST     examples/extract.awk    examples/extract.sh     examples/base/Makefile          examples/base/base.c    examples/buttons/Makefile       examples/buttons/buttons.c      examples/buttons/info.xpm       examples/calendar/Makefile      examples/calendar/calendar.c    examples/clist/Makefile         examples/clist/clist.c          examples/entry/Makefile         examples/entry/entry.c          examples/eventbox/Makefile      examples/eventbox/eventbox.c    examples/filesel/Makefile       examples/filesel/filesel.c      examples/gtkdial/Makefile       examples/gtkdial/dial_test.c    examples/gtkdial/gtkdial.c      examples/gtkdial/gtkdial.h      examples/helloworld/Makefile    examples/helloworld/helloworld.c        examples/helloworld2/Makefile   examples/helloworld2/helloworld2.c      examples/list/Makefile          examples/list/list.c    examples/menu/Makefile          examples/menu/menu.c    examples/menu/itemfactory.c     examples/notebook/Makefile      examples/notebook/notebook.c    examples/packbox/Makefile       examples/packbox/packbox.c      examples/packer/Makefile        examples/packer/pack.c          examples/paned/Makefile         examples/paned/paned.c          examples/pixmap/Makefile        examples/pixmap/pixmap.c        examples/progressbar/Makefile   examples/progressbar/progressbar.c      examples/radiobuttons/Makefile          examples/radiobuttons/radiobuttons.c    examples/rangewidgets/Makefile          examples/rangewidgets/rangewidgets.c    examples/rulers/Makefile        examples/rulers/rulers.c        examples/scribble-simple/Makefile       examples/scribble-simple/scribble-simple.c      examples/scrolledwin/Makefile   examples/scrolledwin/scrolledwin.c      examples/selection/Makefile     examples/selection/gettargets.c         examples/selection/setselection.c       examples/statusbar/Makefile     examples/statusbar/statusbar.c          examples/table/Makefile         examples/table/table.c          examples/text/Makefile          examples/text/text.c    examples/tictactoe/Makefile     examples/tictactoe/tictactoe.c          examples/tictactoe/tictactoe.h          examples/tictactoe/ttt_test.c   examples/tree/Makefile          examples/tree/tree.c    examples/wheelbarrow/Makefile   examples/wheelbarrow/wheelbarrow.c      examples/fixed/fixed.c          examples/fixed/Makefile         examples/frame/frame.c          examples/frame/Makefile         examples/spinbutton/spinbutton.c        examples/spinbutton/Makefile    examples/find-examples.sh       gdk.pc.in gtk+.pc.in
137
138
139pkgconfigdir = $(libdir)/pkgconfig
140pkgconfig_DATA = gdk.pc gtk+.pc
141
142m4datadir = $(datadir)/aclocal
143m4data_DATA = gtk.m4
144ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
146CONFIG_HEADER = config.h
147CONFIG_CLEAN_FILES =  gtk+.spec gtk-config gdk.pc gtk+.pc
148SCRIPTS =  $(bin_SCRIPTS)
149
150DATA =  $(m4data_DATA) $(pkgconfig_DATA)
151
152DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
153INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h acinclude.m4 \
154aclocal.m4 config.guess config.h.in config.sub configure configure.in \
155gdk.pc.in gtk+.pc.in gtk+.spec.in gtk-config.in install-sh ltconfig \
156ltmain.sh missing mkinstalldirs
157
158
159DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
160
161TAR = gtar
162GZIP_ENV = --best
163all: all-redirect
164.SUFFIXES:
165$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
166        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
167
168Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
169        cd $(top_builddir) \
170          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
171
172$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
173        cd $(srcdir) && $(ACLOCAL)
174
175config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
176        $(SHELL) ./config.status --recheck
177$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
178        cd $(srcdir) && $(AUTOCONF)
179
180config.h: stamp-h
181        @if test ! -f $@; then \
182                rm -f stamp-h; \
183                $(MAKE) stamp-h; \
184        else :; fi
185stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
186        cd $(top_builddir) \
187          && CONFIG_FILES= CONFIG_HEADERS=config.h \
188             $(SHELL) ./config.status
189        @echo timestamp > stamp-h 2> /dev/null
190$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
191        @if test ! -f $@; then \
192                rm -f $(srcdir)/stamp-h.in; \
193                $(MAKE) $(srcdir)/stamp-h.in; \
194        else :; fi
195$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
196        cd $(top_srcdir) && $(AUTOHEADER)
197        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
198
199mostlyclean-hdr:
200
201clean-hdr:
202
203distclean-hdr:
204        -rm -f config.h
205
206maintainer-clean-hdr:
207gtk+.spec: $(top_builddir)/config.status gtk+.spec.in
208        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
209gtk-config: $(top_builddir)/config.status gtk-config.in
210        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
211gdk.pc: $(top_builddir)/config.status gdk.pc.in
212        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
213gtk+.pc: $(top_builddir)/config.status gtk+.pc.in
214        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
215
216install-binSCRIPTS: $(bin_SCRIPTS)
217        @$(NORMAL_INSTALL)
218        $(mkinstalldirs) $(DESTDIR)$(bindir)
219        @list='$(bin_SCRIPTS)'; for p in $$list; do \
220          if test -f $$p; then \
221            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
222            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
223          else if test -f $(srcdir)/$$p; then \
224            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
225            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
226          else :; fi; fi; \
227        done
228
229uninstall-binSCRIPTS:
230        @$(NORMAL_UNINSTALL)
231        list='$(bin_SCRIPTS)'; for p in $$list; do \
232          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
233        done
234
235install-m4dataDATA: $(m4data_DATA)
236        @$(NORMAL_INSTALL)
237        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
238        @list='$(m4data_DATA)'; for p in $$list; do \
239          if test -f $(srcdir)/$$p; then \
240            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
241            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
242          else if test -f $$p; then \
243            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
244            $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
245          fi; fi; \
246        done
247
248uninstall-m4dataDATA:
249        @$(NORMAL_UNINSTALL)
250        list='$(m4data_DATA)'; for p in $$list; do \
251          rm -f $(DESTDIR)$(m4datadir)/$$p; \
252        done
253
254install-pkgconfigDATA: $(pkgconfig_DATA)
255        @$(NORMAL_INSTALL)
256        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
257        @list='$(pkgconfig_DATA)'; for p in $$list; do \
258          if test -f $(srcdir)/$$p; then \
259            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
260            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
261          else if test -f $$p; then \
262            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
263            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
264          fi; fi; \
265        done
266
267uninstall-pkgconfigDATA:
268        @$(NORMAL_UNINSTALL)
269        list='$(pkgconfig_DATA)'; for p in $$list; do \
270          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
271        done
272
273# This directory's subdirectories are mostly independent; you can cd
274# into them and run `make' without going through this Makefile.
275# To change the values of `make' variables: instead of editing Makefiles,
276# (1) if the variable is set in `config.status', edit `config.status'
277#     (which will cause the Makefiles to be regenerated when you run `make');
278# (2) otherwise, pass the desired values on the `make' command line.
279
280@SET_MAKE@
281
282all-recursive install-data-recursive install-exec-recursive \
283installdirs-recursive install-recursive uninstall-recursive  \
284check-recursive installcheck-recursive info-recursive dvi-recursive:
285        @set fnord $(MAKEFLAGS); amf=$$2; \
286        dot_seen=no; \
287        target=`echo $@ | sed s/-recursive//`; \
288        list='$(SUBDIRS)'; for subdir in $$list; do \
289          echo "Making $$target in $$subdir"; \
290          if test "$$subdir" = "."; then \
291            dot_seen=yes; \
292            local_target="$$target-am"; \
293          else \
294            local_target="$$target"; \
295          fi; \
296          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
298        done; \
299        if test "$$dot_seen" = "no"; then \
300          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
301        fi; test -z "$$fail"
302
303mostlyclean-recursive clean-recursive distclean-recursive \
304maintainer-clean-recursive:
305        @set fnord $(MAKEFLAGS); amf=$$2; \
306        dot_seen=no; \
307        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
308          rev="$$subdir $$rev"; \
309          test "$$subdir" = "." && dot_seen=yes; \
310        done; \
311        test "$$dot_seen" = "no" && rev=". $$rev"; \
312        target=`echo $@ | sed s/-recursive//`; \
313        for subdir in $$rev; do \
314          echo "Making $$target in $$subdir"; \
315          if test "$$subdir" = "."; then \
316            local_target="$$target-am"; \
317          else \
318            local_target="$$target"; \
319          fi; \
320          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
322        done && test -z "$$fail"
323tags-recursive:
324        list='$(SUBDIRS)'; for subdir in $$list; do \
325          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
326        done
327
328tags: TAGS
329
330ID: $(HEADERS) $(SOURCES) $(LISP)
331        list='$(SOURCES) $(HEADERS)'; \
332        unique=`for i in $$list; do echo $$i; done | \
333          awk '    { files[$$0] = 1; } \
334               END { for (i in files) print i; }'`; \
335        here=`pwd` && cd $(srcdir) \
336          && mkid -f$$here/ID $$unique $(LISP)
337
338TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
339        tags=; \
340        here=`pwd`; \
341        list='$(SUBDIRS)'; for subdir in $$list; do \
342   if test "$$subdir" = .; then :; else \
343            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
344   fi; \
345        done; \
346        list='$(SOURCES) $(HEADERS)'; \
347        unique=`for i in $$list; do echo $$i; done | \
348          awk '    { files[$$0] = 1; } \
349               END { for (i in files) print i; }'`; \
350        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
351          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
352
353mostlyclean-tags:
354
355clean-tags:
356
357distclean-tags:
358        -rm -f TAGS ID
359
360maintainer-clean-tags:
361
362distdir = $(PACKAGE)-$(VERSION)
363top_distdir = $(distdir)
364
365# This target untars the dist file and tries a VPATH configuration.  Then
366# it guarantees that the distribution is self-contained by making another
367# tarfile.
368distcheck: dist
369        -rm -rf $(distdir)
370        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
371        mkdir $(distdir)/=build
372        mkdir $(distdir)/=inst
373        dc_install_base=`cd $(distdir)/=inst && pwd`; \
374        cd $(distdir)/=build \
375          && ../configure --srcdir=.. --prefix=$$dc_install_base \
376          && $(MAKE) $(AM_MAKEFLAGS) \
377          && $(MAKE) $(AM_MAKEFLAGS) dvi \
378          && $(MAKE) $(AM_MAKEFLAGS) check \
379          && $(MAKE) $(AM_MAKEFLAGS) install \
380          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
381          && $(MAKE) $(AM_MAKEFLAGS) dist
382        -rm -rf $(distdir)
383        @banner="$(distdir).tar.gz is ready for distribution"; \
384        dashes=`echo "$$banner" | sed s/./=/g`; \
385        echo "$$dashes"; \
386        echo "$$banner"; \
387        echo "$$dashes"
388dist: distdir
389        -chmod -R a+r $(distdir)
390        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
391        -rm -rf $(distdir)
392dist-all: distdir
393        -chmod -R a+r $(distdir)
394        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
395        -rm -rf $(distdir)
396distdir: $(DISTFILES)
397        -rm -rf $(distdir)
398        mkdir $(distdir)
399        -chmod 777 $(distdir)
400        $(mkinstalldirs) $(distdir)/examples $(distdir)/examples/aspectframe \
401           $(distdir)/examples/base $(distdir)/examples/buttons \
402           $(distdir)/examples/calendar $(distdir)/examples/clist \
403           $(distdir)/examples/entry $(distdir)/examples/eventbox \
404           $(distdir)/examples/filesel $(distdir)/examples/fixed \
405           $(distdir)/examples/frame $(distdir)/examples/gtkdial \
406           $(distdir)/examples/helloworld \
407           $(distdir)/examples/helloworld2 $(distdir)/examples/list \
408           $(distdir)/examples/menu $(distdir)/examples/notebook \
409           $(distdir)/examples/packbox $(distdir)/examples/packer \
410           $(distdir)/examples/paned $(distdir)/examples/pixmap \
411           $(distdir)/examples/progressbar \
412           $(distdir)/examples/radiobuttons \
413           $(distdir)/examples/rangewidgets $(distdir)/examples/rulers \
414           $(distdir)/examples/scribble-simple \
415           $(distdir)/examples/scrolledwin \
416           $(distdir)/examples/selection $(distdir)/examples/spinbutton \
417           $(distdir)/examples/statusbar $(distdir)/examples/table \
418           $(distdir)/examples/text $(distdir)/examples/tictactoe \
419           $(distdir)/examples/tree $(distdir)/examples/wheelbarrow \
420           $(distdir)/intl
421        @for file in $(DISTFILES); do \
422          d=$(srcdir); \
423          if test -d $$d/$$file; then \
424            cp -pr $$d/$$file $(distdir)/$$file; \
425          else \
426            test -f $(distdir)/$$file \
427            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
428            || cp -p $$d/$$file $(distdir)/$$file || :; \
429          fi; \
430        done
431        for subdir in $(SUBDIRS); do \
432          if test "$$subdir" = .; then :; else \
433            test -d $(distdir)/$$subdir \
434            || mkdir $(distdir)/$$subdir \
435            || exit 1; \
436            chmod 777 $(distdir)/$$subdir; \
437            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
438              || exit 1; \
439          fi; \
440        done
441        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
442info-am:
443info: info-recursive
444dvi-am:
445dvi: dvi-recursive
446check-am: all-am
447check: check-recursive
448installcheck-am:
449installcheck: installcheck-recursive
450all-recursive-am: config.h
451        $(MAKE) $(AM_MAKEFLAGS) all-recursive
452
453install-exec-am: install-binSCRIPTS
454install-exec: install-exec-recursive
455
456install-data-am: install-m4dataDATA install-pkgconfigDATA
457install-data: install-data-recursive
458
459install-am: all-am
460        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461install: install-recursive
462uninstall-am: uninstall-binSCRIPTS uninstall-m4dataDATA \
463                uninstall-pkgconfigDATA
464uninstall: uninstall-recursive
465all-am: Makefile $(SCRIPTS) $(DATA) config.h
466all-redirect: all-recursive-am
467install-strip:
468        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
469installdirs: installdirs-recursive
470installdirs-am:
471        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) \
472                $(DESTDIR)$(pkgconfigdir)
473
474
475mostlyclean-generic:
476
477clean-generic:
478
479distclean-generic:
480        -rm -f Makefile $(CONFIG_CLEAN_FILES)
481        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
482
483maintainer-clean-generic:
484mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
485
486mostlyclean: mostlyclean-recursive
487
488clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
489
490clean: clean-recursive
491
492distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
493        -rm -f libtool
494
495distclean: distclean-recursive
496        -rm -f config.status
497
498maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
499                maintainer-clean-generic distclean-am
500        @echo "This command is intended for maintainers to use;"
501        @echo "it deletes files that may require special tools to rebuild."
502
503maintainer-clean: maintainer-clean-recursive
504        -rm -f config.status
505
506.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
507uninstall-binSCRIPTS install-binSCRIPTS uninstall-m4dataDATA \
508install-m4dataDATA uninstall-pkgconfigDATA install-pkgconfigDATA \
509install-data-recursive uninstall-data-recursive install-exec-recursive \
510uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
511all-recursive check-recursive installcheck-recursive info-recursive \
512dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
513maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
514distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
515dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
516install-exec-am install-exec install-data-am install-data install-am \
517install uninstall-am uninstall all-redirect all-am all installdirs-am \
518installdirs mostlyclean-generic distclean-generic clean-generic \
519maintainer-clean-generic clean mostlyclean distclean maintainer-clean
520
521
522dist-hook: gtk+.spec
523        if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
524             CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
525             CONFIG_HEADERS= \
526             $(SHELL) config.status \
527             && cp INSTALL README $(distdir) ; \
528        fi \
529        && cp gtk+.spec $(distdir)
530
531.PHONY: files release sanity snapshot
532
533files:
534        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
535          echo $$p; \
536        done
537        @for subdir in $(SUBDIRS); do \
538          files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
539          for file in $$files; do \
540            echo $$subdir/$$file; \
541          done; \
542        done
543
544release:
545        rm -rf .deps */.deps
546        $(MAKE) distcheck
547
548sanity:
549        ./sanity_check $(VERSION)
550
551snapshot:
552        $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
553
554# Tell versions [3.59,3.63) of GNU make to not export all variables.
555# Otherwise a system limit (for SysV at least) may be exceeded.
556.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.