Imported Upstream version 1.1.3
[platform/upstream/libzip.git] / lib / 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 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = lib
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97         $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
101         $(noinst_HEADERS) $(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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109     *) f=$$p;; \
110   esac;
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__install_max = 40
113 am__nobase_strip_setup = \
114   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 am__nobase_strip = \
116   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__nobase_list = $(am__nobase_strip_setup); \
118   for p in $$list; do echo "$$p $$p"; done | \
119   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121     if (++n[$$2] == $(am__install_max)) \
122       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123     END { for (dir in files) print dir, files[dir] }'
124 am__base_list = \
125   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
128   test -z "$$files" \
129     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131          $(am__cd) "$$dir" && rm -f $$files; }; \
132   }
133 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
134         "$(DESTDIR)$(libincludedir)"
135 LTLIBRARIES = $(lib_LTLIBRARIES)
136 libzip_la_DEPENDENCIES = @LTLIBOBJS@
137 am__libzip_la_SOURCES_DIST = zip_source_file.c zip_source_win32a.c \
138         zip_source_win32handle.c zip_source_win32utf8.c \
139         zip_source_win32w.c zip_add.c zip_add_dir.c zip_add_entry.c \
140         zip_buffer.c zip_close.c zip_delete.c zip_dir_add.c \
141         zip_dirent.c zip_discard.c zip_entry.c zip_err_str.c \
142         zip_error.c zip_error_clear.c zip_error_get.c \
143         zip_error_get_sys_type.c zip_error_strerror.c \
144         zip_error_to_str.c zip_extra_field.c zip_extra_field_api.c \
145         zip_fclose.c zip_fdopen.c zip_file_add.c \
146         zip_file_error_clear.c zip_file_error_get.c \
147         zip_file_get_comment.c zip_file_get_external_attributes.c \
148         zip_file_get_offset.c zip_file_rename.c zip_file_replace.c \
149         zip_file_set_comment.c zip_file_set_external_attributes.c \
150         zip_file_set_mtime.c zip_file_strerror.c zip_filerange_crc.c \
151         zip_fopen.c zip_fopen_encrypted.c zip_fopen_index.c \
152         zip_fopen_index_encrypted.c zip_fread.c \
153         zip_get_archive_comment.c zip_get_archive_flag.c \
154         zip_get_compression_implementation.c \
155         zip_get_encryption_implementation.c zip_get_file_comment.c \
156         zip_get_num_entries.c zip_get_num_files.c zip_get_name.c \
157         zip_hash.c zip_io_util.c zip_memdup.c zip_name_locate.c \
158         zip_new.c zip_open.c zip_rename.c zip_replace.c \
159         zip_set_archive_comment.c zip_set_archive_flag.c \
160         zip_set_default_password.c zip_set_file_comment.c \
161         zip_set_file_compression.c zip_set_name.c \
162         zip_source_begin_write.c zip_source_buffer.c zip_source_call.c \
163         zip_source_close.c zip_source_commit_write.c zip_source_crc.c \
164         zip_source_deflate.c zip_source_error.c zip_source_filep.c \
165         zip_source_free.c zip_source_function.c \
166         zip_source_is_deleted.c zip_source_layered.c zip_source_open.c \
167         zip_source_pkware.c zip_source_read.c zip_source_remove.c \
168         zip_source_rollback_write.c zip_source_seek.c \
169         zip_source_seek_write.c zip_source_stat.c \
170         zip_source_supports.c zip_source_tell.c \
171         zip_source_tell_write.c zip_source_window.c zip_source_write.c \
172         zip_source_zip.c zip_source_zip_new.c zip_stat.c \
173         zip_stat_index.c zip_stat_init.c zip_strerror.c zip_string.c \
174         zip_unchange.c zip_unchange_all.c zip_unchange_archive.c \
175         zip_unchange_data.c zip_utf-8.c
176 @WIN32_HOST_FALSE@am__objects_1 = zip_source_file.lo
177 @WIN32_HOST_TRUE@am__objects_1 = zip_source_win32a.lo \
178 @WIN32_HOST_TRUE@       zip_source_win32handle.lo \
179 @WIN32_HOST_TRUE@       zip_source_win32utf8.lo zip_source_win32w.lo
180 am_libzip_la_OBJECTS = $(am__objects_1) zip_add.lo zip_add_dir.lo \
181         zip_add_entry.lo zip_buffer.lo zip_close.lo zip_delete.lo \
182         zip_dir_add.lo zip_dirent.lo zip_discard.lo zip_entry.lo \
183         zip_err_str.lo zip_error.lo zip_error_clear.lo \
184         zip_error_get.lo zip_error_get_sys_type.lo \
185         zip_error_strerror.lo zip_error_to_str.lo zip_extra_field.lo \
186         zip_extra_field_api.lo zip_fclose.lo zip_fdopen.lo \
187         zip_file_add.lo zip_file_error_clear.lo zip_file_error_get.lo \
188         zip_file_get_comment.lo zip_file_get_external_attributes.lo \
189         zip_file_get_offset.lo zip_file_rename.lo zip_file_replace.lo \
190         zip_file_set_comment.lo zip_file_set_external_attributes.lo \
191         zip_file_set_mtime.lo zip_file_strerror.lo \
192         zip_filerange_crc.lo zip_fopen.lo zip_fopen_encrypted.lo \
193         zip_fopen_index.lo zip_fopen_index_encrypted.lo zip_fread.lo \
194         zip_get_archive_comment.lo zip_get_archive_flag.lo \
195         zip_get_compression_implementation.lo \
196         zip_get_encryption_implementation.lo zip_get_file_comment.lo \
197         zip_get_num_entries.lo zip_get_num_files.lo zip_get_name.lo \
198         zip_hash.lo zip_io_util.lo zip_memdup.lo zip_name_locate.lo \
199         zip_new.lo zip_open.lo zip_rename.lo zip_replace.lo \
200         zip_set_archive_comment.lo zip_set_archive_flag.lo \
201         zip_set_default_password.lo zip_set_file_comment.lo \
202         zip_set_file_compression.lo zip_set_name.lo \
203         zip_source_begin_write.lo zip_source_buffer.lo \
204         zip_source_call.lo zip_source_close.lo \
205         zip_source_commit_write.lo zip_source_crc.lo \
206         zip_source_deflate.lo zip_source_error.lo zip_source_filep.lo \
207         zip_source_free.lo zip_source_function.lo \
208         zip_source_is_deleted.lo zip_source_layered.lo \
209         zip_source_open.lo zip_source_pkware.lo zip_source_read.lo \
210         zip_source_remove.lo zip_source_rollback_write.lo \
211         zip_source_seek.lo zip_source_seek_write.lo zip_source_stat.lo \
212         zip_source_supports.lo zip_source_tell.lo \
213         zip_source_tell_write.lo zip_source_window.lo \
214         zip_source_write.lo zip_source_zip.lo zip_source_zip_new.lo \
215         zip_stat.lo zip_stat_index.lo zip_stat_init.lo zip_strerror.lo \
216         zip_string.lo zip_unchange.lo zip_unchange_all.lo \
217         zip_unchange_archive.lo zip_unchange_data.lo zip_utf-8.lo
218 libzip_la_OBJECTS = $(am_libzip_la_OBJECTS)
219 AM_V_lt = $(am__v_lt_@AM_V@)
220 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
221 am__v_lt_0 = --silent
222 am__v_lt_1 = 
223 libzip_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
224         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
225         $(libzip_la_LDFLAGS) $(LDFLAGS) -o $@
226 AM_V_P = $(am__v_P_@AM_V@)
227 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
228 am__v_P_0 = false
229 am__v_P_1 = :
230 AM_V_GEN = $(am__v_GEN_@AM_V@)
231 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
232 am__v_GEN_0 = @echo "  GEN     " $@;
233 am__v_GEN_1 = 
234 AM_V_at = $(am__v_at_@AM_V@)
235 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
236 am__v_at_0 = @
237 am__v_at_1 = 
238 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
239 depcomp = $(SHELL) $(top_srcdir)/depcomp
240 am__depfiles_maybe = depfiles
241 am__mv = mv -f
242 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
243         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
244 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
246         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
247         $(AM_CFLAGS) $(CFLAGS)
248 AM_V_CC = $(am__v_CC_@AM_V@)
249 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
250 am__v_CC_0 = @echo "  CC      " $@;
251 am__v_CC_1 = 
252 CCLD = $(CC)
253 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
254         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
255         $(AM_LDFLAGS) $(LDFLAGS) -o $@
256 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
257 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
258 am__v_CCLD_0 = @echo "  CCLD    " $@;
259 am__v_CCLD_1 = 
260 SOURCES = $(libzip_la_SOURCES)
261 DIST_SOURCES = $(am__libzip_la_SOURCES_DIST)
262 am__can_run_installinfo = \
263   case $$AM_UPDATE_INFO_DIR in \
264     n|no|NO) false;; \
265     *) (install-info --version) >/dev/null 2>&1;; \
266   esac
267 HEADERS = $(include_HEADERS) $(nodist_libinclude_HEADERS) \
268         $(noinst_HEADERS)
269 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
270 # Read a list of newline-separated strings from the standard input,
271 # and print each of them once, without duplicates.  Input order is
272 # *not* preserved.
273 am__uniquify_input = $(AWK) '\
274   BEGIN { nonempty = 0; } \
275   { items[$$0] = 1; nonempty = 1; } \
276   END { if (nonempty) { for (i in items) print i; }; } \
277 '
278 # Make sure the list of sources is unique.  This is necessary because,
279 # e.g., the same source file might be shared among _SOURCES variables
280 # for different programs/libraries.
281 am__define_uniq_tagged_files = \
282   list='$(am__tagged_files)'; \
283   unique=`for i in $$list; do \
284     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285   done | $(am__uniquify_input)`
286 ETAGS = etags
287 CTAGS = ctags
288 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
289         mkstemp.c
290 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
291 ACLOCAL = @ACLOCAL@
292 AMTAR = @AMTAR@
293 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
294 AR = @AR@
295 AUTOCONF = @AUTOCONF@
296 AUTOHEADER = @AUTOHEADER@
297 AUTOMAKE = @AUTOMAKE@
298 AWK = @AWK@
299 CC = @CC@
300 CCDEPMODE = @CCDEPMODE@
301 CFLAGS = @CFLAGS@
302 CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
303 CPP = @CPP@
304 CPPFLAGS = @CPPFLAGS@
305 CYGPATH_W = @CYGPATH_W@
306 DEFS = @DEFS@
307 DEPDIR = @DEPDIR@
308 DLLTOOL = @DLLTOOL@
309 DSYMUTIL = @DSYMUTIL@
310 DUMPBIN = @DUMPBIN@
311 ECHO_C = @ECHO_C@
312 ECHO_N = @ECHO_N@
313 ECHO_T = @ECHO_T@
314 EGREP = @EGREP@
315 EXEEXT = @EXEEXT@
316 FGREP = @FGREP@
317 GREP = @GREP@
318 HAVE_VISIBILITY = @HAVE_VISIBILITY@
319 INSTALL = @INSTALL@
320 INSTALL_DATA = @INSTALL_DATA@
321 INSTALL_PROGRAM = @INSTALL_PROGRAM@
322 INSTALL_SCRIPT = @INSTALL_SCRIPT@
323 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
324 LD = @LD@
325 LDFLAGS = @LDFLAGS@
326 LIBOBJS = @LIBOBJS@
327 LIBS = @LIBS@
328 LIBTOOL = @LIBTOOL@
329 LIPO = @LIPO@
330 LN_S = @LN_S@
331 LTLIBOBJS = @LTLIBOBJS@
332 MAKEINFO = @MAKEINFO@
333 MANFMT = @MANFMT@
334 MANIFEST_TOOL = @MANIFEST_TOOL@
335 MKDIR_P = @MKDIR_P@
336 NM = @NM@
337 NMEDIT = @NMEDIT@
338 OBJDUMP = @OBJDUMP@
339 OBJEXT = @OBJEXT@
340 OTOOL = @OTOOL@
341 OTOOL64 = @OTOOL64@
342 PACKAGE = @PACKAGE@
343 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
344 PACKAGE_NAME = @PACKAGE_NAME@
345 PACKAGE_STRING = @PACKAGE_STRING@
346 PACKAGE_TARNAME = @PACKAGE_TARNAME@
347 PACKAGE_URL = @PACKAGE_URL@
348 PACKAGE_VERSION = @PACKAGE_VERSION@
349 PATH_SEPARATOR = @PATH_SEPARATOR@
350 PKG_CONFIG_RPATH = @PKG_CONFIG_RPATH@
351 RANLIB = @RANLIB@
352 SED = @SED@
353 SET_MAKE = @SET_MAKE@
354 SHELL = @SHELL@
355 STRIP = @STRIP@
356 VERSION = @VERSION@
357 abs_builddir = @abs_builddir@
358 abs_srcdir = @abs_srcdir@
359 abs_top_builddir = @abs_top_builddir@
360 abs_top_srcdir = @abs_top_srcdir@
361 ac_ct_AR = @ac_ct_AR@
362 ac_ct_CC = @ac_ct_CC@
363 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
364 am__include = @am__include@
365 am__leading_dot = @am__leading_dot@
366 am__quote = @am__quote@
367 am__tar = @am__tar@
368 am__untar = @am__untar@
369 bindir = @bindir@
370 build = @build@
371 build_alias = @build_alias@
372 build_cpu = @build_cpu@
373 build_os = @build_os@
374 build_vendor = @build_vendor@
375 builddir = @builddir@
376 datadir = @datadir@
377 datarootdir = @datarootdir@
378 docdir = @docdir@
379 dvidir = @dvidir@
380 exec_prefix = @exec_prefix@
381 host = @host@
382 host_alias = @host_alias@
383 host_cpu = @host_cpu@
384 host_os = @host_os@
385 host_vendor = @host_vendor@
386 htmldir = @htmldir@
387 includedir = @includedir@
388 infodir = @infodir@
389 install_sh = @install_sh@
390 libdir = @libdir@
391 libexecdir = @libexecdir@
392 localedir = @localedir@
393 localstatedir = @localstatedir@
394 mandir = @mandir@
395 mkdir_p = @mkdir_p@
396 oldincludedir = @oldincludedir@
397 pdfdir = @pdfdir@
398 prefix = @prefix@
399 program_transform_name = @program_transform_name@
400 psdir = @psdir@
401 sbindir = @sbindir@
402 sharedstatedir = @sharedstatedir@
403 srcdir = @srcdir@
404 sysconfdir = @sysconfdir@
405 target_alias = @target_alias@
406 top_build_prefix = @top_build_prefix@
407 top_builddir = @top_builddir@
408 top_srcdir = @top_srcdir@
409 AM_CFLAGS = @CFLAG_VISIBILITY@
410 libincludedir = ${libdir}/@PACKAGE@/include
411 lib_LTLIBRARIES = libzip.la
412 noinst_HEADERS = zipint.h
413 include_HEADERS = zip.h
414 nodist_libinclude_HEADERS = zipconf.h
415
416 # also update CMakeLists.txt when changing version
417 libzip_la_LDFLAGS = -no-undefined -version-info 4:0:0
418 libzip_la_LIBADD = @LTLIBOBJS@
419 @WIN32_HOST_FALSE@IO_SOURCES = \
420 @WIN32_HOST_FALSE@      zip_source_file.c
421
422 @WIN32_HOST_TRUE@IO_SOURCES = \
423 @WIN32_HOST_TRUE@       zip_source_win32a.c \
424 @WIN32_HOST_TRUE@       zip_source_win32handle.c \
425 @WIN32_HOST_TRUE@       zip_source_win32utf8.c \
426 @WIN32_HOST_TRUE@       zip_source_win32w.c
427
428 libzip_la_SOURCES = \
429         ${IO_SOURCES} \
430         zip_add.c \
431         zip_add_dir.c \
432         zip_add_entry.c \
433         zip_buffer.c \
434         zip_close.c \
435         zip_delete.c \
436         zip_dir_add.c \
437         zip_dirent.c \
438         zip_discard.c \
439         zip_entry.c \
440         zip_err_str.c \
441         zip_error.c \
442         zip_error_clear.c \
443         zip_error_get.c \
444         zip_error_get_sys_type.c \
445         zip_error_strerror.c \
446         zip_error_to_str.c \
447         zip_extra_field.c \
448         zip_extra_field_api.c \
449         zip_fclose.c \
450         zip_fdopen.c \
451         zip_file_add.c \
452         zip_file_error_clear.c \
453         zip_file_error_get.c \
454         zip_file_get_comment.c \
455         zip_file_get_external_attributes.c \
456         zip_file_get_offset.c \
457         zip_file_rename.c \
458         zip_file_replace.c \
459         zip_file_set_comment.c \
460         zip_file_set_external_attributes.c \
461         zip_file_set_mtime.c \
462         zip_file_strerror.c \
463         zip_filerange_crc.c \
464         zip_fopen.c \
465         zip_fopen_encrypted.c \
466         zip_fopen_index.c \
467         zip_fopen_index_encrypted.c \
468         zip_fread.c \
469         zip_get_archive_comment.c \
470         zip_get_archive_flag.c \
471         zip_get_compression_implementation.c \
472         zip_get_encryption_implementation.c \
473         zip_get_file_comment.c \
474         zip_get_num_entries.c \
475         zip_get_num_files.c \
476         zip_get_name.c \
477         zip_hash.c \
478         zip_io_util.c \
479         zip_memdup.c \
480         zip_name_locate.c \
481         zip_new.c \
482         zip_open.c \
483         zip_rename.c \
484         zip_replace.c \
485         zip_set_archive_comment.c \
486         zip_set_archive_flag.c \
487         zip_set_default_password.c \
488         zip_set_file_comment.c \
489         zip_set_file_compression.c \
490         zip_set_name.c \
491         zip_source_begin_write.c \
492         zip_source_buffer.c \
493         zip_source_call.c \
494         zip_source_close.c \
495         zip_source_commit_write.c \
496         zip_source_crc.c \
497         zip_source_deflate.c \
498         zip_source_error.c \
499         zip_source_filep.c \
500         zip_source_free.c \
501         zip_source_function.c \
502         zip_source_is_deleted.c \
503         zip_source_layered.c \
504         zip_source_open.c \
505         zip_source_pkware.c \
506         zip_source_read.c \
507         zip_source_remove.c \
508         zip_source_rollback_write.c \
509         zip_source_seek.c \
510         zip_source_seek_write.c \
511         zip_source_stat.c \
512         zip_source_supports.c \
513         zip_source_tell.c \
514         zip_source_tell_write.c \
515         zip_source_window.c \
516         zip_source_write.c \
517         zip_source_zip.c \
518         zip_source_zip_new.c \
519         zip_stat.c \
520         zip_stat_index.c \
521         zip_stat_init.c \
522         zip_strerror.c \
523         zip_string.c \
524         zip_unchange.c \
525         zip_unchange_all.c \
526         zip_unchange_archive.c \
527         zip_unchange_data.c \
528         zip_utf-8.c
529
530 BUILT_SOURCES = zipconf.h
531 CLEANFILES = ${BUILT_SOURCES}
532 EXTRA_DIST = CMakeLists.txt \
533                 compat.h \
534                 make_zip_err_str.sh \
535                 make_zipconf.sh \
536                 zip_source_win32a.c \
537                 zip_source_win32handle.c \
538                 zip_source_win32utf8.c \
539                 zip_source_win32w.c \
540                 zipwin32.h
541
542 all: $(BUILT_SOURCES)
543         $(MAKE) $(AM_MAKEFLAGS) all-am
544
545 .SUFFIXES:
546 .SUFFIXES: .c .lo .o .obj
547 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
548         @for dep in $?; do \
549           case '$(am__configure_deps)' in \
550             *$$dep*) \
551               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
552                 && { if test -f $@; then exit 0; else break; fi; }; \
553               exit 1;; \
554           esac; \
555         done; \
556         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
557         $(am__cd) $(top_srcdir) && \
558           $(AUTOMAKE) --foreign lib/Makefile
559 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
560         @case '$?' in \
561           *config.status*) \
562             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
563           *) \
564             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
565             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
566         esac;
567
568 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
569         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
570
571 $(top_srcdir)/configure:  $(am__configure_deps)
572         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
573 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
574         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
575 $(am__aclocal_m4_deps):
576
577 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
578         @$(NORMAL_INSTALL)
579         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
580         list2=; for p in $$list; do \
581           if test -f $$p; then \
582             list2="$$list2 $$p"; \
583           else :; fi; \
584         done; \
585         test -z "$$list2" || { \
586           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
587           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
588           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
589           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
590         }
591
592 uninstall-libLTLIBRARIES:
593         @$(NORMAL_UNINSTALL)
594         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
595         for p in $$list; do \
596           $(am__strip_dir) \
597           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
598           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
599         done
600
601 clean-libLTLIBRARIES:
602         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
603         @list='$(lib_LTLIBRARIES)'; \
604         locs=`for p in $$list; do echo $$p; done | \
605               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
606               sort -u`; \
607         test -z "$$locs" || { \
608           echo rm -f $${locs}; \
609           rm -f $${locs}; \
610         }
611
612 libzip.la: $(libzip_la_OBJECTS) $(libzip_la_DEPENDENCIES) $(EXTRA_libzip_la_DEPENDENCIES) 
613         $(AM_V_CCLD)$(libzip_la_LINK) -rpath $(libdir) $(libzip_la_OBJECTS) $(libzip_la_LIBADD) $(LIBS)
614
615 mostlyclean-compile:
616         -rm -f *.$(OBJEXT)
617
618 distclean-compile:
619         -rm -f *.tab.c
620
621 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add_dir.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add_entry.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_buffer.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_close.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_delete.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_dir_add.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_dirent.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_discard.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_entry.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_err_str.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_clear.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_get.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_get_sys_type.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_strerror.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_to_str.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_extra_field.Plo@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_extra_field_api.Plo@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fclose.Plo@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fdopen.Plo@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_add.Plo@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_error_clear.Plo@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_error_get.Plo@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_comment.Plo@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_external_attributes.Plo@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_offset.Plo@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_rename.Plo@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_replace.Plo@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_set_comment.Plo@am__quote@
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_set_external_attributes.Plo@am__quote@
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_set_mtime.Plo@am__quote@
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_strerror.Plo@am__quote@
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_filerange_crc.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen.Plo@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen_encrypted.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen_index.Plo@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen_index_encrypted.Plo@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fread.Plo@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_archive_comment.Plo@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_archive_flag.Plo@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_compression_implementation.Plo@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_encryption_implementation.Plo@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_file_comment.Plo@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_name.Plo@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_num_entries.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_num_files.Plo@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_hash.Plo@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_io_util.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_memdup.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_name_locate.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_new.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_open.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_rename.Plo@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_replace.Plo@am__quote@
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_archive_comment.Plo@am__quote@
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_archive_flag.Plo@am__quote@
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_default_password.Plo@am__quote@
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_file_comment.Plo@am__quote@
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_file_compression.Plo@am__quote@
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_name.Plo@am__quote@
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_begin_write.Plo@am__quote@
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_buffer.Plo@am__quote@
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_call.Plo@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_close.Plo@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_commit_write.Plo@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_crc.Plo@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_deflate.Plo@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_error.Plo@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_file.Plo@am__quote@
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_filep.Plo@am__quote@
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_free.Plo@am__quote@
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_function.Plo@am__quote@
695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_is_deleted.Plo@am__quote@
696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_layered.Plo@am__quote@
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_open.Plo@am__quote@
698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_pkware.Plo@am__quote@
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_read.Plo@am__quote@
700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_remove.Plo@am__quote@
701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_rollback_write.Plo@am__quote@
702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_seek.Plo@am__quote@
703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_seek_write.Plo@am__quote@
704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_stat.Plo@am__quote@
705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_supports.Plo@am__quote@
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_tell.Plo@am__quote@
707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_tell_write.Plo@am__quote@
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_win32a.Plo@am__quote@
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_win32handle.Plo@am__quote@
710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_win32utf8.Plo@am__quote@
711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_win32w.Plo@am__quote@
712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_window.Plo@am__quote@
713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_write.Plo@am__quote@
714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_zip.Plo@am__quote@
715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_zip_new.Plo@am__quote@
716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat.Plo@am__quote@
717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat_index.Plo@am__quote@
718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat_init.Plo@am__quote@
719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_strerror.Plo@am__quote@
720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_string.Plo@am__quote@
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange.Plo@am__quote@
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_all.Plo@am__quote@
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_archive.Plo@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_data.Plo@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_utf-8.Plo@am__quote@
726
727 .c.o:
728 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
729 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
733
734 .c.obj:
735 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
736 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
740
741 .c.lo:
742 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
743 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
747
748 mostlyclean-libtool:
749         -rm -f *.lo
750
751 clean-libtool:
752         -rm -rf .libs _libs
753 install-includeHEADERS: $(include_HEADERS)
754         @$(NORMAL_INSTALL)
755         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
756         if test -n "$$list"; then \
757           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
758           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
759         fi; \
760         for p in $$list; do \
761           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
762           echo "$$d$$p"; \
763         done | $(am__base_list) | \
764         while read files; do \
765           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
766           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
767         done
768
769 uninstall-includeHEADERS:
770         @$(NORMAL_UNINSTALL)
771         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
772         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
773         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
774 install-nodist_libincludeHEADERS: $(nodist_libinclude_HEADERS)
775         @$(NORMAL_INSTALL)
776         @list='$(nodist_libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
777         if test -n "$$list"; then \
778           echo " $(MKDIR_P) '$(DESTDIR)$(libincludedir)'"; \
779           $(MKDIR_P) "$(DESTDIR)$(libincludedir)" || exit 1; \
780         fi; \
781         for p in $$list; do \
782           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
783           echo "$$d$$p"; \
784         done | $(am__base_list) | \
785         while read files; do \
786           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libincludedir)'"; \
787           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libincludedir)" || exit $$?; \
788         done
789
790 uninstall-nodist_libincludeHEADERS:
791         @$(NORMAL_UNINSTALL)
792         @list='$(nodist_libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
793         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
794         dir='$(DESTDIR)$(libincludedir)'; $(am__uninstall_files_from_dir)
795
796 ID: $(am__tagged_files)
797         $(am__define_uniq_tagged_files); mkid -fID $$unique
798 tags: tags-am
799 TAGS: tags
800
801 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
802         set x; \
803         here=`pwd`; \
804         $(am__define_uniq_tagged_files); \
805         shift; \
806         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
807           test -n "$$unique" || unique=$$empty_fix; \
808           if test $$# -gt 0; then \
809             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
810               "$$@" $$unique; \
811           else \
812             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
813               $$unique; \
814           fi; \
815         fi
816 ctags: ctags-am
817
818 CTAGS: ctags
819 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
820         $(am__define_uniq_tagged_files); \
821         test -z "$(CTAGS_ARGS)$$unique" \
822           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
823              $$unique
824
825 GTAGS:
826         here=`$(am__cd) $(top_builddir) && pwd` \
827           && $(am__cd) $(top_srcdir) \
828           && gtags -i $(GTAGS_ARGS) "$$here"
829 cscopelist: cscopelist-am
830
831 cscopelist-am: $(am__tagged_files)
832         list='$(am__tagged_files)'; \
833         case "$(srcdir)" in \
834           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
835           *) sdir=$(subdir)/$(srcdir) ;; \
836         esac; \
837         for i in $$list; do \
838           if test -f "$$i"; then \
839             echo "$(subdir)/$$i"; \
840           else \
841             echo "$$sdir/$$i"; \
842           fi; \
843         done >> $(top_builddir)/cscope.files
844
845 distclean-tags:
846         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
847
848 distdir: $(DISTFILES)
849         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
850         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
851         list='$(DISTFILES)'; \
852           dist_files=`for file in $$list; do echo $$file; done | \
853           sed -e "s|^$$srcdirstrip/||;t" \
854               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
855         case $$dist_files in \
856           */*) $(MKDIR_P) `echo "$$dist_files" | \
857                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
858                            sort -u` ;; \
859         esac; \
860         for file in $$dist_files; do \
861           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
862           if test -d $$d/$$file; then \
863             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
864             if test -d "$(distdir)/$$file"; then \
865               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
866             fi; \
867             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
868               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
869               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
870             fi; \
871             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
872           else \
873             test -f "$(distdir)/$$file" \
874             || cp -p $$d/$$file "$(distdir)/$$file" \
875             || exit 1; \
876           fi; \
877         done
878 check-am: all-am
879 check: $(BUILT_SOURCES)
880         $(MAKE) $(AM_MAKEFLAGS) check-am
881 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
882 installdirs:
883         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(libincludedir)"; do \
884           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
885         done
886 install: $(BUILT_SOURCES)
887         $(MAKE) $(AM_MAKEFLAGS) install-am
888 install-exec: install-exec-am
889 install-data: install-data-am
890 uninstall: uninstall-am
891
892 install-am: all-am
893         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
894
895 installcheck: installcheck-am
896 install-strip:
897         if test -z '$(STRIP)'; then \
898           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
899             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
900               install; \
901         else \
902           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
903             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
904             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
905         fi
906 mostlyclean-generic:
907
908 clean-generic:
909         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
910
911 distclean-generic:
912         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
913         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
914
915 maintainer-clean-generic:
916         @echo "This command is intended for maintainers to use"
917         @echo "it deletes files that may require special tools to rebuild."
918         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
919 clean: clean-am
920
921 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
922         mostlyclean-am
923
924 distclean: distclean-am
925         -rm -rf $(DEPDIR) ./$(DEPDIR)
926         -rm -f Makefile
927 distclean-am: clean-am distclean-compile distclean-generic \
928         distclean-tags
929
930 dvi: dvi-am
931
932 dvi-am:
933
934 html: html-am
935
936 html-am:
937
938 info: info-am
939
940 info-am:
941
942 install-data-am: install-includeHEADERS \
943         install-nodist_libincludeHEADERS
944
945 install-dvi: install-dvi-am
946
947 install-dvi-am:
948
949 install-exec-am: install-libLTLIBRARIES
950
951 install-html: install-html-am
952
953 install-html-am:
954
955 install-info: install-info-am
956
957 install-info-am:
958
959 install-man:
960
961 install-pdf: install-pdf-am
962
963 install-pdf-am:
964
965 install-ps: install-ps-am
966
967 install-ps-am:
968
969 installcheck-am:
970
971 maintainer-clean: maintainer-clean-am
972         -rm -rf $(DEPDIR) ./$(DEPDIR)
973         -rm -f Makefile
974 maintainer-clean-am: distclean-am maintainer-clean-generic
975
976 mostlyclean: mostlyclean-am
977
978 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
979         mostlyclean-libtool
980
981 pdf: pdf-am
982
983 pdf-am:
984
985 ps: ps-am
986
987 ps-am:
988
989 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
990         uninstall-nodist_libincludeHEADERS
991
992 .MAKE: all check install install-am install-strip
993
994 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
995         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
996         ctags-am distclean distclean-compile distclean-generic \
997         distclean-libtool distclean-tags distdir dvi dvi-am html \
998         html-am info info-am install install-am install-data \
999         install-data-am install-dvi install-dvi-am install-exec \
1000         install-exec-am install-html install-html-am \
1001         install-includeHEADERS install-info install-info-am \
1002         install-libLTLIBRARIES install-man \
1003         install-nodist_libincludeHEADERS install-pdf install-pdf-am \
1004         install-ps install-ps-am install-strip installcheck \
1005         installcheck-am installdirs maintainer-clean \
1006         maintainer-clean-generic mostlyclean mostlyclean-compile \
1007         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1008         tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
1009         uninstall-libLTLIBRARIES uninstall-nodist_libincludeHEADERS
1010
1011 .PRECIOUS: Makefile
1012
1013
1014 zip_err_str.c: zip.h make_zip_err_str.sh
1015         sh $(srcdir)/make_zip_err_str.sh $(srcdir)/zip.h zip_err_str.c
1016
1017 zipconf.h: ${top_builddir}/config.h make_zipconf.sh
1018         sh ${srcdir}/make_zipconf.sh ${top_builddir}/config.h zipconf.h
1019
1020 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1021 # Otherwise a system limit (for SysV at least) may be exceeded.
1022 .NOEXPORT: