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