Directory structure is reorganized and prepared for GNU configure.
[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 RANLIB = @RANLIB@
79 STRIP = @STRIP@
80 VERSION = @VERSION@
81 XML_CONFIG = @XML_CONFIG@
82 X_CFLAGS = @X_CFLAGS@
83 X_EXTRA_LIBS = @X_EXTRA_LIBS@
84 X_LIBS = @X_LIBS@
85 X_PRE_LIBS = @X_PRE_LIBS@
86 YACC = @YACC@
87 am__include = @am__include@
88 am__quote = @am__quote@
89 install_sh = @install_sh@
90 SUBDIRS = lib gcm_input
91 subdir = src
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_CLEAN_FILES =
94 DIST_SOURCES =
95
96 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
97         uninstall-info-recursive all-recursive install-data-recursive \
98         install-exec-recursive installdirs-recursive install-recursive \
99         uninstall-recursive check-recursive installcheck-recursive
100 DIST_COMMON = Makefile.am Makefile.in
101 DIST_SUBDIRS = $(SUBDIRS)
102 all: all-recursive
103
104 .SUFFIXES:
105 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
106         cd $(top_srcdir) && \
107           $(AUTOMAKE) --gnu  src/Makefile
108 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
109         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
110 uninstall-info-am:
111
112 # This directory's subdirectories are mostly independent; you can cd
113 # into them and run `make' without going through this Makefile.
114 # To change the values of `make' variables: instead of editing Makefiles,
115 # (1) if the variable is set in `config.status', edit `config.status'
116 #     (which will cause the Makefiles to be regenerated when you run `make');
117 # (2) otherwise, pass the desired values on the `make' command line.
118 $(RECURSIVE_TARGETS):
119         @set fnord $$MAKEFLAGS; amf=$$2; \
120         dot_seen=no; \
121         target=`echo $@ | sed s/-recursive//`; \
122         list='$(SUBDIRS)'; for subdir in $$list; do \
123           echo "Making $$target in $$subdir"; \
124           if test "$$subdir" = "."; then \
125             dot_seen=yes; \
126             local_target="$$target-am"; \
127           else \
128             local_target="$$target"; \
129           fi; \
130           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
131            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
132         done; \
133         if test "$$dot_seen" = "no"; then \
134           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
135         fi; test -z "$$fail"
136
137 mostlyclean-recursive clean-recursive distclean-recursive \
138 maintainer-clean-recursive:
139         @set fnord $$MAKEFLAGS; amf=$$2; \
140         dot_seen=no; \
141         case "$@" in \
142           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
143           *) list='$(SUBDIRS)' ;; \
144         esac; \
145         rev=''; for subdir in $$list; do \
146           if test "$$subdir" = "."; then :; else \
147             rev="$$subdir $$rev"; \
148           fi; \
149         done; \
150         rev="$$rev ."; \
151         target=`echo $@ | sed s/-recursive//`; \
152         for subdir in $$rev; do \
153           echo "Making $$target in $$subdir"; \
154           if test "$$subdir" = "."; then \
155             local_target="$$target-am"; \
156           else \
157             local_target="$$target"; \
158           fi; \
159           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
160            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
161         done && test -z "$$fail"
162 tags-recursive:
163         list='$(SUBDIRS)'; for subdir in $$list; do \
164           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
165         done
166
167 ETAGS = etags
168 ETAGSFLAGS =
169
170 tags: TAGS
171
172 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
173         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
174         unique=`for i in $$list; do \
175             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176           done | \
177           $(AWK) '    { files[$$0] = 1; } \
178                END { for (i in files) print i; }'`; \
179         mkid -fID $$unique
180
181 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
182                 $(TAGS_FILES) $(LISP)
183         tags=; \
184         here=`pwd`; \
185         list='$(SUBDIRS)'; for subdir in $$list; do \
186           if test "$$subdir" = .; then :; else \
187             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
188           fi; \
189         done; \
190         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
191         unique=`for i in $$list; do \
192             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193           done | \
194           $(AWK) '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         test -z "$(ETAGS_ARGS)$$tags$$unique" \
197           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
198              $$tags $$unique
199
200 GTAGS:
201         here=`$(am__cd) $(top_builddir) && pwd` \
202           && cd $(top_srcdir) \
203           && gtags -i $(GTAGS_ARGS) $$here
204
205 distclean-tags:
206         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208
209 top_distdir = ..
210 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
211
212 distdir: $(DISTFILES)
213         @list='$(DISTFILES)'; for file in $$list; do \
214           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
215           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
216           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
217             dir="/$$dir"; \
218             $(mkinstalldirs) "$(distdir)$$dir"; \
219           else \
220             dir=''; \
221           fi; \
222           if test -d $$d/$$file; then \
223             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
224               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
225             fi; \
226             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
227           else \
228             test -f $(distdir)/$$file \
229             || cp -p $$d/$$file $(distdir)/$$file \
230             || exit 1; \
231           fi; \
232         done
233         list='$(SUBDIRS)'; for subdir in $$list; do \
234           if test "$$subdir" = .; then :; else \
235             test -d $(distdir)/$$subdir \
236             || mkdir $(distdir)/$$subdir \
237             || exit 1; \
238             (cd $$subdir && \
239               $(MAKE) $(AM_MAKEFLAGS) \
240                 top_distdir="$(top_distdir)" \
241                 distdir=../$(distdir)/$$subdir \
242                 distdir) \
243               || exit 1; \
244           fi; \
245         done
246 check-am: all-am
247 check: check-recursive
248 all-am: Makefile
249 installdirs: installdirs-recursive
250 installdirs-am:
251
252 install: install-recursive
253 install-exec: install-exec-recursive
254 install-data: install-data-recursive
255 uninstall: uninstall-recursive
256
257 install-am: all-am
258         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
259
260 installcheck: installcheck-recursive
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
263           INSTALL_STRIP_FLAG=-s \
264           `test -z '$(STRIP)' || \
265             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
266 mostlyclean-generic:
267
268 clean-generic:
269
270 distclean-generic:
271         -rm -f Makefile $(CONFIG_CLEAN_FILES)
272
273 maintainer-clean-generic:
274         @echo "This command is intended for maintainers to use"
275         @echo "it deletes files that may require special tools to rebuild."
276 clean: clean-recursive
277
278 clean-am: clean-generic mostlyclean-am
279
280 distclean: distclean-recursive
281
282 distclean-am: clean-am distclean-generic distclean-tags
283
284 dvi: dvi-recursive
285
286 dvi-am:
287
288 info: info-recursive
289
290 info-am:
291
292 install-data-am:
293
294 install-exec-am:
295
296 install-info: install-info-recursive
297
298 install-man:
299
300 installcheck-am:
301
302 maintainer-clean: maintainer-clean-recursive
303
304 maintainer-clean-am: distclean-am maintainer-clean-generic
305
306 mostlyclean: mostlyclean-recursive
307
308 mostlyclean-am: mostlyclean-generic
309
310 uninstall-am: uninstall-info-am
311
312 uninstall-info: uninstall-info-recursive
313
314 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
315         clean-generic clean-recursive distclean distclean-generic \
316         distclean-recursive distclean-tags distdir dvi dvi-am \
317         dvi-recursive info info-am info-recursive install install-am \
318         install-data install-data-am install-data-recursive \
319         install-exec install-exec-am install-exec-recursive \
320         install-info install-info-am install-info-recursive install-man \
321         install-recursive install-strip installcheck installcheck-am \
322         installdirs installdirs-am installdirs-recursive \
323         maintainer-clean maintainer-clean-generic \
324         maintainer-clean-recursive mostlyclean mostlyclean-generic \
325         mostlyclean-recursive tags tags-recursive uninstall \
326         uninstall-am uninstall-info-am uninstall-info-recursive \
327         uninstall-recursive
328
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.
331 .NOEXPORT: