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