source: trunk/third/gnome-icon-theme/24x24/Makefile.in @ 18706

Revision 18706, 9.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18705, 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 = :
60CATALOGS = @CATALOGS@
61CATOBJEXT = @CATOBJEXT@
62CC = @CC@
63DATADIRNAME = @DATADIRNAME@
64GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
65GMOFILES = @GMOFILES@
66GMSGFMT = @GMSGFMT@
67INSTOBJEXT = @INSTOBJEXT@
68INTLDEPS = @INTLDEPS@
69INTLLIBS = @INTLLIBS@
70INTLOBJS = @INTLOBJS@
71INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
72INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
73INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
74INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
75INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
76INTLTOOL_MERGE = @INTLTOOL_MERGE@
77INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
78INTLTOOL_PERL = @INTLTOOL_PERL@
79INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
80INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
81INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
82INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
83INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
84INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
85INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
86INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
87MAINT = @MAINT@
88MAKEINFO = @MAKEINFO@
89MKINSTALLDIRS = @MKINSTALLDIRS@
90PACKAGE = @PACKAGE@
91POFILES = @POFILES@
92POSUB = @POSUB@
93RANLIB = @RANLIB@
94USE_NLS = @USE_NLS@
95VERSION = @VERSION@
96
97SUBDIRS = devices emblems filesystems mimetypes
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_CLEAN_FILES =
100DIST_COMMON =  Makefile.am Makefile.in
101
102
103DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105TAR = gtar
106GZIP_ENV = --best
107all: all-redirect
108.SUFFIXES:
109$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps 24x24/Makefile
111
112Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
113        cd $(top_builddir) \
114          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116
117# This directory's subdirectories are mostly independent; you can cd
118# into them and run `make' without going through this Makefile.
119# To change the values of `make' variables: instead of editing Makefiles,
120# (1) if the variable is set in `config.status', edit `config.status'
121#     (which will cause the Makefiles to be regenerated when you run `make');
122# (2) otherwise, pass the desired values on the `make' command line.
123
124@SET_MAKE@
125
126all-recursive install-data-recursive install-exec-recursive \
127installdirs-recursive install-recursive uninstall-recursive  \
128check-recursive installcheck-recursive info-recursive dvi-recursive:
129        @set fnord $(MAKEFLAGS); amf=$$2; \
130        dot_seen=no; \
131        target=`echo $@ | sed s/-recursive//`; \
132        list='$(SUBDIRS)'; for subdir in $$list; do \
133          echo "Making $$target in $$subdir"; \
134          if test "$$subdir" = "."; then \
135            dot_seen=yes; \
136            local_target="$$target-am"; \
137          else \
138            local_target="$$target"; \
139          fi; \
140          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
141           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
142        done; \
143        if test "$$dot_seen" = "no"; then \
144          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
145        fi; test -z "$$fail"
146
147mostlyclean-recursive clean-recursive distclean-recursive \
148maintainer-clean-recursive:
149        @set fnord $(MAKEFLAGS); amf=$$2; \
150        dot_seen=no; \
151        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
152          rev="$$subdir $$rev"; \
153          test "$$subdir" != "." || dot_seen=yes; \
154        done; \
155        test "$$dot_seen" = "no" && rev=". $$rev"; \
156        target=`echo $@ | sed s/-recursive//`; \
157        for subdir in $$rev; do \
158          echo "Making $$target in $$subdir"; \
159          if test "$$subdir" = "."; then \
160            local_target="$$target-am"; \
161          else \
162            local_target="$$target"; \
163          fi; \
164          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166        done && test -z "$$fail"
167tags-recursive:
168        list='$(SUBDIRS)'; for subdir in $$list; do \
169          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
170        done
171
172tags: TAGS
173
174ID: $(HEADERS) $(SOURCES) $(LISP)
175        list='$(SOURCES) $(HEADERS)'; \
176        unique=`for i in $$list; do echo $$i; done | \
177          awk '    { files[$$0] = 1; } \
178               END { for (i in files) print i; }'`; \
179        here=`pwd` && cd $(srcdir) \
180          && mkid -f$$here/ID $$unique $(LISP)
181
182TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183        tags=; \
184        here=`pwd`; \
185        list='$(SUBDIRS)'; for subdir in $$list; do \
186   if test "$$subdir" = .; then :; else \
187            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
188   fi; \
189        done; \
190        list='$(SOURCES) $(HEADERS)'; \
191        unique=`for i in $$list; do echo $$i; done | \
192          awk '    { files[$$0] = 1; } \
193               END { for (i in files) print i; }'`; \
194        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
197mostlyclean-tags:
198
199clean-tags:
200
201distclean-tags:
202        -rm -f TAGS ID
203
204maintainer-clean-tags:
205
206distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
207
208subdir = 24x24
209
210distdir: $(DISTFILES)
211        @for file in $(DISTFILES); do \
212          d=$(srcdir); \
213          if test -d $$d/$$file; then \
214            cp -pr $$d/$$file $(distdir)/$$file; \
215          else \
216            test -f $(distdir)/$$file \
217            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218            || cp -p $$d/$$file $(distdir)/$$file || :; \
219          fi; \
220        done
221        for subdir in $(SUBDIRS); do \
222          if test "$$subdir" = .; then :; else \
223            test -d $(distdir)/$$subdir \
224            || mkdir $(distdir)/$$subdir \
225            || exit 1; \
226            chmod 777 $(distdir)/$$subdir; \
227            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
228              || exit 1; \
229          fi; \
230        done
231info-am:
232info: info-recursive
233dvi-am:
234dvi: dvi-recursive
235check-am: all-am
236check: check-recursive
237installcheck-am:
238installcheck: installcheck-recursive
239install-exec-am:
240install-exec: install-exec-recursive
241
242install-data-am:
243install-data: install-data-recursive
244
245install-am: all-am
246        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247install: install-recursive
248uninstall-am:
249uninstall: uninstall-recursive
250all-am: Makefile
251all-redirect: all-recursive
252install-strip:
253        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
254installdirs: installdirs-recursive
255installdirs-am:
256
257
258mostlyclean-generic:
259
260clean-generic:
261
262distclean-generic:
263        -rm -f Makefile $(CONFIG_CLEAN_FILES)
264        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265
266maintainer-clean-generic:
267mostlyclean-am:  mostlyclean-tags mostlyclean-generic
268
269mostlyclean: mostlyclean-recursive
270
271clean-am:  clean-tags clean-generic mostlyclean-am
272
273clean: clean-recursive
274
275distclean-am:  distclean-tags distclean-generic clean-am
276
277distclean: distclean-recursive
278
279maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
280                distclean-am
281        @echo "This command is intended for maintainers to use;"
282        @echo "it deletes files that may require special tools to rebuild."
283
284maintainer-clean: maintainer-clean-recursive
285
286.PHONY: install-data-recursive uninstall-data-recursive \
287install-exec-recursive uninstall-exec-recursive installdirs-recursive \
288uninstalldirs-recursive all-recursive check-recursive \
289installcheck-recursive info-recursive dvi-recursive \
290mostlyclean-recursive distclean-recursive clean-recursive \
291maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
292distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
293dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
294install-exec install-data-am install-data install-am install \
295uninstall-am uninstall all-redirect all-am all installdirs-am \
296installdirs mostlyclean-generic distclean-generic clean-generic \
297maintainer-clean-generic clean mostlyclean distclean maintainer-clean
298
299
300# Tell versions [3.59,3.63) of GNU make to not export all variables.
301# Otherwise a system limit (for SysV at least) may be exceeded.
302.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.