Adapted to automake 2.59 and autoconf 1.6.3
[gnucomo.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 DEPDIR = @DEPDIR@
72 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73 LEX = @LEX@
74 LEXLIB = @LEXLIB@
75 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
76 LN_S = @LN_S@
77 PACKAGE = @PACKAGE@
78 PG_CONFIG = @PG_CONFIG@
79 POSTGRES_INCLUDE = @POSTGRES_INCLUDE@
80 POSTGRES_LIB = @POSTGRES_LIB@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 XML_CONFIG = @XML_CONFIG@
85 X_CFLAGS = @X_CFLAGS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 X_LIBS = @X_LIBS@
88 X_PRE_LIBS = @X_PRE_LIBS@
89 YACC = @YACC@
90 am__include = @am__include@
91 am__quote = @am__quote@
92 install_sh = @install_sh@
93 with_postgres_include = @with_postgres_include@
94 with_postgres_lib = @with_postgres_lib@
95 SUBDIRS = lib gcm_input
96 subdir = src
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_CLEAN_FILES =
99 DIST_SOURCES =
100
101 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
102         uninstall-info-recursive all-recursive install-data-recursive \
103         install-exec-recursive installdirs-recursive install-recursive \
104         uninstall-recursive check-recursive installcheck-recursive
105 DIST_COMMON = Makefile.am Makefile.in
106 DIST_SUBDIRS = $(SUBDIRS)
107 all: all-recursive
108
109 .SUFFIXES:
110 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
111         cd $(top_srcdir) && \
112           $(AUTOMAKE) --gnu  src/Makefile
113 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
114         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115 uninstall-info-am:
116
117 # This directory's subdirectories are mostly independent; you can cd
118 # into them and run `make' without going through this Makefile.
119 # To change the values of `make' variables: instead of editing Makefiles,
120 # (1) if the variable is set in `config.status', edit `config.status'
121 #     (which will cause the Makefiles to be regenerated when you run `make');
122 # (2) otherwise, pass the desired values on the `make' command line.
123 $(RECURSIVE_TARGETS):
124         @set fnord $$MAKEFLAGS; amf=$$2; \
125         dot_seen=no; \
126         target=`echo $@ | sed s/-recursive//`; \
127         list='$(SUBDIRS)'; for subdir in $$list; do \
128           echo "Making $$target in $$subdir"; \
129           if test "$$subdir" = "."; then \
130             dot_seen=yes; \
131             local_target="$$target-am"; \
132           else \
133             local_target="$$target"; \
134           fi; \
135           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
136            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
137         done; \
138         if test "$$dot_seen" = "no"; then \
139           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
140         fi; test -z "$$fail"
141
142 mostlyclean-recursive clean-recursive distclean-recursive \
143 maintainer-clean-recursive:
144         @set fnord $$MAKEFLAGS; amf=$$2; \
145         dot_seen=no; \
146         case "$@" in \
147           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
148           *) list='$(SUBDIRS)' ;; \
149         esac; \
150         rev=''; for subdir in $$list; do \
151           if test "$$subdir" = "."; then :; else \
152             rev="$$subdir $$rev"; \
153           fi; \
154         done; \
155         rev="$$rev ."; \
156         target=`echo $@ | sed s/-recursive//`; \
157         for subdir in $$rev; do \
158           echo "Making $$target in $$subdir"; \
159           if test "$$subdir" = "."; then \
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 && test -z "$$fail"
167 tags-recursive:
168         list='$(SUBDIRS)'; for subdir in $$list; do \
169           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
170         done
171
172 ETAGS = etags
173 ETAGSFLAGS =
174
175 tags: TAGS
176
177 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
178         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
179         unique=`for i in $$list; do \
180             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181           done | \
182           $(AWK) '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         mkid -fID $$unique
185
186 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
187                 $(TAGS_FILES) $(LISP)
188         tags=; \
189         here=`pwd`; \
190         list='$(SUBDIRS)'; for subdir in $$list; do \
191           if test "$$subdir" = .; then :; else \
192             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
193           fi; \
194         done; \
195         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
196         unique=`for i in $$list; do \
197             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198           done | \
199           $(AWK) '    { files[$$0] = 1; } \
200                END { for (i in files) print i; }'`; \
201         test -z "$(ETAGS_ARGS)$$tags$$unique" \
202           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
203              $$tags $$unique
204
205 GTAGS:
206         here=`$(am__cd) $(top_builddir) && pwd` \
207           && cd $(top_srcdir) \
208           && gtags -i $(GTAGS_ARGS) $$here
209
210 distclean-tags:
211         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
212 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
214 top_distdir = ..
215 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
216
217 distdir: $(DISTFILES)
218         @list='$(DISTFILES)'; for file in $$list; do \
219           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
220           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
221           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
222             dir="/$$dir"; \
223             $(mkinstalldirs) "$(distdir)$$dir"; \
224           else \
225             dir=''; \
226           fi; \
227           if test -d $$d/$$file; then \
228             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
229               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
230             fi; \
231             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
232           else \
233             test -f $(distdir)/$$file \
234             || cp -p $$d/$$file $(distdir)/$$file \
235             || exit 1; \
236           fi; \
237         done
238         list='$(SUBDIRS)'; for subdir in $$list; do \
239           if test "$$subdir" = .; then :; else \
240             test -d $(distdir)/$$subdir \
241             || mkdir $(distdir)/$$subdir \
242             || exit 1; \
243             (cd $$subdir && \
244               $(MAKE) $(AM_MAKEFLAGS) \
245                 top_distdir="$(top_distdir)" \
246                 distdir=../$(distdir)/$$subdir \
247                 distdir) \
248               || exit 1; \
249           fi; \
250         done
251 check-am: all-am
252 check: check-recursive
253 all-am: Makefile
254 installdirs: installdirs-recursive
255 installdirs-am:
256
257 install: install-recursive
258 install-exec: install-exec-recursive
259 install-data: install-data-recursive
260 uninstall: uninstall-recursive
261
262 install-am: all-am
263         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
265 installcheck: installcheck-recursive
266 install-strip:
267         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
268           INSTALL_STRIP_FLAG=-s \
269           `test -z '$(STRIP)' || \
270             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
271 mostlyclean-generic:
272
273 clean-generic:
274
275 distclean-generic:
276         -rm -f Makefile $(CONFIG_CLEAN_FILES)
277
278 maintainer-clean-generic:
279         @echo "This command is intended for maintainers to use"
280         @echo "it deletes files that may require special tools to rebuild."
281 clean: clean-recursive
282
283 clean-am: clean-generic mostlyclean-am
284
285 distclean: distclean-recursive
286
287 distclean-am: clean-am distclean-generic distclean-tags
288
289 dvi: dvi-recursive
290
291 dvi-am:
292
293 info: info-recursive
294
295 info-am:
296
297 install-data-am:
298
299 install-exec-am:
300
301 install-info: install-info-recursive
302
303 install-man:
304
305 installcheck-am:
306
307 maintainer-clean: maintainer-clean-recursive
308
309 maintainer-clean-am: distclean-am maintainer-clean-generic
310
311 mostlyclean: mostlyclean-recursive
312
313 mostlyclean-am: mostlyclean-generic
314
315 uninstall-am: uninstall-info-am
316
317 uninstall-info: uninstall-info-recursive
318
319 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
320         clean-generic clean-recursive distclean distclean-generic \
321         distclean-recursive distclean-tags distdir dvi dvi-am \
322         dvi-recursive info info-am info-recursive install install-am \
323         install-data install-data-am install-data-recursive \
324         install-exec install-exec-am install-exec-recursive \
325         install-info install-info-am install-info-recursive install-man \
326         install-recursive install-strip installcheck installcheck-am \
327         installdirs installdirs-am installdirs-recursive \
328         maintainer-clean maintainer-clean-generic \
329         maintainer-clean-recursive mostlyclean mostlyclean-generic \
330         mostlyclean-recursive tags tags-recursive uninstall \
331         uninstall-am uninstall-info-am uninstall-info-recursive \
332         uninstall-recursive
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: