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