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