Imported Upstream version 1.1.3
[platform/upstream/libzip.git] / src / 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 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 bin_PROGRAMS = zipcmp$(EXEEXT) zipmerge$(EXEEXT) ziptool$(EXEEXT)
92 noinst_PROGRAMS = hole$(EXEEXT)
93 subdir = src
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98         $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 am__installdirs = "$(DESTDIR)$(bindir)"
107 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
108 am_hole_OBJECTS = hole.$(OBJEXT) source_hole.$(OBJEXT)
109 hole_OBJECTS = $(am_hole_OBJECTS)
110 hole_LDADD = $(LDADD)
111 hole_DEPENDENCIES = ${top_builddir}/lib/libzip.la
112 AM_V_lt = $(am__v_lt_@AM_V@)
113 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114 am__v_lt_0 = --silent
115 am__v_lt_1 = 
116 zipcmp_SOURCES = zipcmp.c
117 zipcmp_OBJECTS = zipcmp.$(OBJEXT)
118 zipcmp_LDADD = $(LDADD)
119 zipcmp_DEPENDENCIES = ${top_builddir}/lib/libzip.la
120 zipmerge_SOURCES = zipmerge.c
121 zipmerge_OBJECTS = zipmerge.$(OBJEXT)
122 zipmerge_LDADD = $(LDADD)
123 zipmerge_DEPENDENCIES = ${top_builddir}/lib/libzip.la
124 am_ziptool_OBJECTS = source_hole.$(OBJEXT) ziptool.$(OBJEXT)
125 ziptool_OBJECTS = $(am_ziptool_OBJECTS)
126 ziptool_LDADD = $(LDADD)
127 ziptool_DEPENDENCIES = ${top_builddir}/lib/libzip.la
128 AM_V_P = $(am__v_P_@AM_V@)
129 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130 am__v_P_0 = false
131 am__v_P_1 = :
132 AM_V_GEN = $(am__v_GEN_@AM_V@)
133 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134 am__v_GEN_0 = @echo "  GEN     " $@;
135 am__v_GEN_1 = 
136 AM_V_at = $(am__v_at_@AM_V@)
137 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 am__v_at_0 = @
139 am__v_at_1 = 
140 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
141 depcomp = $(SHELL) $(top_srcdir)/depcomp
142 am__depfiles_maybe = depfiles
143 am__mv = mv -f
144 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149         $(AM_CFLAGS) $(CFLAGS)
150 AM_V_CC = $(am__v_CC_@AM_V@)
151 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152 am__v_CC_0 = @echo "  CC      " $@;
153 am__v_CC_1 = 
154 CCLD = $(CC)
155 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157         $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160 am__v_CCLD_0 = @echo "  CCLD    " $@;
161 am__v_CCLD_1 = 
162 SOURCES = $(hole_SOURCES) zipcmp.c zipmerge.c $(ziptool_SOURCES)
163 DIST_SOURCES = $(hole_SOURCES) zipcmp.c zipmerge.c $(ziptool_SOURCES)
164 am__can_run_installinfo = \
165   case $$AM_UPDATE_INFO_DIR in \
166     n|no|NO) false;; \
167     *) (install-info --version) >/dev/null 2>&1;; \
168   esac
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
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 $(top_srcdir)/depcomp
189 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190 ACLOCAL = @ACLOCAL@
191 AMTAR = @AMTAR@
192 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
193 AR = @AR@
194 AUTOCONF = @AUTOCONF@
195 AUTOHEADER = @AUTOHEADER@
196 AUTOMAKE = @AUTOMAKE@
197 AWK = @AWK@
198 CC = @CC@
199 CCDEPMODE = @CCDEPMODE@
200 CFLAGS = @CFLAGS@
201 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
202 CPP = @CPP@
203 CPPFLAGS = @CPPFLAGS@
204 CYGPATH_W = @CYGPATH_W@
205 DEFS = @DEFS@
206 DEPDIR = @DEPDIR@
207 DLLTOOL = @DLLTOOL@
208 DSYMUTIL = @DSYMUTIL@
209 DUMPBIN = @DUMPBIN@
210 ECHO_C = @ECHO_C@
211 ECHO_N = @ECHO_N@
212 ECHO_T = @ECHO_T@
213 EGREP = @EGREP@
214 EXEEXT = @EXEEXT@
215 FGREP = @FGREP@
216 GREP = @GREP@
217 HAVE_VISIBILITY = @HAVE_VISIBILITY@
218 INSTALL = @INSTALL@
219 INSTALL_DATA = @INSTALL_DATA@
220 INSTALL_PROGRAM = @INSTALL_PROGRAM@
221 INSTALL_SCRIPT = @INSTALL_SCRIPT@
222 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBOBJS = @LIBOBJS@
226 LIBS = @LIBS@
227 LIBTOOL = @LIBTOOL@
228 LIPO = @LIPO@
229 LN_S = @LN_S@
230 LTLIBOBJS = @LTLIBOBJS@
231 MAKEINFO = @MAKEINFO@
232 MANFMT = @MANFMT@
233 MANIFEST_TOOL = @MANIFEST_TOOL@
234 MKDIR_P = @MKDIR_P@
235 NM = @NM@
236 NMEDIT = @NMEDIT@
237 OBJDUMP = @OBJDUMP@
238 OBJEXT = @OBJEXT@
239 OTOOL = @OTOOL@
240 OTOOL64 = @OTOOL64@
241 PACKAGE = @PACKAGE@
242 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243 PACKAGE_NAME = @PACKAGE_NAME@
244 PACKAGE_STRING = @PACKAGE_STRING@
245 PACKAGE_TARNAME = @PACKAGE_TARNAME@
246 PACKAGE_URL = @PACKAGE_URL@
247 PACKAGE_VERSION = @PACKAGE_VERSION@
248 PATH_SEPARATOR = @PATH_SEPARATOR@
249 PKG_CONFIG_RPATH = @PKG_CONFIG_RPATH@
250 RANLIB = @RANLIB@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 VERSION = @VERSION@
256 abs_builddir = @abs_builddir@
257 abs_srcdir = @abs_srcdir@
258 abs_top_builddir = @abs_top_builddir@
259 abs_top_srcdir = @abs_top_srcdir@
260 ac_ct_AR = @ac_ct_AR@
261 ac_ct_CC = @ac_ct_CC@
262 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
263 am__include = @am__include@
264 am__leading_dot = @am__leading_dot@
265 am__quote = @am__quote@
266 am__tar = @am__tar@
267 am__untar = @am__untar@
268 bindir = @bindir@
269 build = @build@
270 build_alias = @build_alias@
271 build_cpu = @build_cpu@
272 build_os = @build_os@
273 build_vendor = @build_vendor@
274 builddir = @builddir@
275 datadir = @datadir@
276 datarootdir = @datarootdir@
277 docdir = @docdir@
278 dvidir = @dvidir@
279 exec_prefix = @exec_prefix@
280 host = @host@
281 host_alias = @host_alias@
282 host_cpu = @host_cpu@
283 host_os = @host_os@
284 host_vendor = @host_vendor@
285 htmldir = @htmldir@
286 includedir = @includedir@
287 infodir = @infodir@
288 install_sh = @install_sh@
289 libdir = @libdir@
290 libexecdir = @libexecdir@
291 localedir = @localedir@
292 localstatedir = @localstatedir@
293 mandir = @mandir@
294 mkdir_p = @mkdir_p@
295 oldincludedir = @oldincludedir@
296 pdfdir = @pdfdir@
297 prefix = @prefix@
298 program_transform_name = @program_transform_name@
299 psdir = @psdir@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target_alias = @target_alias@
305 top_build_prefix = @top_build_prefix@
306 top_builddir = @top_builddir@
307 top_srcdir = @top_srcdir@
308 hole_SOURCES = hole.c source_hole.c
309 ziptool_SOURCES = source_hole.c ziptool.c
310 AM_CPPFLAGS = -I${top_srcdir}/lib -I../lib
311 LDADD = ${top_builddir}/lib/libzip.la
312 EXTRA_DIST = CMakeLists.txt getopt.c getopt.h
313 all: all-am
314
315 .SUFFIXES:
316 .SUFFIXES: .c .lo .o .obj
317 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
318         @for dep in $?; do \
319           case '$(am__configure_deps)' in \
320             *$$dep*) \
321               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
322                 && { if test -f $@; then exit 0; else break; fi; }; \
323               exit 1;; \
324           esac; \
325         done; \
326         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
327         $(am__cd) $(top_srcdir) && \
328           $(AUTOMAKE) --foreign src/Makefile
329 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330         @case '$?' in \
331           *config.status*) \
332             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333           *) \
334             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336         esac;
337
338 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341 $(top_srcdir)/configure:  $(am__configure_deps)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
344         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(am__aclocal_m4_deps):
346 install-binPROGRAMS: $(bin_PROGRAMS)
347         @$(NORMAL_INSTALL)
348         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
349         if test -n "$$list"; then \
350           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
351           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
352         fi; \
353         for p in $$list; do echo "$$p $$p"; done | \
354         sed 's/$(EXEEXT)$$//' | \
355         while read p p1; do if test -f $$p \
356          || test -f $$p1 \
357           ; then echo "$$p"; echo "$$p"; else :; fi; \
358         done | \
359         sed -e 'p;s,.*/,,;n;h' \
360             -e 's|.*|.|' \
361             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
362         sed 'N;N;N;s,\n, ,g' | \
363         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
364           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
365             if ($$2 == $$4) files[d] = files[d] " " $$1; \
366             else { print "f", $$3 "/" $$4, $$1; } } \
367           END { for (d in files) print "f", d, files[d] }' | \
368         while read type dir files; do \
369             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
370             test -z "$$files" || { \
371             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
372             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
373             } \
374         ; done
375
376 uninstall-binPROGRAMS:
377         @$(NORMAL_UNINSTALL)
378         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
379         files=`for p in $$list; do echo "$$p"; done | \
380           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
381               -e 's/$$/$(EXEEXT)/' \
382         `; \
383         test -n "$$list" || exit 0; \
384         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
385         cd "$(DESTDIR)$(bindir)" && rm -f $$files
386
387 clean-binPROGRAMS:
388         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
389         echo " rm -f" $$list; \
390         rm -f $$list || exit $$?; \
391         test -n "$(EXEEXT)" || exit 0; \
392         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
393         echo " rm -f" $$list; \
394         rm -f $$list
395
396 clean-noinstPROGRAMS:
397         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
398         echo " rm -f" $$list; \
399         rm -f $$list || exit $$?; \
400         test -n "$(EXEEXT)" || exit 0; \
401         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
402         echo " rm -f" $$list; \
403         rm -f $$list
404
405 hole$(EXEEXT): $(hole_OBJECTS) $(hole_DEPENDENCIES) $(EXTRA_hole_DEPENDENCIES) 
406         @rm -f hole$(EXEEXT)
407         $(AM_V_CCLD)$(LINK) $(hole_OBJECTS) $(hole_LDADD) $(LIBS)
408
409 zipcmp$(EXEEXT): $(zipcmp_OBJECTS) $(zipcmp_DEPENDENCIES) $(EXTRA_zipcmp_DEPENDENCIES) 
410         @rm -f zipcmp$(EXEEXT)
411         $(AM_V_CCLD)$(LINK) $(zipcmp_OBJECTS) $(zipcmp_LDADD) $(LIBS)
412
413 zipmerge$(EXEEXT): $(zipmerge_OBJECTS) $(zipmerge_DEPENDENCIES) $(EXTRA_zipmerge_DEPENDENCIES) 
414         @rm -f zipmerge$(EXEEXT)
415         $(AM_V_CCLD)$(LINK) $(zipmerge_OBJECTS) $(zipmerge_LDADD) $(LIBS)
416
417 ziptool$(EXEEXT): $(ziptool_OBJECTS) $(ziptool_DEPENDENCIES) $(EXTRA_ziptool_DEPENDENCIES) 
418         @rm -f ziptool$(EXEEXT)
419         $(AM_V_CCLD)$(LINK) $(ziptool_OBJECTS) $(ziptool_LDADD) $(LIBS)
420
421 mostlyclean-compile:
422         -rm -f *.$(OBJEXT)
423
424 distclean-compile:
425         -rm -f *.tab.c
426
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hole.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/source_hole.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zipcmp.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zipmerge.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ziptool.Po@am__quote@
432
433 .c.o:
434 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
439
440 .c.obj:
441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
446
447 .c.lo:
448 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
449 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
453
454 mostlyclean-libtool:
455         -rm -f *.lo
456
457 clean-libtool:
458         -rm -rf .libs _libs
459
460 ID: $(am__tagged_files)
461         $(am__define_uniq_tagged_files); mkid -fID $$unique
462 tags: tags-am
463 TAGS: tags
464
465 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466         set x; \
467         here=`pwd`; \
468         $(am__define_uniq_tagged_files); \
469         shift; \
470         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471           test -n "$$unique" || unique=$$empty_fix; \
472           if test $$# -gt 0; then \
473             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474               "$$@" $$unique; \
475           else \
476             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477               $$unique; \
478           fi; \
479         fi
480 ctags: ctags-am
481
482 CTAGS: ctags
483 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484         $(am__define_uniq_tagged_files); \
485         test -z "$(CTAGS_ARGS)$$unique" \
486           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487              $$unique
488
489 GTAGS:
490         here=`$(am__cd) $(top_builddir) && pwd` \
491           && $(am__cd) $(top_srcdir) \
492           && gtags -i $(GTAGS_ARGS) "$$here"
493 cscopelist: cscopelist-am
494
495 cscopelist-am: $(am__tagged_files)
496         list='$(am__tagged_files)'; \
497         case "$(srcdir)" in \
498           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499           *) sdir=$(subdir)/$(srcdir) ;; \
500         esac; \
501         for i in $$list; do \
502           if test -f "$$i"; then \
503             echo "$(subdir)/$$i"; \
504           else \
505             echo "$$sdir/$$i"; \
506           fi; \
507         done >> $(top_builddir)/cscope.files
508
509 distclean-tags:
510         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512 distdir: $(DISTFILES)
513         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515         list='$(DISTFILES)'; \
516           dist_files=`for file in $$list; do echo $$file; done | \
517           sed -e "s|^$$srcdirstrip/||;t" \
518               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519         case $$dist_files in \
520           */*) $(MKDIR_P) `echo "$$dist_files" | \
521                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522                            sort -u` ;; \
523         esac; \
524         for file in $$dist_files; do \
525           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526           if test -d $$d/$$file; then \
527             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528             if test -d "$(distdir)/$$file"; then \
529               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530             fi; \
531             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534             fi; \
535             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536           else \
537             test -f "$(distdir)/$$file" \
538             || cp -p $$d/$$file "$(distdir)/$$file" \
539             || exit 1; \
540           fi; \
541         done
542 check-am: all-am
543 check: check-am
544 all-am: Makefile $(PROGRAMS)
545 installdirs:
546         for dir in "$(DESTDIR)$(bindir)"; do \
547           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
548         done
549 install: install-am
550 install-exec: install-exec-am
551 install-data: install-data-am
552 uninstall: uninstall-am
553
554 install-am: all-am
555         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
556
557 installcheck: installcheck-am
558 install-strip:
559         if test -z '$(STRIP)'; then \
560           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562               install; \
563         else \
564           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
565             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
566             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
567         fi
568 mostlyclean-generic:
569
570 clean-generic:
571
572 distclean-generic:
573         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575
576 maintainer-clean-generic:
577         @echo "This command is intended for maintainers to use"
578         @echo "it deletes files that may require special tools to rebuild."
579 clean: clean-am
580
581 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
582         clean-noinstPROGRAMS mostlyclean-am
583
584 distclean: distclean-am
585         -rm -rf ./$(DEPDIR)
586         -rm -f Makefile
587 distclean-am: clean-am distclean-compile distclean-generic \
588         distclean-tags
589
590 dvi: dvi-am
591
592 dvi-am:
593
594 html: html-am
595
596 html-am:
597
598 info: info-am
599
600 info-am:
601
602 install-data-am:
603
604 install-dvi: install-dvi-am
605
606 install-dvi-am:
607
608 install-exec-am: install-binPROGRAMS
609
610 install-html: install-html-am
611
612 install-html-am:
613
614 install-info: install-info-am
615
616 install-info-am:
617
618 install-man:
619
620 install-pdf: install-pdf-am
621
622 install-pdf-am:
623
624 install-ps: install-ps-am
625
626 install-ps-am:
627
628 installcheck-am:
629
630 maintainer-clean: maintainer-clean-am
631         -rm -rf ./$(DEPDIR)
632         -rm -f Makefile
633 maintainer-clean-am: distclean-am maintainer-clean-generic
634
635 mostlyclean: mostlyclean-am
636
637 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
638         mostlyclean-libtool
639
640 pdf: pdf-am
641
642 pdf-am:
643
644 ps: ps-am
645
646 ps-am:
647
648 uninstall-am: uninstall-binPROGRAMS
649
650 .MAKE: install-am install-strip
651
652 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
653         clean-binPROGRAMS clean-generic clean-libtool \
654         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
655         distclean-compile distclean-generic distclean-libtool \
656         distclean-tags distdir dvi dvi-am html html-am info info-am \
657         install install-am install-binPROGRAMS install-data \
658         install-data-am install-dvi install-dvi-am install-exec \
659         install-exec-am install-html install-html-am install-info \
660         install-info-am install-man install-pdf install-pdf-am \
661         install-ps install-ps-am install-strip installcheck \
662         installcheck-am installdirs maintainer-clean \
663         maintainer-clean-generic mostlyclean mostlyclean-compile \
664         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
665         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
666
667 .PRECIOUS: Makefile
668
669
670 # Tell versions [3.59,3.63) of GNU make to not export all variables.
671 # Otherwise a system limit (for SysV at least) may be exceeded.
672 .NOEXPORT: