Imported Upstream version 4.0
[platform/upstream/make.git] / glob / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # -*-Makefile-*-, or close enough
19 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20 # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
21 # This file is part of GNU Make.
22 #
23 # GNU Make is free software; you can redistribute it and/or modify it under
24 # the terms of the GNU General Public License as published by the Free Software
25 # Foundation; either version 3 of the License, or (at your option) any later
26 # version.
27 #
28 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
29 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
30 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
31 # details.
32 #
33 # You should have received a copy of the GNU General Public License along with
34 # this program.  If not, see <http://www.gnu.org/licenses/>.
35
36 VPATH = @srcdir@
37 am__make_dryrun = \
38   { \
39     am__dry=no; \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44       *) \
45         for am__flg in $$MAKEFLAGS; do \
46           case $$am__flg in \
47             *=*|--*) ;; \
48             *n*) am__dry=yes; break;; \
49           esac; \
50         done;; \
51     esac; \
52     test $$am__dry = yes; \
53   }
54 pkgdatadir = $(datadir)/@PACKAGE@
55 pkgincludedir = $(includedir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkglibexecdir = $(libexecdir)/@PACKAGE@
58 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59 install_sh_DATA = $(install_sh) -c -m 644
60 install_sh_PROGRAM = $(install_sh) -c
61 install_sh_SCRIPT = $(install_sh) -c
62 INSTALL_HEADER = $(INSTALL_DATA)
63 transform = $(program_transform_name)
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 build_triplet = @build@
71 host_triplet = @host@
72 subdir = glob
73 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
74         ChangeLog
75 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \
77         $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
78         $(top_srcdir)/config/intlmacosx.m4 \
79         $(top_srcdir)/config/lib-ld.m4 \
80         $(top_srcdir)/config/lib-link.m4 \
81         $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \
82         $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \
83         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
84 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
85         $(ACLOCAL_M4)
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = $(top_builddir)/config.h
88 CONFIG_CLEAN_FILES =
89 CONFIG_CLEAN_VPATH_FILES =
90 LIBRARIES = $(noinst_LIBRARIES)
91 ARFLAGS = cru
92 AM_V_AR = $(am__v_AR_@AM_V@)
93 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
94 am__v_AR_0 = @echo "  AR    " $@;
95 AM_V_at = $(am__v_at_@AM_V@)
96 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
97 am__v_at_0 = @
98 libglob_a_AR = $(AR) $(ARFLAGS)
99 libglob_a_LIBADD =
100 am_libglob_a_OBJECTS = glob.$(OBJEXT) fnmatch.$(OBJEXT)
101 libglob_a_OBJECTS = $(am_libglob_a_OBJECTS)
102 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
104 am__depfiles_maybe = depfiles
105 am__mv = mv -f
106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 AM_V_CC = $(am__v_CC_@AM_V@)
109 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
110 am__v_CC_0 = @echo "  CC    " $@;
111 CCLD = $(CC)
112 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
113 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
114 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
115 am__v_CCLD_0 = @echo "  CCLD  " $@;
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN   " $@;
119 SOURCES = $(libglob_a_SOURCES)
120 DIST_SOURCES = $(libglob_a_SOURCES)
121 am__can_run_installinfo = \
122   case $$AM_UPDATE_INFO_DIR in \
123     n|no|NO) false;; \
124     *) (install-info --version) >/dev/null 2>&1;; \
125   esac
126 ETAGS = etags
127 CTAGS = ctags
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 ACLOCAL = @ACLOCAL@
130 ALLOCA = @ALLOCA@
131 AMTAR = @AMTAR@
132 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133 AM_LDFLAGS = @AM_LDFLAGS@
134 AR = @AR@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 CC = @CC@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CPP = @CPP@
143 CPPFLAGS = @CPPFLAGS@
144 CYGPATH_W = @CYGPATH_W@
145 DEFS = @DEFS@
146 DEPDIR = @DEPDIR@
147 ECHO_C = @ECHO_C@
148 ECHO_N = @ECHO_N@
149 ECHO_T = @ECHO_T@
150 EGREP = @EGREP@
151 EXEEXT = @EXEEXT@
152 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
153 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
154 GLOBINC = @GLOBINC@
155 GLOBLIB = @GLOBLIB@
156 GMSGFMT = @GMSGFMT@
157 GMSGFMT_015 = @GMSGFMT_015@
158 GREP = @GREP@
159 GUILE_CFLAGS = @GUILE_CFLAGS@
160 GUILE_LIBS = @GUILE_LIBS@
161 INSTALL = @INSTALL@
162 INSTALL_DATA = @INSTALL_DATA@
163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166 INTLLIBS = @INTLLIBS@
167 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
168 KMEM_GROUP = @KMEM_GROUP@
169 LDFLAGS = @LDFLAGS@
170 LIBICONV = @LIBICONV@
171 LIBINTL = @LIBINTL@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LTLIBICONV = @LTLIBICONV@
175 LTLIBINTL = @LTLIBINTL@
176 LTLIBOBJS = @LTLIBOBJS@
177 MAKEINFO = @MAKEINFO@
178 MAKE_HOST = @MAKE_HOST@
179 MKDIR_P = @MKDIR_P@
180 MSGFMT = @MSGFMT@
181 MSGFMT_015 = @MSGFMT_015@
182 MSGMERGE = @MSGMERGE@
183 NEED_SETGID = @NEED_SETGID@
184 OBJEXT = @OBJEXT@
185 PACKAGE = @PACKAGE@
186 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187 PACKAGE_NAME = @PACKAGE_NAME@
188 PACKAGE_STRING = @PACKAGE_STRING@
189 PACKAGE_TARNAME = @PACKAGE_TARNAME@
190 PACKAGE_URL = @PACKAGE_URL@
191 PACKAGE_VERSION = @PACKAGE_VERSION@
192 PATH_SEPARATOR = @PATH_SEPARATOR@
193 PERL = @PERL@
194 PKG_CONFIG = @PKG_CONFIG@
195 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
196 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
197 POSUB = @POSUB@
198 RANLIB = @RANLIB@
199 REMOTE = @REMOTE@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202 STRIP = @STRIP@
203 USE_NLS = @USE_NLS@
204 VERSION = @VERSION@
205 XGETTEXT = @XGETTEXT@
206 XGETTEXT_015 = @XGETTEXT_015@
207 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 ac_ct_CC = @ac_ct_CC@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 mandir = @mandir@
244 mkdir_p = @mkdir_p@
245 oldincludedir = @oldincludedir@
246 pdfdir = @pdfdir@
247 prefix = @prefix@
248 program_transform_name = @program_transform_name@
249 psdir = @psdir@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 srcdir = @srcdir@
253 sysconfdir = @sysconfdir@
254 target_alias = @target_alias@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 AUTOMAKE_OPTIONS = foreign
259
260 # Only build the library when the system doesn't already have GNU glob.
261 @USE_LOCAL_GLOB_TRUE@noinst_LIBRARIES = libglob.a
262 libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
263 EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
264                         configure.bat
265
266 all: all-am
267
268 .SUFFIXES:
269 .SUFFIXES: .c .o .obj
270 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271         @for dep in $?; do \
272           case '$(am__configure_deps)' in \
273             *$$dep*) \
274               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
275                 && { if test -f $@; then exit 0; else break; fi; }; \
276               exit 1;; \
277           esac; \
278         done; \
279         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \
280         $(am__cd) $(top_srcdir) && \
281           $(AUTOMAKE) --foreign glob/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284         @case '$?' in \
285           *config.status*) \
286             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287           *) \
288             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290         esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure:  $(am__configure_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(am__aclocal_m4_deps):
300
301 clean-noinstLIBRARIES:
302         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
303 libglob.a: $(libglob_a_OBJECTS) $(libglob_a_DEPENDENCIES) $(EXTRA_libglob_a_DEPENDENCIES) 
304         $(AM_V_at)-rm -f libglob.a
305         $(AM_V_AR)$(libglob_a_AR) libglob.a $(libglob_a_OBJECTS) $(libglob_a_LIBADD)
306         $(AM_V_at)$(RANLIB) libglob.a
307
308 mostlyclean-compile:
309         -rm -f *.$(OBJEXT)
310
311 distclean-compile:
312         -rm -f *.tab.c
313
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
316
317 .c.o:
318 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
323
324 .c.obj:
325 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
326 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
330
331 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
332         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
333         unique=`for i in $$list; do \
334             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335           done | \
336           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337               END { if (nonempty) { for (i in files) print i; }; }'`; \
338         mkid -fID $$unique
339 tags: TAGS
340
341 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342                 $(TAGS_FILES) $(LISP)
343         set x; \
344         here=`pwd`; \
345         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350               END { if (nonempty) { for (i in files) print i; }; }'`; \
351         shift; \
352         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
353           test -n "$$unique" || unique=$$empty_fix; \
354           if test $$# -gt 0; then \
355             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356               "$$@" $$unique; \
357           else \
358             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359               $$unique; \
360           fi; \
361         fi
362 ctags: CTAGS
363 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364                 $(TAGS_FILES) $(LISP)
365         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366         unique=`for i in $$list; do \
367             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368           done | \
369           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370               END { if (nonempty) { for (i in files) print i; }; }'`; \
371         test -z "$(CTAGS_ARGS)$$unique" \
372           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373              $$unique
374
375 GTAGS:
376         here=`$(am__cd) $(top_builddir) && pwd` \
377           && $(am__cd) $(top_srcdir) \
378           && gtags -i $(GTAGS_ARGS) "$$here"
379
380 distclean-tags:
381         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
383 distdir: $(DISTFILES)
384         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
386         list='$(DISTFILES)'; \
387           dist_files=`for file in $$list; do echo $$file; done | \
388           sed -e "s|^$$srcdirstrip/||;t" \
389               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
390         case $$dist_files in \
391           */*) $(MKDIR_P) `echo "$$dist_files" | \
392                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
393                            sort -u` ;; \
394         esac; \
395         for file in $$dist_files; do \
396           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
397           if test -d $$d/$$file; then \
398             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
399             if test -d "$(distdir)/$$file"; then \
400               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
401             fi; \
402             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
404               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405             fi; \
406             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
407           else \
408             test -f "$(distdir)/$$file" \
409             || cp -p $$d/$$file "$(distdir)/$$file" \
410             || exit 1; \
411           fi; \
412         done
413 check-am: all-am
414 check: check-am
415 all-am: Makefile $(LIBRARIES)
416 installdirs:
417 install: install-am
418 install-exec: install-exec-am
419 install-data: install-data-am
420 uninstall: uninstall-am
421
422 install-am: all-am
423         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
424
425 installcheck: installcheck-am
426 install-strip:
427         if test -z '$(STRIP)'; then \
428           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430               install; \
431         else \
432           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
435         fi
436 mostlyclean-generic:
437
438 clean-generic:
439
440 distclean-generic:
441         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
444 maintainer-clean-generic:
445         @echo "This command is intended for maintainers to use"
446         @echo "it deletes files that may require special tools to rebuild."
447 clean: clean-am
448
449 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
450
451 distclean: distclean-am
452         -rm -rf ./$(DEPDIR)
453         -rm -f Makefile
454 distclean-am: clean-am distclean-compile distclean-generic \
455         distclean-tags
456
457 dvi: dvi-am
458
459 dvi-am:
460
461 html: html-am
462
463 html-am:
464
465 info: info-am
466
467 info-am:
468
469 install-data-am:
470
471 install-dvi: install-dvi-am
472
473 install-dvi-am:
474
475 install-exec-am:
476
477 install-html: install-html-am
478
479 install-html-am:
480
481 install-info: install-info-am
482
483 install-info-am:
484
485 install-man:
486
487 install-pdf: install-pdf-am
488
489 install-pdf-am:
490
491 install-ps: install-ps-am
492
493 install-ps-am:
494
495 installcheck-am:
496
497 maintainer-clean: maintainer-clean-am
498         -rm -rf ./$(DEPDIR)
499         -rm -f Makefile
500 maintainer-clean-am: distclean-am maintainer-clean-generic
501
502 mostlyclean: mostlyclean-am
503
504 mostlyclean-am: mostlyclean-compile mostlyclean-generic
505
506 pdf: pdf-am
507
508 pdf-am:
509
510 ps: ps-am
511
512 ps-am:
513
514 uninstall-am:
515
516 .MAKE: install-am install-strip
517
518 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
519         clean-noinstLIBRARIES ctags distclean distclean-compile \
520         distclean-generic distclean-tags distdir dvi dvi-am html \
521         html-am info info-am install install-am install-data \
522         install-data-am install-dvi install-dvi-am install-exec \
523         install-exec-am install-html install-html-am install-info \
524         install-info-am install-man install-pdf install-pdf-am \
525         install-ps install-ps-am install-strip installcheck \
526         installcheck-am installdirs maintainer-clean \
527         maintainer-clean-generic mostlyclean mostlyclean-compile \
528         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
529         uninstall-am
530
531
532 # Tell versions [3.59,3.63) of GNU make to not export all variables.
533 # Otherwise a system limit (for SysV at least) may be exceeded.
534 .NOEXPORT: