]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - libexfat/Makefile.in
releasing package exfat-utils version 1.3.0-2
[sven/exfat-utils.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 INSTALL = @INSTALL@
211 INSTALL_DATA = @INSTALL_DATA@
212 INSTALL_PROGRAM = @INSTALL_PROGRAM@
213 INSTALL_SCRIPT = @INSTALL_SCRIPT@
214 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215 LDFLAGS = @LDFLAGS@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LTLIBOBJS = @LTLIBOBJS@
219 MAKEINFO = @MAKEINFO@
220 MKDIR_P = @MKDIR_P@
221 OBJEXT = @OBJEXT@
222 PACKAGE = @PACKAGE@
223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224 PACKAGE_NAME = @PACKAGE_NAME@
225 PACKAGE_STRING = @PACKAGE_STRING@
226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
227 PACKAGE_URL = @PACKAGE_URL@
228 PACKAGE_VERSION = @PACKAGE_VERSION@
229 PATH_SEPARATOR = @PATH_SEPARATOR@
230 PKG_CONFIG = @PKG_CONFIG@
231 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
232 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
233 RANLIB = @RANLIB@
234 SET_MAKE = @SET_MAKE@
235 SHELL = @SHELL@
236 STRIP = @STRIP@
237 UBLIO_CFLAGS = @UBLIO_CFLAGS@
238 UBLIO_LIBS = @UBLIO_LIBS@
239 VERSION = @VERSION@
240 abs_builddir = @abs_builddir@
241 abs_srcdir = @abs_srcdir@
242 abs_top_builddir = @abs_top_builddir@
243 abs_top_srcdir = @abs_top_srcdir@
244 ac_ct_AR = @ac_ct_AR@
245 ac_ct_CC = @ac_ct_CC@
246 am__include = @am__include@
247 am__leading_dot = @am__leading_dot@
248 am__quote = @am__quote@
249 am__tar = @am__tar@
250 am__untar = @am__untar@
251 bindir = @bindir@
252 build_alias = @build_alias@
253 builddir = @builddir@
254 datadir = @datadir@
255 datarootdir = @datarootdir@
256 docdir = @docdir@
257 dvidir = @dvidir@
258 exec_prefix = @exec_prefix@
259 host_alias = @host_alias@
260 htmldir = @htmldir@
261 includedir = @includedir@
262 infodir = @infodir@
263 install_sh = @install_sh@
264 libdir = @libdir@
265 libexecdir = @libexecdir@
266 localedir = @localedir@
267 localstatedir = @localstatedir@
268 mandir = @mandir@
269 mkdir_p = @mkdir_p@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
278 sysconfdir = @sysconfdir@
279 target_alias = @target_alias@
280 top_build_prefix = @top_build_prefix@
281 top_builddir = @top_builddir@
282 top_srcdir = @top_srcdir@
283 noinst_LIBRARIES = libexfat.a
284 libexfat_a_SOURCES = \
285         byteorder.h \
286         cluster.c \
287         compiler.h \
288         exfat.h \
289         exfatfs.h \
290         io.c \
291         log.c \
292         lookup.c \
293         mount.c \
294         node.c \
295         platform.h \
296         repair.c \
297         time.c \
298         utf.c \
299         utils.c
300
301 all: config.h
302         $(MAKE) $(AM_MAKEFLAGS) all-am
303
304 .SUFFIXES:
305 .SUFFIXES: .c .o .obj
306 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
307         @for dep in $?; do \
308           case '$(am__configure_deps)' in \
309             *$$dep*) \
310               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311                 && { if test -f $@; then exit 0; else break; fi; }; \
312               exit 1;; \
313           esac; \
314         done; \
315         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libexfat/Makefile'; \
316         $(am__cd) $(top_srcdir) && \
317           $(AUTOMAKE) --foreign libexfat/Makefile
318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319         @case '$?' in \
320           *config.status*) \
321             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322           *) \
323             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325         esac;
326
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
330 $(top_srcdir)/configure:  $(am__configure_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
333         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334 $(am__aclocal_m4_deps):
335
336 config.h: stamp-h1
337         @test -f $@ || rm -f stamp-h1
338         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
339
340 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
341         @rm -f stamp-h1
342         cd $(top_builddir) && $(SHELL) ./config.status libexfat/config.h
343 $(srcdir)/config.h.in:  $(am__configure_deps) 
344         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
345         rm -f stamp-h1
346         touch $@
347
348 distclean-hdr:
349         -rm -f config.h stamp-h1
350
351 clean-noinstLIBRARIES:
352         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
353
354 libexfat.a: $(libexfat_a_OBJECTS) $(libexfat_a_DEPENDENCIES) $(EXTRA_libexfat_a_DEPENDENCIES) 
355         $(AM_V_at)-rm -f libexfat.a
356         $(AM_V_AR)$(libexfat_a_AR) libexfat.a $(libexfat_a_OBJECTS) $(libexfat_a_LIBADD)
357         $(AM_V_at)$(RANLIB) libexfat.a
358
359 mostlyclean-compile:
360         -rm -f *.$(OBJEXT)
361
362 distclean-compile:
363         -rm -f *.tab.c
364
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluster.Po@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Po@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Po@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/repair.Po@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf.Po@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
375
376 .c.o:
377 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
378 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
379 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
383
384 .c.obj:
385 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
386 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
387 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.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 $@ `$(CYGPATH_W) '$<'`
391
392 ID: $(am__tagged_files)
393         $(am__define_uniq_tagged_files); mkid -fID $$unique
394 tags: tags-am
395 TAGS: tags
396
397 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
398         set x; \
399         here=`pwd`; \
400         $(am__define_uniq_tagged_files); \
401         shift; \
402         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403           test -n "$$unique" || unique=$$empty_fix; \
404           if test $$# -gt 0; then \
405             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406               "$$@" $$unique; \
407           else \
408             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409               $$unique; \
410           fi; \
411         fi
412 ctags: ctags-am
413
414 CTAGS: ctags
415 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
416         $(am__define_uniq_tagged_files); \
417         test -z "$(CTAGS_ARGS)$$unique" \
418           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419              $$unique
420
421 GTAGS:
422         here=`$(am__cd) $(top_builddir) && pwd` \
423           && $(am__cd) $(top_srcdir) \
424           && gtags -i $(GTAGS_ARGS) "$$here"
425 cscopelist: cscopelist-am
426
427 cscopelist-am: $(am__tagged_files)
428         list='$(am__tagged_files)'; \
429         case "$(srcdir)" in \
430           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
431           *) sdir=$(subdir)/$(srcdir) ;; \
432         esac; \
433         for i in $$list; do \
434           if test -f "$$i"; then \
435             echo "$(subdir)/$$i"; \
436           else \
437             echo "$$sdir/$$i"; \
438           fi; \
439         done >> $(top_builddir)/cscope.files
440
441 distclean-tags:
442         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444 distdir: $(DISTFILES)
445         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447         list='$(DISTFILES)'; \
448           dist_files=`for file in $$list; do echo $$file; done | \
449           sed -e "s|^$$srcdirstrip/||;t" \
450               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451         case $$dist_files in \
452           */*) $(MKDIR_P) `echo "$$dist_files" | \
453                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454                            sort -u` ;; \
455         esac; \
456         for file in $$dist_files; do \
457           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458           if test -d $$d/$$file; then \
459             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460             if test -d "$(distdir)/$$file"; then \
461               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462             fi; \
463             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466             fi; \
467             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468           else \
469             test -f "$(distdir)/$$file" \
470             || cp -p $$d/$$file "$(distdir)/$$file" \
471             || exit 1; \
472           fi; \
473         done
474 check-am: all-am
475 check: check-am
476 all-am: Makefile $(LIBRARIES) config.h
477 installdirs:
478 install: install-am
479 install-exec: install-exec-am
480 install-data: install-data-am
481 uninstall: uninstall-am
482
483 install-am: all-am
484         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
485
486 installcheck: installcheck-am
487 install-strip:
488         if test -z '$(STRIP)'; then \
489           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491               install; \
492         else \
493           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
496         fi
497 mostlyclean-generic:
498
499 clean-generic:
500
501 distclean-generic:
502         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505 maintainer-clean-generic:
506         @echo "This command is intended for maintainers to use"
507         @echo "it deletes files that may require special tools to rebuild."
508 clean: clean-am
509
510 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
511
512 distclean: distclean-am
513         -rm -rf ./$(DEPDIR)
514         -rm -f Makefile
515 distclean-am: clean-am distclean-compile distclean-generic \
516         distclean-hdr distclean-tags
517
518 dvi: dvi-am
519
520 dvi-am:
521
522 html: html-am
523
524 html-am:
525
526 info: info-am
527
528 info-am:
529
530 install-data-am:
531
532 install-dvi: install-dvi-am
533
534 install-dvi-am:
535
536 install-exec-am:
537
538 install-html: install-html-am
539
540 install-html-am:
541
542 install-info: install-info-am
543
544 install-info-am:
545
546 install-man:
547
548 install-pdf: install-pdf-am
549
550 install-pdf-am:
551
552 install-ps: install-ps-am
553
554 install-ps-am:
555
556 installcheck-am:
557
558 maintainer-clean: maintainer-clean-am
559         -rm -rf ./$(DEPDIR)
560         -rm -f Makefile
561 maintainer-clean-am: distclean-am maintainer-clean-generic
562
563 mostlyclean: mostlyclean-am
564
565 mostlyclean-am: mostlyclean-compile mostlyclean-generic
566
567 pdf: pdf-am
568
569 pdf-am:
570
571 ps: ps-am
572
573 ps-am:
574
575 uninstall-am:
576
577 .MAKE: all install-am install-strip
578
579 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
580         clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
581         distclean-compile distclean-generic distclean-hdr \
582         distclean-tags distdir dvi dvi-am html html-am info info-am \
583         install install-am install-data install-data-am install-dvi \
584         install-dvi-am install-exec install-exec-am install-html \
585         install-html-am install-info install-info-am install-man \
586         install-pdf install-pdf-am install-ps install-ps-am \
587         install-strip installcheck installcheck-am installdirs \
588         maintainer-clean maintainer-clean-generic mostlyclean \
589         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
590         tags tags-am uninstall uninstall-am
591
592 .PRECIOUS: Makefile
593
594
595 # Tell versions [3.59,3.63) of GNU make to not export all variables.
596 # Otherwise a system limit (for SysV at least) may be exceeded.
597 .NOEXPORT: