]> git.draconx.ca Git - gob-dx.git/blob - examples/Makefile.in
Release 2.0.4
[gob-dx.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.6.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CC = @CC@
69 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 CPPFLAGS = @CPPFLAGS@
72 DEPDIR = @DEPDIR@
73 DOINSTGOB = @DOINSTGOB@
74 GLIB_CFLAGS = @GLIB_CFLAGS@
75 GLIB_LIBS = @GLIB_LIBS@
76 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77 LDFLAGS = @LDFLAGS@
78 LEX = @LEX@
79 LEXLIB = @LEXLIB@
80 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
81 MAINT = @MAINT@
82 MV = @MV@
83 NOINSTGOB = @NOINSTGOB@
84 PACKAGE = @PACKAGE@
85 PKG_CONFIG = @PKG_CONFIG@
86 RM = @RM@
87 STRIP = @STRIP@
88
89 SUBDIRS = .
90 TAR = @TAR@
91 VERSION = @VERSION@
92 YACC = @YACC@
93 YFLAGS = @YFLAGS@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97 EXTRA_DIST = \
98         README                  \
99         gtk-button-count.gob    \
100         my-person.gob           \
101         GNOME_Foo_SomeInterface.idl \
102         foo-some-interface.gob
103
104 subdir = examples
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES =
108 DIST_SOURCES =
109
110 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
111         uninstall-info-recursive all-recursive install-data-recursive \
112         install-exec-recursive installdirs-recursive install-recursive \
113         uninstall-recursive check-recursive installcheck-recursive
114 DIST_COMMON = README Makefile.am Makefile.in
115 DIST_SUBDIRS = $(SUBDIRS)
116 all: all-recursive
117
118 .SUFFIXES:
119 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
120         cd $(top_srcdir) && \
121           $(AUTOMAKE) --gnu  examples/Makefile
122 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
123         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
124 uninstall-info-am:
125
126 # This directory's subdirectories are mostly independent; you can cd
127 # into them and run `make' without going through this Makefile.
128 # To change the values of `make' variables: instead of editing Makefiles,
129 # (1) if the variable is set in `config.status', edit `config.status'
130 #     (which will cause the Makefiles to be regenerated when you run `make');
131 # (2) otherwise, pass the desired values on the `make' command line.
132 $(RECURSIVE_TARGETS):
133         @set fnord $$MAKEFLAGS; amf=$$2; \
134         dot_seen=no; \
135         target=`echo $@ | sed s/-recursive//`; \
136         list='$(SUBDIRS)'; for subdir in $$list; do \
137           echo "Making $$target in $$subdir"; \
138           if test "$$subdir" = "."; then \
139             dot_seen=yes; \
140             local_target="$$target-am"; \
141           else \
142             local_target="$$target"; \
143           fi; \
144           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146         done; \
147         if test "$$dot_seen" = "no"; then \
148           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
149         fi; test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $$MAKEFLAGS; amf=$$2; \
154         dot_seen=no; \
155         case "$@" in \
156           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
157           *) list='$(SUBDIRS)' ;; \
158         esac; \
159         rev=''; for subdir in $$list; do \
160           if test "$$subdir" = "."; then :; else \
161             rev="$$subdir $$rev"; \
162           fi; \
163         done; \
164         rev="$$rev ."; \
165         target=`echo $@ | sed s/-recursive//`; \
166         for subdir in $$rev; do \
167           echo "Making $$target in $$subdir"; \
168           if test "$$subdir" = "."; then \
169             local_target="$$target-am"; \
170           else \
171             local_target="$$target"; \
172           fi; \
173           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
174            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175         done && test -z "$$fail"
176 tags-recursive:
177         list='$(SUBDIRS)'; for subdir in $$list; do \
178           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
179         done
180
181 ETAGS = etags
182 ETAGSFLAGS =
183
184 tags: TAGS
185
186 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
187         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
188         unique=`for i in $$list; do \
189             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190           done | \
191           $(AWK) '    { files[$$0] = 1; } \
192                END { for (i in files) print i; }'`; \
193         mkid -fID $$unique
194
195 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
196                 $(TAGS_FILES) $(LISP)
197         tags=; \
198         here=`pwd`; \
199         list='$(SUBDIRS)'; for subdir in $$list; do \
200           if test "$$subdir" = .; then :; else \
201             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202           fi; \
203         done; \
204         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
205         unique=`for i in $$list; do \
206             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207           done | \
208           $(AWK) '    { files[$$0] = 1; } \
209                END { for (i in files) print i; }'`; \
210         test -z "$(ETAGS_ARGS)$$tags$$unique" \
211           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
212              $$tags $$unique
213
214 GTAGS:
215         here=`$(am__cd) $(top_builddir) && pwd` \
216           && cd $(top_srcdir) \
217           && gtags -i $(GTAGS_ARGS) $$here
218
219 distclean-tags:
220         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222
223 top_distdir = ..
224 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
225
226 distdir: $(DISTFILES)
227         @list='$(DISTFILES)'; for file in $$list; do \
228           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
229           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
230           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
231             dir="/$$dir"; \
232             $(mkinstalldirs) "$(distdir)$$dir"; \
233           else \
234             dir=''; \
235           fi; \
236           if test -d $$d/$$file; then \
237             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
238               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239             fi; \
240             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241           else \
242             test -f $(distdir)/$$file \
243             || cp -p $$d/$$file $(distdir)/$$file \
244             || exit 1; \
245           fi; \
246         done
247         list='$(SUBDIRS)'; for subdir in $$list; do \
248           if test "$$subdir" = .; then :; else \
249             test -d $(distdir)/$$subdir \
250             || mkdir $(distdir)/$$subdir \
251             || exit 1; \
252             (cd $$subdir && \
253               $(MAKE) $(AM_MAKEFLAGS) \
254                 top_distdir="$(top_distdir)" \
255                 distdir=../$(distdir)/$$subdir \
256                 distdir) \
257               || exit 1; \
258           fi; \
259         done
260 check-am: all-am
261 check: check-recursive
262 all-am: Makefile
263 installdirs: installdirs-recursive
264 installdirs-am:
265
266 install: install-recursive
267 install-exec: install-exec-recursive
268 install-data: install-data-recursive
269 uninstall: uninstall-recursive
270
271 install-am: all-am
272         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273
274 installcheck: installcheck-recursive
275 install-strip:
276         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
277           INSTALL_STRIP_FLAG=-s \
278           `test -z '$(STRIP)' || \
279             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
280 mostlyclean-generic:
281
282 clean-generic:
283
284 distclean-generic:
285         -rm -f Makefile $(CONFIG_CLEAN_FILES)
286
287 maintainer-clean-generic:
288         @echo "This command is intended for maintainers to use"
289         @echo "it deletes files that may require special tools to rebuild."
290 clean: clean-recursive
291
292 clean-am: clean-generic mostlyclean-am
293
294 distclean: distclean-recursive
295
296 distclean-am: clean-am distclean-generic distclean-tags
297
298 dvi: dvi-recursive
299
300 dvi-am:
301
302 info: info-recursive
303
304 info-am:
305
306 install-data-am:
307
308 install-exec-am:
309
310 install-info: install-info-recursive
311
312 install-man:
313
314 installcheck-am:
315
316 maintainer-clean: maintainer-clean-recursive
317
318 maintainer-clean-am: distclean-am maintainer-clean-generic
319
320 mostlyclean: mostlyclean-recursive
321
322 mostlyclean-am: mostlyclean-generic
323
324 uninstall-am: uninstall-info-am
325
326 uninstall-info: uninstall-info-recursive
327
328 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
329         clean-generic clean-recursive distclean distclean-generic \
330         distclean-recursive distclean-tags distdir dvi dvi-am \
331         dvi-recursive info info-am info-recursive install install-am \
332         install-data install-data-am install-data-recursive \
333         install-exec install-exec-am install-exec-recursive \
334         install-info install-info-am install-info-recursive install-man \
335         install-recursive install-strip installcheck installcheck-am \
336         installdirs installdirs-am installdirs-recursive \
337         maintainer-clean maintainer-clean-generic \
338         maintainer-clean-recursive mostlyclean mostlyclean-generic \
339         mostlyclean-recursive tags tags-recursive uninstall \
340         uninstall-am uninstall-info-am uninstall-info-recursive \
341         uninstall-recursive
342
343 # Tell versions [3.59,3.63) of GNU make to not export all variables.
344 # Otherwise a system limit (for SysV at least) may be exceeded.
345 .NOEXPORT: