source: trunk/third/jwgc/lib/Makefile.in @ 22406

Revision 22406, 11.8 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22405, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.7.6 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AUTOCONF = @AUTOCONF@
44AUTOHEADER = @AUTOHEADER@
45AUTOMAKE = @AUTOMAKE@
46AWK = @AWK@
47CC = @CC@
48CCDEPMODE = @CCDEPMODE@
49CFLAGS = @CFLAGS@
50CPP = @CPP@
51CPPFLAGS = @CPPFLAGS@
52CYGPATH_W = @CYGPATH_W@
53DEFS = @DEFS@
54DEPDIR = @DEPDIR@
55ECHO_C = @ECHO_C@
56ECHO_N = @ECHO_N@
57ECHO_T = @ECHO_T@
58EGREP = @EGREP@
59EXEEXT = @EXEEXT@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_PROGRAM = @INSTALL_PROGRAM@
62INSTALL_SCRIPT = @INSTALL_SCRIPT@
63INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
64LDFLAGS = @LDFLAGS@
65LIBOBJS = @LIBOBJS@
66LIBS = @LIBS@
67LTLIBOBJS = @LTLIBOBJS@
68MAKEINFO = @MAKEINFO@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
72PACKAGE_NAME = @PACKAGE_NAME@
73PACKAGE_STRING = @PACKAGE_STRING@
74PACKAGE_TARNAME = @PACKAGE_TARNAME@
75PACKAGE_VERSION = @PACKAGE_VERSION@
76PATH_SEPARATOR = @PATH_SEPARATOR@
77RANLIB = @RANLIB@
78SET_MAKE = @SET_MAKE@
79SHELL = @SHELL@
80STRIP = @STRIP@
81VERSION = @VERSION@
82YACC = @YACC@
83ac_ct_CC = @ac_ct_CC@
84ac_ct_RANLIB = @ac_ct_RANLIB@
85ac_ct_STRIP = @ac_ct_STRIP@
86am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
87am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
88am__include = @am__include@
89am__leading_dot = @am__leading_dot@
90am__quote = @am__quote@
91bindir = @bindir@
92build = @build@
93build_alias = @build_alias@
94build_cpu = @build_cpu@
95build_os = @build_os@
96build_vendor = @build_vendor@
97datadir = @datadir@
98exec_prefix = @exec_prefix@
99host = @host@
100host_alias = @host_alias@
101host_cpu = @host_cpu@
102host_os = @host_os@
103host_vendor = @host_vendor@
104includedir = @includedir@
105infodir = @infodir@
106install_sh = @install_sh@
107libdir = @libdir@
108libexecdir = @libexecdir@
109localstatedir = @localstatedir@
110mandir = @mandir@
111oldincludedir = @oldincludedir@
112prefix = @prefix@
113program_transform_name = @program_transform_name@
114sbindir = @sbindir@
115sharedstatedir = @sharedstatedir@
116sysconfdir = @sysconfdir@
117target_alias = @target_alias@
118SUBDIRS = libxode libjabber libjwgc
119CLEANFILES = Makefile
120subdir = lib
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125DIST_SOURCES =
126
127RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
128        ps-recursive install-info-recursive uninstall-info-recursive \
129        all-recursive install-data-recursive install-exec-recursive \
130        installdirs-recursive install-recursive uninstall-recursive \
131        check-recursive installcheck-recursive
132DIST_COMMON = Makefile.am Makefile.in
133DIST_SUBDIRS = $(SUBDIRS)
134all: all-recursive
135
136.SUFFIXES:
137$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
138        cd $(top_srcdir) && \
139          $(AUTOMAKE) --gnu  lib/Makefile
140Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
141        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
142uninstall-info-am:
143
144# This directory's subdirectories are mostly independent; you can cd
145# into them and run `make' without going through this Makefile.
146# To change the values of `make' variables: instead of editing Makefiles,
147# (1) if the variable is set in `config.status', edit `config.status'
148#     (which will cause the Makefiles to be regenerated when you run `make');
149# (2) otherwise, pass the desired values on the `make' command line.
150$(RECURSIVE_TARGETS):
151        @set fnord $$MAKEFLAGS; amf=$$2; \
152        dot_seen=no; \
153        target=`echo $@ | sed s/-recursive//`; \
154        list='$(SUBDIRS)'; for subdir in $$list; do \
155          echo "Making $$target in $$subdir"; \
156          if test "$$subdir" = "."; then \
157            dot_seen=yes; \
158            local_target="$$target-am"; \
159          else \
160            local_target="$$target"; \
161          fi; \
162          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
163           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
164        done; \
165        if test "$$dot_seen" = "no"; then \
166          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
167        fi; test -z "$$fail"
168
169mostlyclean-recursive clean-recursive distclean-recursive \
170maintainer-clean-recursive:
171        @set fnord $$MAKEFLAGS; amf=$$2; \
172        dot_seen=no; \
173        case "$@" in \
174          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
175          *) list='$(SUBDIRS)' ;; \
176        esac; \
177        rev=''; for subdir in $$list; do \
178          if test "$$subdir" = "."; then :; else \
179            rev="$$subdir $$rev"; \
180          fi; \
181        done; \
182        rev="$$rev ."; \
183        target=`echo $@ | sed s/-recursive//`; \
184        for subdir in $$rev; do \
185          echo "Making $$target in $$subdir"; \
186          if test "$$subdir" = "."; then \
187            local_target="$$target-am"; \
188          else \
189            local_target="$$target"; \
190          fi; \
191          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193        done && test -z "$$fail"
194tags-recursive:
195        list='$(SUBDIRS)'; for subdir in $$list; do \
196          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
197        done
198ctags-recursive:
199        list='$(SUBDIRS)'; for subdir in $$list; do \
200          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
201        done
202
203ETAGS = etags
204ETAGSFLAGS =
205
206CTAGS = ctags
207CTAGSFLAGS =
208
209tags: TAGS
210
211ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
212        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
213        unique=`for i in $$list; do \
214            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215          done | \
216          $(AWK) '    { files[$$0] = 1; } \
217               END { for (i in files) print i; }'`; \
218        mkid -fID $$unique
219
220TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
221                $(TAGS_FILES) $(LISP)
222        tags=; \
223        here=`pwd`; \
224        if (etags --etags-include --version) >/dev/null 2>&1; then \
225          include_option=--etags-include; \
226        else \
227          include_option=--include; \
228        fi; \
229        list='$(SUBDIRS)'; for subdir in $$list; do \
230          if test "$$subdir" = .; then :; else \
231            test -f $$subdir/TAGS && \
232              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
233          fi; \
234        done; \
235        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
236        unique=`for i in $$list; do \
237            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238          done | \
239          $(AWK) '    { files[$$0] = 1; } \
240               END { for (i in files) print i; }'`; \
241        test -z "$(ETAGS_ARGS)$$tags$$unique" \
242          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
243             $$tags $$unique
244
245ctags: CTAGS
246CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
247                $(TAGS_FILES) $(LISP)
248        tags=; \
249        here=`pwd`; \
250        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
251        unique=`for i in $$list; do \
252            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253          done | \
254          $(AWK) '    { files[$$0] = 1; } \
255               END { for (i in files) print i; }'`; \
256        test -z "$(CTAGS_ARGS)$$tags$$unique" \
257          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
258             $$tags $$unique
259
260GTAGS:
261        here=`$(am__cd) $(top_builddir) && pwd` \
262          && cd $(top_srcdir) \
263          && gtags -i $(GTAGS_ARGS) $$here
264
265distclean-tags:
266        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
267DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268
269top_distdir = ..
270distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
271
272distdir: $(DISTFILES)
273        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
274        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
275        list='$(DISTFILES)'; for file in $$list; do \
276          case $$file in \
277            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
278            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
279          esac; \
280          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
281          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
282          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
283            dir="/$$dir"; \
284            $(mkinstalldirs) "$(distdir)$$dir"; \
285          else \
286            dir=''; \
287          fi; \
288          if test -d $$d/$$file; then \
289            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
290              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
291            fi; \
292            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
293          else \
294            test -f $(distdir)/$$file \
295            || cp -p $$d/$$file $(distdir)/$$file \
296            || exit 1; \
297          fi; \
298        done
299        list='$(SUBDIRS)'; for subdir in $$list; do \
300          if test "$$subdir" = .; then :; else \
301            test -d $(distdir)/$$subdir \
302            || mkdir $(distdir)/$$subdir \
303            || exit 1; \
304            (cd $$subdir && \
305              $(MAKE) $(AM_MAKEFLAGS) \
306                top_distdir="$(top_distdir)" \
307                distdir=../$(distdir)/$$subdir \
308                distdir) \
309              || exit 1; \
310          fi; \
311        done
312check-am: all-am
313check: check-recursive
314all-am: Makefile
315installdirs: installdirs-recursive
316installdirs-am:
317
318install: install-recursive
319install-exec: install-exec-recursive
320install-data: install-data-recursive
321uninstall: uninstall-recursive
322
323install-am: all-am
324        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
325
326installcheck: installcheck-recursive
327install-strip:
328        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
329          INSTALL_STRIP_FLAG=-s \
330          `test -z '$(STRIP)' || \
331            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
332mostlyclean-generic:
333
334clean-generic:
335        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
336
337distclean-generic:
338        -rm -f Makefile $(CONFIG_CLEAN_FILES)
339
340maintainer-clean-generic:
341        @echo "This command is intended for maintainers to use"
342        @echo "it deletes files that may require special tools to rebuild."
343clean: clean-recursive
344
345clean-am: clean-generic mostlyclean-am
346
347distclean: distclean-recursive
348
349distclean-am: clean-am distclean-generic distclean-tags
350
351dvi: dvi-recursive
352
353dvi-am:
354
355info: info-recursive
356
357info-am:
358
359install-data-am:
360
361install-exec-am:
362
363install-info: install-info-recursive
364
365install-man:
366
367installcheck-am:
368
369maintainer-clean: maintainer-clean-recursive
370
371maintainer-clean-am: distclean-am maintainer-clean-generic
372
373mostlyclean: mostlyclean-recursive
374
375mostlyclean-am: mostlyclean-generic
376
377pdf: pdf-recursive
378
379pdf-am:
380
381ps: ps-recursive
382
383ps-am:
384
385uninstall-am: uninstall-info-am
386
387uninstall-info: uninstall-info-recursive
388
389.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
390        clean-generic clean-recursive ctags ctags-recursive distclean \
391        distclean-generic distclean-recursive distclean-tags distdir \
392        dvi dvi-am dvi-recursive info info-am info-recursive install \
393        install-am install-data install-data-am install-data-recursive \
394        install-exec install-exec-am install-exec-recursive \
395        install-info install-info-am install-info-recursive install-man \
396        install-recursive install-strip installcheck installcheck-am \
397        installdirs installdirs-am installdirs-recursive \
398        maintainer-clean maintainer-clean-generic \
399        maintainer-clean-recursive mostlyclean mostlyclean-generic \
400        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
401        ps-recursive tags tags-recursive uninstall uninstall-am \
402        uninstall-info-am uninstall-info-recursive uninstall-recursive
403
404# Tell versions [3.59,3.63) of GNU make to not export all variables.
405# Otherwise a system limit (for SysV at least) may be exceeded.
406.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.