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