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