source: trunk/third/eel/Makefile.in @ 18614

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