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