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