]> git.draconx.ca Git - gob-dx.git/blob - Makefile.in
Release 1.99.1
[gob-dx.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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_GENMARSHAL = @GLIB_GENMARSHAL@
67 GLIB_LIBS = @GLIB_LIBS@
68 GLIB_MKENUMS = @GLIB_MKENUMS@
69 GOBJECT_QUERY = @GOBJECT_QUERY@
70 LDFLAGS = @LDFLAGS@
71 LEX = @LEX@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 MV = @MV@
75 NOINSTGOB = @NOINSTGOB@
76 PACKAGE = @PACKAGE@
77 PKG_CONFIG = @PKG_CONFIG@
78 RM = @RM@
79 TAR = @TAR@
80 VERSION = @VERSION@
81 YACC = @YACC@
82
83 SUBDIRS = @SUBDIRS@
84 DIST_SUBDIRS = src doc examples
85
86 m4dir = $(datadir)/aclocal
87 m4_DATA = gob2.m4
88
89 EXTRA_DIST = gob2.spec.in $(m4_DATA)
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = config.h
93 CONFIG_CLEAN_FILES =  gob2.spec
94 DATA =  $(m4_DATA)
95
96 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
97 Makefile.am Makefile.in NEWS TODO aclocal.m4 config.h.in configure \
98 configure.in gob2.spec.in install-sh missing mkinstalldirs
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 GZIP_ENV = --best
104 all: all-redirect
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
108
109 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
110         cd $(top_builddir) \
111           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
114         cd $(srcdir) && $(ACLOCAL)
115
116 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
117         $(SHELL) ./config.status --recheck
118 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
119         cd $(srcdir) && $(AUTOCONF)
120
121 config.h: stamp-h
122         @if test ! -f $@; then \
123                 rm -f stamp-h; \
124                 $(MAKE) stamp-h; \
125         else :; fi
126 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
127         cd $(top_builddir) \
128           && CONFIG_FILES= CONFIG_HEADERS=config.h \
129              $(SHELL) ./config.status
130         @echo timestamp > stamp-h 2> /dev/null
131 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
132         @if test ! -f $@; then \
133                 rm -f $(srcdir)/stamp-h.in; \
134                 $(MAKE) $(srcdir)/stamp-h.in; \
135         else :; fi
136 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
137         cd $(top_srcdir) && $(AUTOHEADER)
138         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
139
140 mostlyclean-hdr:
141
142 clean-hdr:
143
144 distclean-hdr:
145         -rm -f config.h
146
147 maintainer-clean-hdr:
148 gob2.spec: $(top_builddir)/config.status gob2.spec.in
149         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
150
151 install-m4DATA: $(m4_DATA)
152         @$(NORMAL_INSTALL)
153         $(mkinstalldirs) $(DESTDIR)$(m4dir)
154         @list='$(m4_DATA)'; for p in $$list; do \
155           if test -f $(srcdir)/$$p; then \
156             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4dir)/$$p"; \
157             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4dir)/$$p; \
158           else if test -f $$p; then \
159             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4dir)/$$p"; \
160             $(INSTALL_DATA) $$p $(DESTDIR)$(m4dir)/$$p; \
161           fi; fi; \
162         done
163
164 uninstall-m4DATA:
165         @$(NORMAL_UNINSTALL)
166         list='$(m4_DATA)'; for p in $$list; do \
167           rm -f $(DESTDIR)$(m4dir)/$$p; \
168         done
169
170 # This directory's subdirectories are mostly independent; you can cd
171 # into them and run `make' without going through this Makefile.
172 # To change the values of `make' variables: instead of editing Makefiles,
173 # (1) if the variable is set in `config.status', edit `config.status'
174 #     (which will cause the Makefiles to be regenerated when you run `make');
175 # (2) otherwise, pass the desired values on the `make' command line.
176
177 @SET_MAKE@
178
179 all-recursive install-data-recursive install-exec-recursive \
180 installdirs-recursive install-recursive uninstall-recursive  \
181 check-recursive installcheck-recursive info-recursive dvi-recursive:
182         @set fnord $(MAKEFLAGS); amf=$$2; \
183         dot_seen=no; \
184         target=`echo $@ | sed s/-recursive//`; \
185         list='$(SUBDIRS)'; for subdir in $$list; do \
186           echo "Making $$target in $$subdir"; \
187           if test "$$subdir" = "."; then \
188             dot_seen=yes; \
189             local_target="$$target-am"; \
190           else \
191             local_target="$$target"; \
192           fi; \
193           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
194            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
195         done; \
196         if test "$$dot_seen" = "no"; then \
197           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
198         fi; test -z "$$fail"
199
200 mostlyclean-recursive clean-recursive distclean-recursive \
201 maintainer-clean-recursive:
202         @set fnord $(MAKEFLAGS); amf=$$2; \
203         dot_seen=no; \
204         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
205           rev="$$subdir $$rev"; \
206           test "$$subdir" = "." && dot_seen=yes; \
207         done; \
208         test "$$dot_seen" = "no" && rev=". $$rev"; \
209         target=`echo $@ | sed s/-recursive//`; \
210         for subdir in $$rev; do \
211           echo "Making $$target in $$subdir"; \
212           if test "$$subdir" = "."; then \
213             local_target="$$target-am"; \
214           else \
215             local_target="$$target"; \
216           fi; \
217           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
218            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
219         done && test -z "$$fail"
220 tags-recursive:
221         list='$(SUBDIRS)'; for subdir in $$list; do \
222           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
223         done
224
225 tags: TAGS
226
227 ID: $(HEADERS) $(SOURCES) $(LISP)
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         here=`pwd` && cd $(srcdir) \
233           && mkid -f$$here/ID $$unique $(LISP)
234
235 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
236         tags=; \
237         here=`pwd`; \
238         list='$(SUBDIRS)'; for subdir in $$list; do \
239    if test "$$subdir" = .; then :; else \
240             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
241    fi; \
242         done; \
243         list='$(SOURCES) $(HEADERS)'; \
244         unique=`for i in $$list; do echo $$i; done | \
245           awk '    { files[$$0] = 1; } \
246                END { for (i in files) print i; }'`; \
247         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
248           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
249
250 mostlyclean-tags:
251
252 clean-tags:
253
254 distclean-tags:
255         -rm -f TAGS ID
256
257 maintainer-clean-tags:
258
259 distdir = $(PACKAGE)-$(VERSION)
260 top_distdir = $(distdir)
261
262 # This target untars the dist file and tries a VPATH configuration.  Then
263 # it guarantees that the distribution is self-contained by making another
264 # tarfile.
265 distcheck: dist
266         -rm -rf $(distdir)
267         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
268         mkdir $(distdir)/=build
269         mkdir $(distdir)/=inst
270         dc_install_base=`cd $(distdir)/=inst && pwd`; \
271         cd $(distdir)/=build \
272           && ../configure --srcdir=.. --prefix=$$dc_install_base \
273           && $(MAKE) $(AM_MAKEFLAGS) \
274           && $(MAKE) $(AM_MAKEFLAGS) dvi \
275           && $(MAKE) $(AM_MAKEFLAGS) check \
276           && $(MAKE) $(AM_MAKEFLAGS) install \
277           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
278           && $(MAKE) $(AM_MAKEFLAGS) dist
279         -rm -rf $(distdir)
280         @banner="$(distdir).tar.gz is ready for distribution"; \
281         dashes=`echo "$$banner" | sed s/./=/g`; \
282         echo "$$dashes"; \
283         echo "$$banner"; \
284         echo "$$dashes"
285 dist: distdir
286         -chmod -R a+r $(distdir)
287         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
288         -rm -rf $(distdir)
289 dist-all: distdir
290         -chmod -R a+r $(distdir)
291         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
292         -rm -rf $(distdir)
293 distdir: $(DISTFILES)
294         -rm -rf $(distdir)
295         mkdir $(distdir)
296         -chmod 777 $(distdir)
297         @for file in $(DISTFILES); do \
298           d=$(srcdir); \
299           if test -d $$d/$$file; then \
300             cp -pr $$d/$$file $(distdir)/$$file; \
301           else \
302             test -f $(distdir)/$$file \
303             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
304             || cp -p $$d/$$file $(distdir)/$$file || :; \
305           fi; \
306         done
307         for subdir in $(DIST_SUBDIRS); do \
308           if test "$$subdir" = .; then :; else \
309             test -d $(distdir)/$$subdir \
310             || mkdir $(distdir)/$$subdir \
311             || exit 1; \
312             chmod 777 $(distdir)/$$subdir; \
313             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
314               || exit 1; \
315           fi; \
316         done
317         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
318 info-am:
319 info: info-recursive
320 dvi-am:
321 dvi: dvi-recursive
322 check-am: all-am
323 check: check-recursive
324 installcheck-am:
325 installcheck: installcheck-recursive
326 all-recursive-am: config.h
327         $(MAKE) $(AM_MAKEFLAGS) all-recursive
328
329 install-exec-am:
330 install-exec: install-exec-recursive
331
332 install-data-am: install-m4DATA
333 install-data: install-data-recursive
334
335 install-am: all-am
336         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337 install: install-recursive
338 uninstall-am: uninstall-m4DATA
339 uninstall: uninstall-recursive
340 all-am: Makefile $(DATA) config.h
341 all-redirect: all-recursive-am
342 install-strip:
343         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
344 installdirs: installdirs-recursive
345 installdirs-am:
346         $(mkinstalldirs)  $(DESTDIR)$(m4dir)
347
348
349 mostlyclean-generic:
350
351 clean-generic:
352
353 distclean-generic:
354         -rm -f Makefile $(CONFIG_CLEAN_FILES)
355         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
356
357 maintainer-clean-generic:
358 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
359
360 mostlyclean: mostlyclean-recursive
361
362 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
363
364 clean: clean-recursive
365
366 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
367
368 distclean: distclean-recursive
369         -rm -f config.status
370
371 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
372                 maintainer-clean-generic distclean-am
373         @echo "This command is intended for maintainers to use;"
374         @echo "it deletes files that may require special tools to rebuild."
375
376 maintainer-clean: maintainer-clean-recursive
377         -rm -f config.status
378
379 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
380 uninstall-m4DATA install-m4DATA install-data-recursive \
381 uninstall-data-recursive install-exec-recursive \
382 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
383 all-recursive check-recursive installcheck-recursive info-recursive \
384 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
385 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
386 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
387 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
388 install-exec-am install-exec install-data-am install-data install-am \
389 install uninstall-am uninstall all-redirect all-am all installdirs-am \
390 installdirs mostlyclean-generic distclean-generic clean-generic \
391 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
392
393
394 dist-hook: gob2.spec
395         cp gob2.spec $(distdir)
396
397 # Tell versions [3.59,3.63) of GNU make to not export all variables.
398 # Otherwise a system limit (for SysV at least) may be exceeded.
399 .NOEXPORT: