]> git.draconx.ca Git - gob-dx.git/blob - examples/Makefile.in
efc432067acf73b0c70943ef65e0e47fba6a3c4e
[gob-dx.git] / examples / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CFLAGS = @CFLAGS@
62 CPP = @CPP@
63 CPPFLAGS = @CPPFLAGS@
64 DOINSTGOB = @DOINSTGOB@
65 GLIB_CFLAGS = @GLIB_CFLAGS@
66 GLIB_LIBS = @GLIB_LIBS@
67 LDFLAGS = @LDFLAGS@
68 LEX = @LEX@
69 MAINT = @MAINT@
70 MAKEINFO = @MAKEINFO@
71 MV = @MV@
72 NOINSTGOB = @NOINSTGOB@
73 PACKAGE = @PACKAGE@
74 PKG_CONFIG = @PKG_CONFIG@
75 RM = @RM@
76 TAR = @TAR@
77 VERSION = @VERSION@
78 YACC = @YACC@
79 YFLAGS = @YFLAGS@
80
81 EXTRA_DIST =    README                          gtk-button-count.gob            my-person.gob                   my-person2.gob                  GNOME_Foo_SomeInterface.idl     foo-some-interface.gob
82
83
84 SUBDIRS = 
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES = 
88 DIST_COMMON =  README Makefile.am Makefile.in
89
90
91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92
93 GZIP_ENV = --best
94 all: all-redirect
95 .SUFFIXES:
96 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
97         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps examples/Makefile
98
99 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
100         cd $(top_builddir) \
101           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
102
103
104 # This directory's subdirectories are mostly independent; you can cd
105 # into them and run `make' without going through this Makefile.
106 # To change the values of `make' variables: instead of editing Makefiles,
107 # (1) if the variable is set in `config.status', edit `config.status'
108 #     (which will cause the Makefiles to be regenerated when you run `make');
109 # (2) otherwise, pass the desired values on the `make' command line.
110
111 @SET_MAKE@
112
113 all-recursive install-data-recursive install-exec-recursive \
114 installdirs-recursive install-recursive uninstall-recursive  \
115 check-recursive installcheck-recursive info-recursive dvi-recursive:
116         @set fnord $(MAKEFLAGS); amf=$$2; \
117         dot_seen=no; \
118         target=`echo $@ | sed s/-recursive//`; \
119         list='$(SUBDIRS)'; for subdir in $$list; do \
120           echo "Making $$target in $$subdir"; \
121           if test "$$subdir" = "."; then \
122             dot_seen=yes; \
123             local_target="$$target-am"; \
124           else \
125             local_target="$$target"; \
126           fi; \
127           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
128            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
129         done; \
130         if test "$$dot_seen" = "no"; then \
131           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
132         fi; test -z "$$fail"
133
134 mostlyclean-recursive clean-recursive distclean-recursive \
135 maintainer-clean-recursive:
136         @set fnord $(MAKEFLAGS); amf=$$2; \
137         dot_seen=no; \
138         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
139           rev="$$subdir $$rev"; \
140           test "$$subdir" != "." || dot_seen=yes; \
141         done; \
142         test "$$dot_seen" = "no" && rev=". $$rev"; \
143         target=`echo $@ | sed s/-recursive//`; \
144         for subdir in $$rev; do \
145           echo "Making $$target in $$subdir"; \
146           if test "$$subdir" = "."; then \
147             local_target="$$target-am"; \
148           else \
149             local_target="$$target"; \
150           fi; \
151           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
152            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153         done && test -z "$$fail"
154 tags-recursive:
155         list='$(SUBDIRS)'; for subdir in $$list; do \
156           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
157         done
158
159 tags: TAGS
160
161 ID: $(HEADERS) $(SOURCES) $(LISP)
162         list='$(SOURCES) $(HEADERS)'; \
163         unique=`for i in $$list; do echo $$i; done | \
164           awk '    { files[$$0] = 1; } \
165                END { for (i in files) print i; }'`; \
166         here=`pwd` && cd $(srcdir) \
167           && mkid -f$$here/ID $$unique $(LISP)
168
169 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
170         tags=; \
171         here=`pwd`; \
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173    if test "$$subdir" = .; then :; else \
174             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
175    fi; \
176         done; \
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
183
184 mostlyclean-tags:
185
186 clean-tags:
187
188 distclean-tags:
189         -rm -f TAGS ID
190
191 maintainer-clean-tags:
192
193 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
194
195 subdir = examples
196
197 distdir: $(DISTFILES)
198         @for file in $(DISTFILES); do \
199           d=$(srcdir); \
200           if test -d $$d/$$file; then \
201             cp -pr $$d/$$file $(distdir)/$$file; \
202           else \
203             test -f $(distdir)/$$file \
204             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
205             || cp -p $$d/$$file $(distdir)/$$file || :; \
206           fi; \
207         done
208         for subdir in $(SUBDIRS); do \
209           if test "$$subdir" = .; then :; else \
210             test -d $(distdir)/$$subdir \
211             || mkdir $(distdir)/$$subdir \
212             || exit 1; \
213             chmod 777 $(distdir)/$$subdir; \
214             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
215               || exit 1; \
216           fi; \
217         done
218 info-am:
219 info: info-recursive
220 dvi-am:
221 dvi: dvi-recursive
222 check-am: all-am
223 check: check-recursive
224 installcheck-am:
225 installcheck: installcheck-recursive
226 install-exec-am:
227 install-exec: install-exec-recursive
228
229 install-data-am:
230 install-data: install-data-recursive
231
232 install-am: all-am
233         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
234 install: install-recursive
235 uninstall-am:
236 uninstall: uninstall-recursive
237 all-am: Makefile
238 all-redirect: all-recursive
239 install-strip:
240         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
241 installdirs: installdirs-recursive
242 installdirs-am:
243
244
245 mostlyclean-generic:
246
247 clean-generic:
248
249 distclean-generic:
250         -rm -f Makefile $(CONFIG_CLEAN_FILES)
251         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
252
253 maintainer-clean-generic:
254 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
255
256 mostlyclean: mostlyclean-recursive
257
258 clean-am:  clean-tags clean-generic mostlyclean-am
259
260 clean: clean-recursive
261
262 distclean-am:  distclean-tags distclean-generic clean-am
263
264 distclean: distclean-recursive
265
266 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
267                 distclean-am
268         @echo "This command is intended for maintainers to use;"
269         @echo "it deletes files that may require special tools to rebuild."
270
271 maintainer-clean: maintainer-clean-recursive
272
273 .PHONY: install-data-recursive uninstall-data-recursive \
274 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
275 uninstalldirs-recursive all-recursive check-recursive \
276 installcheck-recursive info-recursive dvi-recursive \
277 mostlyclean-recursive distclean-recursive clean-recursive \
278 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
279 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
280 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
281 install-exec install-data-am install-data install-am install \
282 uninstall-am uninstall all-redirect all-am all installdirs-am \
283 installdirs mostlyclean-generic distclean-generic clean-generic \
284 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
285
286
287 # Tell versions [3.59,3.63) of GNU make to not export all variables.
288 # Otherwise a system limit (for SysV at least) may be exceeded.
289 .NOEXPORT: