Directory structure is reorganized and prepared for GNU configure.
[gnucomo.git] / 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 = src
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_CLEAN_FILES =
95 DIST_SOURCES =
96
97 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
98         uninstall-info-recursive all-recursive install-data-recursive \
99         install-exec-recursive installdirs-recursive install-recursive \
100         uninstall-recursive check-recursive installcheck-recursive
101 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
102         Makefile.in NEWS aclocal.m4 configure configure.in depcomp \
103         install-sh missing mkinstalldirs
104 DIST_SUBDIRS = $(SUBDIRS)
105 all: all-recursive
106
107 .SUFFIXES:
108
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110  configure.lineno
111 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && \
113           $(AUTOMAKE) --gnu  Makefile
114 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
116
117 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118         $(SHELL) ./config.status --recheck
119 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120         cd $(srcdir) && $(AUTOCONF)
121
122 $(ACLOCAL_M4):  configure.in 
123         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
124 uninstall-info-am:
125
126 # This directory's subdirectories are mostly independent; you can cd
127 # into them and run `make' without going through this Makefile.
128 # To change the values of `make' variables: instead of editing Makefiles,
129 # (1) if the variable is set in `config.status', edit `config.status'
130 #     (which will cause the Makefiles to be regenerated when you run `make');
131 # (2) otherwise, pass the desired values on the `make' command line.
132 $(RECURSIVE_TARGETS):
133         @set fnord $$MAKEFLAGS; amf=$$2; \
134         dot_seen=no; \
135         target=`echo $@ | sed s/-recursive//`; \
136         list='$(SUBDIRS)'; for subdir in $$list; do \
137           echo "Making $$target in $$subdir"; \
138           if test "$$subdir" = "."; then \
139             dot_seen=yes; \
140             local_target="$$target-am"; \
141           else \
142             local_target="$$target"; \
143           fi; \
144           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146         done; \
147         if test "$$dot_seen" = "no"; then \
148           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
149         fi; test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $$MAKEFLAGS; amf=$$2; \
154         dot_seen=no; \
155         case "$@" in \
156           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
157           *) list='$(SUBDIRS)' ;; \
158         esac; \
159         rev=''; for subdir in $$list; do \
160           if test "$$subdir" = "."; then :; else \
161             rev="$$subdir $$rev"; \
162           fi; \
163         done; \
164         rev="$$rev ."; \
165         target=`echo $@ | sed s/-recursive//`; \
166         for subdir in $$rev; do \
167           echo "Making $$target in $$subdir"; \
168           if test "$$subdir" = "."; then \
169             local_target="$$target-am"; \
170           else \
171             local_target="$$target"; \
172           fi; \
173           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
174            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
175         done && test -z "$$fail"
176 tags-recursive:
177         list='$(SUBDIRS)'; for subdir in $$list; do \
178           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
179         done
180
181 ETAGS = etags
182 ETAGSFLAGS =
183
184 tags: TAGS
185
186 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
187         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
188         unique=`for i in $$list; do \
189             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190           done | \
191           $(AWK) '    { files[$$0] = 1; } \
192                END { for (i in files) print i; }'`; \
193         mkid -fID $$unique
194
195 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
196                 $(TAGS_FILES) $(LISP)
197         tags=; \
198         here=`pwd`; \
199         list='$(SUBDIRS)'; for subdir in $$list; do \
200           if test "$$subdir" = .; then :; else \
201             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202           fi; \
203         done; \
204         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
205         unique=`for i in $$list; do \
206             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207           done | \
208           $(AWK) '    { files[$$0] = 1; } \
209                END { for (i in files) print i; }'`; \
210         test -z "$(ETAGS_ARGS)$$tags$$unique" \
211           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
212              $$tags $$unique
213
214 GTAGS:
215         here=`$(am__cd) $(top_builddir) && pwd` \
216           && cd $(top_srcdir) \
217           && gtags -i $(GTAGS_ARGS) $$here
218
219 distclean-tags:
220         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
222
223 top_distdir = .
224 distdir = $(PACKAGE)-$(VERSION)
225
226 am__remove_distdir = \
227   { test ! -d $(distdir) \
228     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
229          && rm -fr $(distdir); }; }
230
231 GZIP_ENV = --best
232 distcleancheck_listfiles = find . -type f -print
233
234 distdir: $(DISTFILES)
235         $(am__remove_distdir)
236         mkdir $(distdir)
237         @list='$(DISTFILES)'; for file in $$list; do \
238           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
239           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
240           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
241             dir="/$$dir"; \
242             $(mkinstalldirs) "$(distdir)$$dir"; \
243           else \
244             dir=''; \
245           fi; \
246           if test -d $$d/$$file; then \
247             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
248               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
249             fi; \
250             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
251           else \
252             test -f $(distdir)/$$file \
253             || cp -p $$d/$$file $(distdir)/$$file \
254             || exit 1; \
255           fi; \
256         done
257         list='$(SUBDIRS)'; for subdir in $$list; do \
258           if test "$$subdir" = .; then :; else \
259             test -d $(distdir)/$$subdir \
260             || mkdir $(distdir)/$$subdir \
261             || exit 1; \
262             (cd $$subdir && \
263               $(MAKE) $(AM_MAKEFLAGS) \
264                 top_distdir="$(top_distdir)" \
265                 distdir=../$(distdir)/$$subdir \
266                 distdir) \
267               || exit 1; \
268           fi; \
269         done
270         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
271           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
272           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
273           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
274         || chmod -R a+r $(distdir)
275 dist-gzip: distdir
276         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
277         $(am__remove_distdir)
278
279 dist dist-all: distdir
280         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
281         $(am__remove_distdir)
282
283 # This target untars the dist file and tries a VPATH configuration.  Then
284 # it guarantees that the distribution is self-contained by making another
285 # tarfile.
286 distcheck: dist
287         $(am__remove_distdir)
288         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
289         chmod -R a-w $(distdir); chmod a+w $(distdir)
290         mkdir $(distdir)/=build
291         mkdir $(distdir)/=inst
292         chmod a-w $(distdir)
293         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
294           && cd $(distdir)/=build \
295           && ../configure --srcdir=.. --prefix=$$dc_install_base \
296             $(DISTCHECK_CONFIGURE_FLAGS) \
297           && $(MAKE) $(AM_MAKEFLAGS) \
298           && $(MAKE) $(AM_MAKEFLAGS) dvi \
299           && $(MAKE) $(AM_MAKEFLAGS) check \
300           && $(MAKE) $(AM_MAKEFLAGS) install \
301           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
302           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
303           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
304               || { echo "ERROR: files left after uninstall:" ; \
305                    find $$dc_install_base -type f -print ; \
306                    exit 1; } >&2 ) \
307           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
308           && rm -f $(distdir).tar.gz \
309           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
310         $(am__remove_distdir)
311         @echo "$(distdir).tar.gz is ready for distribution" | \
312           sed 'h;s/./=/g;p;x;p;x'
313 distcleancheck: distclean
314         if test '$(srcdir)' = . ; then \
315           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
316           exit 1 ; \
317         fi
318         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
319           || { echo "ERROR: files left after distclean:" ; \
320                $(distcleancheck_listfiles) ; \
321                exit 1; } >&2
322 check-am: all-am
323 check: check-recursive
324 all-am: Makefile
325 installdirs: installdirs-recursive
326 installdirs-am:
327
328 install: install-recursive
329 install-exec: install-exec-recursive
330 install-data: install-data-recursive
331 uninstall: uninstall-recursive
332
333 install-am: all-am
334         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335
336 installcheck: installcheck-recursive
337 install-strip:
338         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
339           INSTALL_STRIP_FLAG=-s \
340           `test -z '$(STRIP)' || \
341             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
342 mostlyclean-generic:
343
344 clean-generic:
345
346 distclean-generic:
347         -rm -f Makefile $(CONFIG_CLEAN_FILES)
348
349 maintainer-clean-generic:
350         @echo "This command is intended for maintainers to use"
351         @echo "it deletes files that may require special tools to rebuild."
352 clean: clean-recursive
353
354 clean-am: clean-generic mostlyclean-am
355
356 distclean: distclean-recursive
357         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
358 distclean-am: clean-am distclean-generic distclean-tags
359
360 dvi: dvi-recursive
361
362 dvi-am:
363
364 info: info-recursive
365
366 info-am:
367
368 install-data-am:
369
370 install-exec-am:
371
372 install-info: install-info-recursive
373
374 install-man:
375
376 installcheck-am:
377
378 maintainer-clean: maintainer-clean-recursive
379         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
380         -rm -rf autom4te.cache
381 maintainer-clean-am: distclean-am maintainer-clean-generic
382
383 mostlyclean: mostlyclean-recursive
384
385 mostlyclean-am: mostlyclean-generic
386
387 uninstall-am: uninstall-info-am
388
389 uninstall-info: uninstall-info-recursive
390
391 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
392         clean-generic clean-recursive dist dist-all dist-gzip distcheck \
393         distclean distclean-generic distclean-recursive distclean-tags \
394         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
395         info-recursive install install-am install-data install-data-am \
396         install-data-recursive install-exec install-exec-am \
397         install-exec-recursive install-info install-info-am \
398         install-info-recursive install-man install-recursive \
399         install-strip installcheck installcheck-am installdirs \
400         installdirs-am installdirs-recursive maintainer-clean \
401         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
402         mostlyclean-generic mostlyclean-recursive tags tags-recursive \
403         uninstall uninstall-am uninstall-info-am \
404         uninstall-info-recursive uninstall-recursive
405
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.
408 .NOEXPORT: