source: trunk/third/eog/Makefile.in @ 18660

Revision 18660, 16.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18659, 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 = :
60BONOBO_ACT_IDLDIR = @BONOBO_ACT_IDLDIR@
61BONOBO_IDLDIR = @BONOBO_IDLDIR@
62CATALOGS = @CATALOGS@
63CATOBJEXT = @CATOBJEXT@
64CC = @CC@
65CFLAGS = @CFLAGS@
66CPPFLAGS = @CPPFLAGS@
67DATADIRNAME = @DATADIRNAME@
68EOG_CFLAGS = @EOG_CFLAGS@
69EOG_LIBS = @EOG_LIBS@
70EXTRA_WARNING_CFLAGS = @EXTRA_WARNING_CFLAGS@
71GCONFTOOL = @GCONFTOOL@
72GCONF_CONFIG_SOURCE = @GCONF_CONFIG_SOURCE@
73GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
74GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
75GMOFILES = @GMOFILES@
76GMSGFMT = @GMSGFMT@
77GNOME_INTERFACE_VERSION = @GNOME_INTERFACE_VERSION@
78INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@
79INSTOBJEXT = @INSTOBJEXT@
80INTLLIBS = @INTLLIBS@
81INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
82INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
83INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
84INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
85INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
86INTLTOOL_MERGE = @INTLTOOL_MERGE@
87INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
88INTLTOOL_PERL = @INTLTOOL_PERL@
89INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
90INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
91INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
92INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
93INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
94INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
95INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
96INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
97INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
98INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
99LDFLAGS = @LDFLAGS@
100LIBJPEG = @LIBJPEG@
101LIBPNG = @LIBPNG@
102LIBPREVIEW_CFLAGS = @LIBPREVIEW_CFLAGS@
103LIBPREVIEW_LIBS = @LIBPREVIEW_LIBS@
104MAINT = @MAINT@
105MAKEINFO = @MAKEINFO@
106MKINSTALLDIRS = @MKINSTALLDIRS@
107ORBIT_IDL = @ORBIT_IDL@
108PACKAGE = @PACKAGE@
109PKG_CONFIG = @PKG_CONFIG@
110POFILES = @POFILES@
111POPT_LIBS = @POPT_LIBS@
112POSUB = @POSUB@
113PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
114PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
115RANLIB = @RANLIB@
116USE_NLS = @USE_NLS@
117VERSION = @VERSION@
118WARN_CFLAGS = @WARN_CFLAGS@
119cxxflags_set = @cxxflags_set@
120
121@ENABLE_COLLECTION_TRUE@collection_DIRS = collection
122
123SUBDIRS = art idl libeog viewer $(collection_DIRS) shell po help omf-install
124DIST_SUBDIRS = $(SUBDIRS) collection
125
126EXTRA_DIST =    DEPENDS                         HACKING                         MAINTAINERS                     TODO                            $(schemas_in_files)             $(Graphics_in_files)            eog.spec                        eog.gladep                      eog.glade                       eog-glade.h                     eog.spec.in                     gnome-eog.png                   intltool-extract.in             intltool-update.in              intltool-merge.in               xmldocs.make
127
128
129Graphicsdir = $(datadir)/applications
130Graphics_in_files = eog.desktop.in
131Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
132
133Gladedir = $(datadir)/eog/glade
134Glade_DATA = eog.glade
135
136schemasdir = $(sysconfdir)/gconf/schemas
137schemas_in_files = eog.schemas.in
138schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
139
140icondir = $(datadir)/pixmaps
141icon_DATA = gnome-eog.png
142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144CONFIG_HEADER = config.h
145CONFIG_CLEAN_FILES =  eog.spec
146DATA =  $(Glade_DATA) $(Graphics_DATA) $(icon_DATA) $(schemas_DATA)
147
148DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
149Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
150config.h.in configure configure.in eog.spec.in install-sh missing \
151mkinstalldirs
152
153
154DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155
156TAR = tar
157GZIP_ENV = --best
158all: all-redirect
159.SUFFIXES:
160$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
161        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
162
163Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
164        cd $(top_builddir) \
165          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
166
167$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
168        cd $(srcdir) && $(ACLOCAL)
169
170config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
171        $(SHELL) ./config.status --recheck
172$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
173        cd $(srcdir) && $(AUTOCONF)
174
175config.h: stamp-h
176        @if test ! -f $@; then \
177                rm -f stamp-h; \
178                $(MAKE) stamp-h; \
179        else :; fi
180stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
181        cd $(top_builddir) \
182          && CONFIG_FILES= CONFIG_HEADERS=config.h \
183             $(SHELL) ./config.status
184        @echo timestamp > stamp-h 2> /dev/null
185$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
186        @if test ! -f $@; then \
187                rm -f $(srcdir)/stamp-h.in; \
188                $(MAKE) $(srcdir)/stamp-h.in; \
189        else :; fi
190$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
191        cd $(top_srcdir) && $(AUTOHEADER)
192        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
193
194mostlyclean-hdr:
195
196clean-hdr:
197
198distclean-hdr:
199        -rm -f config.h
200
201maintainer-clean-hdr:
202eog.spec: $(top_builddir)/config.status eog.spec.in
203        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
204
205install-GladeDATA: $(Glade_DATA)
206        @$(NORMAL_INSTALL)
207        $(mkinstalldirs) $(DESTDIR)$(Gladedir)
208        @list='$(Glade_DATA)'; for p in $$list; do \
209          if test -f $(srcdir)/$$p; then \
210            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gladedir)/$$p"; \
211            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gladedir)/$$p; \
212          else if test -f $$p; then \
213            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Gladedir)/$$p"; \
214            $(INSTALL_DATA) $$p $(DESTDIR)$(Gladedir)/$$p; \
215          fi; fi; \
216        done
217
218uninstall-GladeDATA:
219        @$(NORMAL_UNINSTALL)
220        list='$(Glade_DATA)'; for p in $$list; do \
221          rm -f $(DESTDIR)$(Gladedir)/$$p; \
222        done
223
224install-GraphicsDATA: $(Graphics_DATA)
225        @$(NORMAL_INSTALL)
226        $(mkinstalldirs) $(DESTDIR)$(Graphicsdir)
227        @list='$(Graphics_DATA)'; for p in $$list; do \
228          if test -f $(srcdir)/$$p; then \
229            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Graphicsdir)/$$p"; \
230            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Graphicsdir)/$$p; \
231          else if test -f $$p; then \
232            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Graphicsdir)/$$p"; \
233            $(INSTALL_DATA) $$p $(DESTDIR)$(Graphicsdir)/$$p; \
234          fi; fi; \
235        done
236
237uninstall-GraphicsDATA:
238        @$(NORMAL_UNINSTALL)
239        list='$(Graphics_DATA)'; for p in $$list; do \
240          rm -f $(DESTDIR)$(Graphicsdir)/$$p; \
241        done
242
243install-iconDATA: $(icon_DATA)
244        @$(NORMAL_INSTALL)
245        $(mkinstalldirs) $(DESTDIR)$(icondir)
246        @list='$(icon_DATA)'; for p in $$list; do \
247          if test -f $(srcdir)/$$p; then \
248            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(icondir)/$$p"; \
249            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(icondir)/$$p; \
250          else if test -f $$p; then \
251            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(icondir)/$$p"; \
252            $(INSTALL_DATA) $$p $(DESTDIR)$(icondir)/$$p; \
253          fi; fi; \
254        done
255
256uninstall-iconDATA:
257        @$(NORMAL_UNINSTALL)
258        list='$(icon_DATA)'; for p in $$list; do \
259          rm -f $(DESTDIR)$(icondir)/$$p; \
260        done
261
262install-schemasDATA: $(schemas_DATA)
263        @$(NORMAL_INSTALL)
264        $(mkinstalldirs) $(DESTDIR)$(schemasdir)
265        @list='$(schemas_DATA)'; for p in $$list; do \
266          if test -f $(srcdir)/$$p; then \
267            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(schemasdir)/$$p"; \
268            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(schemasdir)/$$p; \
269          else if test -f $$p; then \
270            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(schemasdir)/$$p"; \
271            $(INSTALL_DATA) $$p $(DESTDIR)$(schemasdir)/$$p; \
272          fi; fi; \
273        done
274
275uninstall-schemasDATA:
276        @$(NORMAL_UNINSTALL)
277        list='$(schemas_DATA)'; for p in $$list; do \
278          rm -f $(DESTDIR)$(schemasdir)/$$p; \
279        done
280
281# This directory's subdirectories are mostly independent; you can cd
282# into them and run `make' without going through this Makefile.
283# To change the values of `make' variables: instead of editing Makefiles,
284# (1) if the variable is set in `config.status', edit `config.status'
285#     (which will cause the Makefiles to be regenerated when you run `make');
286# (2) otherwise, pass the desired values on the `make' command line.
287
288@SET_MAKE@
289
290all-recursive install-data-recursive install-exec-recursive \
291installdirs-recursive install-recursive uninstall-recursive  \
292check-recursive installcheck-recursive info-recursive dvi-recursive:
293        @set fnord $(MAKEFLAGS); amf=$$2; \
294        dot_seen=no; \
295        target=`echo $@ | sed s/-recursive//`; \
296        list='$(SUBDIRS)'; for subdir in $$list; do \
297          echo "Making $$target in $$subdir"; \
298          if test "$$subdir" = "."; then \
299            dot_seen=yes; \
300            local_target="$$target-am"; \
301          else \
302            local_target="$$target"; \
303          fi; \
304          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
305           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
306        done; \
307        if test "$$dot_seen" = "no"; then \
308          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
309        fi; test -z "$$fail"
310
311mostlyclean-recursive clean-recursive distclean-recursive \
312maintainer-clean-recursive:
313        @set fnord $(MAKEFLAGS); amf=$$2; \
314        dot_seen=no; \
315        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
316          rev="$$subdir $$rev"; \
317          test "$$subdir" != "." || dot_seen=yes; \
318        done; \
319        test "$$dot_seen" = "no" && rev=". $$rev"; \
320        target=`echo $@ | sed s/-recursive//`; \
321        for subdir in $$rev; do \
322          echo "Making $$target in $$subdir"; \
323          if test "$$subdir" = "."; then \
324            local_target="$$target-am"; \
325          else \
326            local_target="$$target"; \
327          fi; \
328          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
330        done && test -z "$$fail"
331tags-recursive:
332        list='$(SUBDIRS)'; for subdir in $$list; do \
333          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334        done
335
336tags: TAGS
337
338ID: $(HEADERS) $(SOURCES) $(LISP)
339        list='$(SOURCES) $(HEADERS)'; \
340        unique=`for i in $$list; do echo $$i; done | \
341          awk '    { files[$$0] = 1; } \
342               END { for (i in files) print i; }'`; \
343        here=`pwd` && cd $(srcdir) \
344          && mkid -f$$here/ID $$unique $(LISP)
345
346TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
347        tags=; \
348        here=`pwd`; \
349        list='$(SUBDIRS)'; for subdir in $$list; do \
350   if test "$$subdir" = .; then :; else \
351            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
352   fi; \
353        done; \
354        list='$(SOURCES) $(HEADERS)'; \
355        unique=`for i in $$list; do echo $$i; done | \
356          awk '    { files[$$0] = 1; } \
357               END { for (i in files) print i; }'`; \
358        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
359          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
360
361mostlyclean-tags:
362
363clean-tags:
364
365distclean-tags:
366        -rm -f TAGS ID
367
368maintainer-clean-tags:
369
370distdir = $(PACKAGE)-$(VERSION)
371top_distdir = $(distdir)
372
373# This target untars the dist file and tries a VPATH configuration.  Then
374# it guarantees that the distribution is self-contained by making another
375# tarfile.
376distcheck: dist
377        -rm -rf $(distdir)
378        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
379        mkdir $(distdir)/=build
380        mkdir $(distdir)/=inst
381        dc_install_base=`cd $(distdir)/=inst && pwd`; \
382        cd $(distdir)/=build \
383          && ../configure --srcdir=.. --prefix=$$dc_install_base \
384          && $(MAKE) $(AM_MAKEFLAGS) \
385          && $(MAKE) $(AM_MAKEFLAGS) dvi \
386          && $(MAKE) $(AM_MAKEFLAGS) check \
387          && $(MAKE) $(AM_MAKEFLAGS) install \
388          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
389          && $(MAKE) $(AM_MAKEFLAGS) dist
390        -rm -rf $(distdir)
391        @banner="$(distdir).tar.gz is ready for distribution"; \
392        dashes=`echo "$$banner" | sed s/./=/g`; \
393        echo "$$dashes"; \
394        echo "$$banner"; \
395        echo "$$dashes"
396dist: distdir
397        -chmod -R a+r $(distdir)
398        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
399        -rm -rf $(distdir)
400dist-all: distdir
401        -chmod -R a+r $(distdir)
402        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
403        -rm -rf $(distdir)
404distdir: $(DISTFILES)
405        -rm -rf $(distdir)
406        mkdir $(distdir)
407        -chmod 777 $(distdir)
408        @for file in $(DISTFILES); do \
409          d=$(srcdir); \
410          if test -d $$d/$$file; then \
411            cp -pr $$d/$$file $(distdir)/$$file; \
412          else \
413            test -f $(distdir)/$$file \
414            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
415            || cp -p $$d/$$file $(distdir)/$$file || :; \
416          fi; \
417        done
418        for subdir in $(DIST_SUBDIRS); do \
419          if test "$$subdir" = .; then :; else \
420            test -d $(distdir)/$$subdir \
421            || mkdir $(distdir)/$$subdir \
422            || exit 1; \
423            chmod 777 $(distdir)/$$subdir; \
424            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
425              || exit 1; \
426          fi; \
427        done
428info-am:
429info: info-recursive
430dvi-am:
431dvi: dvi-recursive
432check-am: all-am
433check: check-recursive
434installcheck-am:
435installcheck: installcheck-recursive
436all-recursive-am: config.h
437        $(MAKE) $(AM_MAKEFLAGS) all-recursive
438
439install-exec-am:
440install-exec: install-exec-recursive
441
442install-data-am: install-GladeDATA install-GraphicsDATA install-iconDATA \
443                install-schemasDATA install-data-local
444install-data: install-data-recursive
445
446install-am: all-am
447        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448install: install-recursive
449uninstall-am: uninstall-GladeDATA uninstall-GraphicsDATA \
450                uninstall-iconDATA uninstall-schemasDATA
451uninstall: uninstall-recursive
452all-am: Makefile $(DATA) config.h
453all-redirect: all-recursive-am
454install-strip:
455        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
456installdirs: installdirs-recursive
457installdirs-am:
458        $(mkinstalldirs)  $(DESTDIR)$(Gladedir) $(DESTDIR)$(Graphicsdir) \
459                $(DESTDIR)$(icondir) $(DESTDIR)$(schemasdir)
460
461
462mostlyclean-generic:
463
464clean-generic:
465
466distclean-generic:
467        -rm -f Makefile $(CONFIG_CLEAN_FILES)
468        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
469
470maintainer-clean-generic:
471mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
472
473mostlyclean: mostlyclean-recursive
474
475clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
476
477clean: clean-recursive
478
479distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
480
481distclean: distclean-recursive
482        -rm -f config.status
483
484maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
485                maintainer-clean-generic distclean-am
486        @echo "This command is intended for maintainers to use;"
487        @echo "it deletes files that may require special tools to rebuild."
488
489maintainer-clean: maintainer-clean-recursive
490        -rm -f config.status
491
492.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
493uninstall-GladeDATA install-GladeDATA uninstall-GraphicsDATA \
494install-GraphicsDATA uninstall-iconDATA install-iconDATA \
495uninstall-schemasDATA install-schemasDATA install-data-recursive \
496uninstall-data-recursive install-exec-recursive \
497uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
498all-recursive check-recursive installcheck-recursive info-recursive \
499dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
500maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
501distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
502dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
503install-exec-am install-exec install-data-local install-data-am \
504install-data install-am install uninstall-am uninstall all-redirect \
505all-am all installdirs-am installdirs mostlyclean-generic \
506distclean-generic clean-generic maintainer-clean-generic clean \
507mostlyclean distclean maintainer-clean
508
509
510@INTLTOOL_DESKTOP_RULE@
511
512@INTLTOOL_SCHEMAS_RULE@
513
514install-data-local:
515        GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
516
517# Tell versions [3.59,3.63) of GNU make to not export all variables.
518# Otherwise a system limit (for SysV at least) may be exceeded.
519.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.