source: trunk/third/libbonobo/samples/Makefile.in @ 18574

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