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