OSDN Git Service

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