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

Revision 22406, 11.7 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 = jwgc jctl jstat jlocate jwrite
119subdir = clients
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122CONFIG_HEADER = $(top_builddir)/config.h
123CONFIG_CLEAN_FILES =
124DIST_SOURCES =
125
126RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
127        ps-recursive install-info-recursive uninstall-info-recursive \
128        all-recursive install-data-recursive install-exec-recursive \
129        installdirs-recursive install-recursive uninstall-recursive \
130        check-recursive installcheck-recursive
131DIST_COMMON = Makefile.am Makefile.in
132DIST_SUBDIRS = $(SUBDIRS)
133all: all-recursive
134
135.SUFFIXES:
136$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
137        cd $(top_srcdir) && \
138          $(AUTOMAKE) --gnu  clients/Makefile
139Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
140        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
141uninstall-info-am:
142
143# This directory's subdirectories are mostly independent; you can cd
144# into them and run `make' without going through this Makefile.
145# To change the values of `make' variables: instead of editing Makefiles,
146# (1) if the variable is set in `config.status', edit `config.status'
147#     (which will cause the Makefiles to be regenerated when you run `make');
148# (2) otherwise, pass the desired values on the `make' command line.
149$(RECURSIVE_TARGETS):
150        @set fnord $$MAKEFLAGS; amf=$$2; \
151        dot_seen=no; \
152        target=`echo $@ | sed s/-recursive//`; \
153        list='$(SUBDIRS)'; for subdir in $$list; do \
154          echo "Making $$target in $$subdir"; \
155          if test "$$subdir" = "."; then \
156            dot_seen=yes; \
157            local_target="$$target-am"; \
158          else \
159            local_target="$$target"; \
160          fi; \
161          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
162           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
163        done; \
164        if test "$$dot_seen" = "no"; then \
165          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
166        fi; test -z "$$fail"
167
168mostlyclean-recursive clean-recursive distclean-recursive \
169maintainer-clean-recursive:
170        @set fnord $$MAKEFLAGS; amf=$$2; \
171        dot_seen=no; \
172        case "$@" in \
173          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
174          *) list='$(SUBDIRS)' ;; \
175        esac; \
176        rev=''; for subdir in $$list; do \
177          if test "$$subdir" = "."; then :; else \
178            rev="$$subdir $$rev"; \
179          fi; \
180        done; \
181        rev="$$rev ."; \
182        target=`echo $@ | sed s/-recursive//`; \
183        for subdir in $$rev; do \
184          echo "Making $$target in $$subdir"; \
185          if test "$$subdir" = "."; then \
186            local_target="$$target-am"; \
187          else \
188            local_target="$$target"; \
189          fi; \
190          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192        done && test -z "$$fail"
193tags-recursive:
194        list='$(SUBDIRS)'; for subdir in $$list; do \
195          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
196        done
197ctags-recursive:
198        list='$(SUBDIRS)'; for subdir in $$list; do \
199          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
200        done
201
202ETAGS = etags
203ETAGSFLAGS =
204
205CTAGS = ctags
206CTAGSFLAGS =
207
208tags: TAGS
209
210ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
211        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
212        unique=`for i in $$list; do \
213            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214          done | \
215          $(AWK) '    { files[$$0] = 1; } \
216               END { for (i in files) print i; }'`; \
217        mkid -fID $$unique
218
219TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
220                $(TAGS_FILES) $(LISP)
221        tags=; \
222        here=`pwd`; \
223        if (etags --etags-include --version) >/dev/null 2>&1; then \
224          include_option=--etags-include; \
225        else \
226          include_option=--include; \
227        fi; \
228        list='$(SUBDIRS)'; for subdir in $$list; do \
229          if test "$$subdir" = .; then :; else \
230            test -f $$subdir/TAGS && \
231              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
232          fi; \
233        done; \
234        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
235        unique=`for i in $$list; do \
236            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237          done | \
238          $(AWK) '    { files[$$0] = 1; } \
239               END { for (i in files) print i; }'`; \
240        test -z "$(ETAGS_ARGS)$$tags$$unique" \
241          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
242             $$tags $$unique
243
244ctags: CTAGS
245CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
246                $(TAGS_FILES) $(LISP)
247        tags=; \
248        here=`pwd`; \
249        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
250        unique=`for i in $$list; do \
251            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252          done | \
253          $(AWK) '    { files[$$0] = 1; } \
254               END { for (i in files) print i; }'`; \
255        test -z "$(CTAGS_ARGS)$$tags$$unique" \
256          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
257             $$tags $$unique
258
259GTAGS:
260        here=`$(am__cd) $(top_builddir) && pwd` \
261          && cd $(top_srcdir) \
262          && gtags -i $(GTAGS_ARGS) $$here
263
264distclean-tags:
265        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
266DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267
268top_distdir = ..
269distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
270
271distdir: $(DISTFILES)
272        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
273        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
274        list='$(DISTFILES)'; for file in $$list; do \
275          case $$file in \
276            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
277            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
278          esac; \
279          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
280          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
281          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
282            dir="/$$dir"; \
283            $(mkinstalldirs) "$(distdir)$$dir"; \
284          else \
285            dir=''; \
286          fi; \
287          if test -d $$d/$$file; then \
288            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
289              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
290            fi; \
291            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
292          else \
293            test -f $(distdir)/$$file \
294            || cp -p $$d/$$file $(distdir)/$$file \
295            || exit 1; \
296          fi; \
297        done
298        list='$(SUBDIRS)'; for subdir in $$list; do \
299          if test "$$subdir" = .; then :; else \
300            test -d $(distdir)/$$subdir \
301            || mkdir $(distdir)/$$subdir \
302            || exit 1; \
303            (cd $$subdir && \
304              $(MAKE) $(AM_MAKEFLAGS) \
305                top_distdir="$(top_distdir)" \
306                distdir=../$(distdir)/$$subdir \
307                distdir) \
308              || exit 1; \
309          fi; \
310        done
311check-am: all-am
312check: check-recursive
313all-am: Makefile
314installdirs: installdirs-recursive
315installdirs-am:
316
317install: install-recursive
318install-exec: install-exec-recursive
319install-data: install-data-recursive
320uninstall: uninstall-recursive
321
322install-am: all-am
323        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324
325installcheck: installcheck-recursive
326install-strip:
327        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328          INSTALL_STRIP_FLAG=-s \
329          `test -z '$(STRIP)' || \
330            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
331mostlyclean-generic:
332
333clean-generic:
334
335distclean-generic:
336        -rm -f Makefile $(CONFIG_CLEAN_FILES)
337
338maintainer-clean-generic:
339        @echo "This command is intended for maintainers to use"
340        @echo "it deletes files that may require special tools to rebuild."
341clean: clean-recursive
342
343clean-am: clean-generic mostlyclean-am
344
345distclean: distclean-recursive
346
347distclean-am: clean-am distclean-generic distclean-tags
348
349dvi: dvi-recursive
350
351dvi-am:
352
353info: info-recursive
354
355info-am:
356
357install-data-am:
358
359install-exec-am:
360
361install-info: install-info-recursive
362
363install-man:
364
365installcheck-am:
366
367maintainer-clean: maintainer-clean-recursive
368
369maintainer-clean-am: distclean-am maintainer-clean-generic
370
371mostlyclean: mostlyclean-recursive
372
373mostlyclean-am: mostlyclean-generic
374
375pdf: pdf-recursive
376
377pdf-am:
378
379ps: ps-recursive
380
381ps-am:
382
383uninstall-am: uninstall-info-am
384
385uninstall-info: uninstall-info-recursive
386
387.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
388        clean-generic clean-recursive ctags ctags-recursive distclean \
389        distclean-generic distclean-recursive distclean-tags distdir \
390        dvi dvi-am dvi-recursive info info-am info-recursive install \
391        install-am install-data install-data-am install-data-recursive \
392        install-exec install-exec-am install-exec-recursive \
393        install-info install-info-am install-info-recursive install-man \
394        install-recursive install-strip installcheck installcheck-am \
395        installdirs installdirs-am installdirs-recursive \
396        maintainer-clean maintainer-clean-generic \
397        maintainer-clean-recursive mostlyclean mostlyclean-generic \
398        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
399        ps-recursive tags tags-recursive uninstall uninstall-am \
400        uninstall-info-am uninstall-info-recursive uninstall-recursive
401
402# Tell versions [3.59,3.63) of GNU make to not export all variables.
403# Otherwise a system limit (for SysV at least) may be exceeded.
404.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.