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