source: trunk/third/eog/help/Makefile.in @ 19173

Revision 19173, 9.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19172, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 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
121SUBDIRS = C
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = ../config.h
124CONFIG_CLEAN_FILES =
125DIST_COMMON =  Makefile.am Makefile.in
126
127
128DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130TAR = gtar
131GZIP_ENV = --best
132all: all-redirect
133.SUFFIXES:
134$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps help/Makefile
136
137Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138        cd $(top_builddir) \
139          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142# This directory's subdirectories are mostly independent; you can cd
143# into them and run `make' without going through this Makefile.
144# To change the values of `make' variables: instead of editing Makefiles,
145# (1) if the variable is set in `config.status', edit `config.status'
146#     (which will cause the Makefiles to be regenerated when you run `make');
147# (2) otherwise, pass the desired values on the `make' command line.
148
149@SET_MAKE@
150
151all-recursive install-data-recursive install-exec-recursive \
152installdirs-recursive install-recursive uninstall-recursive  \
153check-recursive installcheck-recursive info-recursive dvi-recursive:
154        @set fnord $(MAKEFLAGS); amf=$$2; \
155        dot_seen=no; \
156        target=`echo $@ | sed s/-recursive//`; \
157        list='$(SUBDIRS)'; for subdir in $$list; do \
158          echo "Making $$target in $$subdir"; \
159          if test "$$subdir" = "."; then \
160            dot_seen=yes; \
161            local_target="$$target-am"; \
162          else \
163            local_target="$$target"; \
164          fi; \
165          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
166           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
167        done; \
168        if test "$$dot_seen" = "no"; then \
169          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170        fi; test -z "$$fail"
171
172mostlyclean-recursive clean-recursive distclean-recursive \
173maintainer-clean-recursive:
174        @set fnord $(MAKEFLAGS); amf=$$2; \
175        dot_seen=no; \
176        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
177          rev="$$subdir $$rev"; \
178          test "$$subdir" != "." || dot_seen=yes; \
179        done; \
180        test "$$dot_seen" = "no" && rev=". $$rev"; \
181        target=`echo $@ | sed s/-recursive//`; \
182        for subdir in $$rev; do \
183          echo "Making $$target in $$subdir"; \
184          if test "$$subdir" = "."; then \
185            local_target="$$target-am"; \
186          else \
187            local_target="$$target"; \
188          fi; \
189          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
190           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191        done && test -z "$$fail"
192tags-recursive:
193        list='$(SUBDIRS)'; for subdir in $$list; do \
194          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
195        done
196
197tags: TAGS
198
199ID: $(HEADERS) $(SOURCES) $(LISP)
200        list='$(SOURCES) $(HEADERS)'; \
201        unique=`for i in $$list; do echo $$i; done | \
202          awk '    { files[$$0] = 1; } \
203               END { for (i in files) print i; }'`; \
204        here=`pwd` && cd $(srcdir) \
205          && mkid -f$$here/ID $$unique $(LISP)
206
207TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
208        tags=; \
209        here=`pwd`; \
210        list='$(SUBDIRS)'; for subdir in $$list; do \
211   if test "$$subdir" = .; then :; else \
212            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
213   fi; \
214        done; \
215        list='$(SOURCES) $(HEADERS)'; \
216        unique=`for i in $$list; do echo $$i; done | \
217          awk '    { files[$$0] = 1; } \
218               END { for (i in files) print i; }'`; \
219        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
221
222mostlyclean-tags:
223
224clean-tags:
225
226distclean-tags:
227        -rm -f TAGS ID
228
229maintainer-clean-tags:
230
231distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
232
233subdir = help
234
235distdir: $(DISTFILES)
236        @for file in $(DISTFILES); do \
237          d=$(srcdir); \
238          if test -d $$d/$$file; then \
239            cp -pr $$d/$$file $(distdir)/$$file; \
240          else \
241            test -f $(distdir)/$$file \
242            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
243            || cp -p $$d/$$file $(distdir)/$$file || :; \
244          fi; \
245        done
246        for subdir in $(SUBDIRS); do \
247          if test "$$subdir" = .; then :; else \
248            test -d $(distdir)/$$subdir \
249            || mkdir $(distdir)/$$subdir \
250            || exit 1; \
251            chmod 777 $(distdir)/$$subdir; \
252            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
253              || exit 1; \
254          fi; \
255        done
256info-am:
257info: info-recursive
258dvi-am:
259dvi: dvi-recursive
260check-am: all-am
261check: check-recursive
262installcheck-am:
263installcheck: installcheck-recursive
264install-exec-am:
265install-exec: install-exec-recursive
266
267install-data-am:
268install-data: install-data-recursive
269
270install-am: all-am
271        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272install: install-recursive
273uninstall-am:
274uninstall: uninstall-recursive
275all-am: Makefile
276all-redirect: all-recursive
277install-strip:
278        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279installdirs: installdirs-recursive
280installdirs-am:
281
282
283mostlyclean-generic:
284
285clean-generic:
286
287distclean-generic:
288        -rm -f Makefile $(CONFIG_CLEAN_FILES)
289        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
290
291maintainer-clean-generic:
292mostlyclean-am:  mostlyclean-tags mostlyclean-generic
293
294mostlyclean: mostlyclean-recursive
295
296clean-am:  clean-tags clean-generic mostlyclean-am
297
298clean: clean-recursive
299
300distclean-am:  distclean-tags distclean-generic clean-am
301
302distclean: distclean-recursive
303
304maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
305                distclean-am
306        @echo "This command is intended for maintainers to use;"
307        @echo "it deletes files that may require special tools to rebuild."
308
309maintainer-clean: maintainer-clean-recursive
310
311.PHONY: install-data-recursive uninstall-data-recursive \
312install-exec-recursive uninstall-exec-recursive installdirs-recursive \
313uninstalldirs-recursive all-recursive check-recursive \
314installcheck-recursive info-recursive dvi-recursive \
315mostlyclean-recursive distclean-recursive clean-recursive \
316maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
317distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
318dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
319install-exec install-data-am install-data install-am install \
320uninstall-am uninstall all-redirect all-am all installdirs-am \
321installdirs mostlyclean-generic distclean-generic clean-generic \
322maintainer-clean-generic clean mostlyclean distclean maintainer-clean
323
324
325# Tell versions [3.59,3.63) of GNU make to not export all variables.
326# Otherwise a system limit (for SysV at least) may be exceeded.
327.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.