~ubuntu-branches/ubuntu/vivid/libzip/vivid

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2014-02-09 13:24:18 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140209132418-t7u2auujqnfb5rvm
Tags: 0.11.2-1
* New upstream release (Closes: #734388).
* Remove patches:
  - fix_open_nonarchive_test.patch - fixed upstream
  - fix_zipconf_path.patch - fixed upstream
  - fix_broken_decrypt.patch - fixed upstream
  - fix_autotools_tests.diff - stolen upstream
* Update debian/control:
  - add unzip to Build-Depends.
  - bump compat to 9
* Update *.install: multiarch paths.
* Update libzip2 symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
20
64
pkgdatadir = $(datadir)/@PACKAGE@
21
65
pkgincludedir = $(includedir)/@PACKAGE@
22
66
pkglibdir = $(libdir)/@PACKAGE@
36
80
build_triplet = @build@
37
81
host_triplet = @host@
38
82
subdir = lib
39
 
DIST_COMMON = $(include_HEADERS) $(libinclude_HEADERS) \
40
 
        $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41
 
        mkstemp.c
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am mkstemp.c \
 
84
        $(top_srcdir)/depcomp $(include_HEADERS) $(noinst_HEADERS)
42
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
86
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44
87
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45
88
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46
 
        $(top_srcdir)/configure.ac
 
89
        $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/configure.ac
47
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
91
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
92
mkinstalldirs = $(install_sh) -d
50
93
CONFIG_HEADER = $(top_builddir)/config.h
51
94
CONFIG_CLEAN_FILES =
52
95
CONFIG_CLEAN_VPATH_FILES =
71
114
am__base_list = \
72
115
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73
116
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
117
am__uninstall_files_from_dir = { \
 
118
  test -z "$$files" \
 
119
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
120
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
121
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
122
  }
74
123
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
75
124
        "$(DESTDIR)$(libincludedir)"
76
125
LTLIBRARIES = $(lib_LTLIBRARIES)
77
126
libzip_la_DEPENDENCIES = @LTLIBOBJS@
78
 
am_libzip_la_OBJECTS = zip_add.lo zip_add_dir.lo zip_close.lo \
79
 
        zip_delete.lo zip_dirent.lo zip_entry_free.lo zip_entry_new.lo \
80
 
        zip_err_str.lo zip_error.lo zip_error_clear.lo \
81
 
        zip_error_get.lo zip_error_get_sys_type.lo \
82
 
        zip_error_strerror.lo zip_error_to_str.lo zip_fclose.lo \
83
 
        zip_fdopen.lo zip_file_error_clear.lo zip_file_error_get.lo \
84
 
        zip_file_get_offset.lo zip_file_strerror.lo \
85
 
        zip_filerange_crc.lo zip_fopen.lo zip_fopen_encrypted.lo \
86
 
        zip_fopen_index.lo zip_fopen_index_encrypted.lo zip_fread.lo \
87
 
        zip_free.lo zip_get_archive_comment.lo zip_get_archive_flag.lo \
 
127
am_libzip_la_OBJECTS = zip_add.lo zip_add_dir.lo zip_add_entry.lo \
 
128
        zip_close.lo zip_delete.lo zip_dir_add.lo zip_dirent.lo \
 
129
        zip_discard.lo zip_entry.lo zip_err_str.lo zip_error.lo \
 
130
        zip_error_clear.lo zip_error_get.lo zip_error_get_sys_type.lo \
 
131
        zip_error_strerror.lo zip_error_to_str.lo zip_extra_field.lo \
 
132
        zip_extra_field_api.lo zip_fclose.lo zip_fdopen.lo \
 
133
        zip_file_add.lo zip_file_error_clear.lo zip_file_error_get.lo \
 
134
        zip_file_get_comment.lo zip_file_get_external_attributes.lo \
 
135
        zip_file_get_offset.lo zip_file_rename.lo zip_file_replace.lo \
 
136
        zip_file_set_comment.lo zip_file_set_external_attributes.lo \
 
137
        zip_file_strerror.lo zip_filerange_crc.lo zip_fopen.lo \
 
138
        zip_fopen_encrypted.lo zip_fopen_index.lo \
 
139
        zip_fopen_index_encrypted.lo zip_fread.lo \
 
140
        zip_get_archive_comment.lo zip_get_archive_flag.lo \
88
141
        zip_get_compression_implementation.lo \
89
142
        zip_get_encryption_implementation.lo zip_get_file_comment.lo \
90
 
        zip_get_file_extra.lo zip_get_num_entries.lo \
91
 
        zip_get_num_files.lo zip_get_name.lo zip_memdup.lo \
92
 
        zip_name_locate.lo zip_new.lo zip_open.lo zip_rename.lo \
93
 
        zip_replace.lo zip_set_archive_comment.lo \
 
143
        zip_get_num_entries.lo zip_get_num_files.lo zip_get_name.lo \
 
144
        zip_memdup.lo zip_name_locate.lo zip_new.lo zip_open.lo \
 
145
        zip_rename.lo zip_replace.lo zip_set_archive_comment.lo \
94
146
        zip_set_archive_flag.lo zip_set_default_password.lo \
95
 
        zip_set_file_comment.lo zip_set_file_extra.lo \
96
 
        zip_source_buffer.lo zip_source_close.lo zip_source_crc.lo \
97
 
        zip_source_deflate.lo zip_source_error.lo zip_source_file.lo \
98
 
        zip_source_filep.lo zip_source_free.lo zip_source_function.lo \
99
 
        zip_source_layered.lo zip_source_open.lo zip_source_pkware.lo \
100
 
        zip_source_pop.lo zip_source_read.lo zip_source_stat.lo \
101
 
        zip_source_zip.lo zip_set_name.lo zip_stat.lo \
 
147
        zip_set_file_comment.lo zip_set_file_compression.lo \
 
148
        zip_set_name.lo zip_source_buffer.lo zip_source_close.lo \
 
149
        zip_source_crc.lo zip_source_deflate.lo zip_source_error.lo \
 
150
        zip_source_file.lo zip_source_filep.lo zip_source_free.lo \
 
151
        zip_source_function.lo zip_source_layered.lo \
 
152
        zip_source_open.lo zip_source_pkware.lo zip_source_pop.lo \
 
153
        zip_source_read.lo zip_source_stat.lo zip_source_window.lo \
 
154
        zip_source_zip.lo zip_source_zip_new.lo zip_stat.lo \
102
155
        zip_stat_index.lo zip_stat_init.lo zip_strerror.lo \
103
 
        zip_unchange.lo zip_unchange_all.lo zip_unchange_archive.lo \
104
 
        zip_unchange_data.lo
 
156
        zip_string.lo zip_unchange.lo zip_unchange_all.lo \
 
157
        zip_unchange_archive.lo zip_unchange_data.lo zip_utf-8.lo
105
158
libzip_la_OBJECTS = $(am_libzip_la_OBJECTS)
106
 
libzip_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
159
AM_V_lt = $(am__v_lt_@AM_V@)
 
160
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
161
am__v_lt_0 = --silent
 
162
am__v_lt_1 = 
 
163
libzip_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107
164
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108
165
        $(libzip_la_LDFLAGS) $(LDFLAGS) -o $@
 
166
AM_V_P = $(am__v_P_@AM_V@)
 
167
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
168
am__v_P_0 = false
 
169
am__v_P_1 = :
 
170
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
171
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
172
am__v_GEN_0 = @echo "  GEN     " $@;
 
173
am__v_GEN_1 = 
 
174
AM_V_at = $(am__v_at_@AM_V@)
 
175
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
176
am__v_at_0 = @
 
177
am__v_at_1 = 
109
178
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
110
179
depcomp = $(SHELL) $(top_srcdir)/depcomp
111
180
am__depfiles_maybe = depfiles
112
181
am__mv = mv -f
113
182
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114
183
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
117
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
184
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
185
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
186
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
187
        $(AM_CFLAGS) $(CFLAGS)
 
188
AM_V_CC = $(am__v_CC_@AM_V@)
 
189
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
190
am__v_CC_0 = @echo "  CC      " $@;
 
191
am__v_CC_1 = 
118
192
CCLD = $(CC)
119
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
120
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
121
 
        $(LDFLAGS) -o $@
 
193
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
194
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
195
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
196
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
197
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
198
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
199
am__v_CCLD_1 = 
122
200
SOURCES = $(libzip_la_SOURCES)
123
201
DIST_SOURCES = $(libzip_la_SOURCES)
124
 
HEADERS = $(include_HEADERS) $(libinclude_HEADERS) $(noinst_HEADERS)
 
202
am__can_run_installinfo = \
 
203
  case $$AM_UPDATE_INFO_DIR in \
 
204
    n|no|NO) false;; \
 
205
    *) (install-info --version) >/dev/null 2>&1;; \
 
206
  esac
 
207
HEADERS = $(include_HEADERS) $(nodist_libinclude_HEADERS) \
 
208
        $(noinst_HEADERS)
 
209
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
210
# Read a list of newline-separated strings from the standard input,
 
211
# and print each of them once, without duplicates.  Input order is
 
212
# *not* preserved.
 
213
am__uniquify_input = $(AWK) '\
 
214
  BEGIN { nonempty = 0; } \
 
215
  { items[$$0] = 1; nonempty = 1; } \
 
216
  END { if (nonempty) { for (i in items) print i; }; } \
 
217
'
 
218
# Make sure the list of sources is unique.  This is necessary because,
 
219
# e.g., the same source file might be shared among _SOURCES variables
 
220
# for different programs/libraries.
 
221
am__define_uniq_tagged_files = \
 
222
  list='$(am__tagged_files)'; \
 
223
  unique=`for i in $$list; do \
 
224
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
225
  done | $(am__uniquify_input)`
125
226
ETAGS = etags
126
227
CTAGS = ctags
127
228
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128
229
ACLOCAL = @ACLOCAL@
129
230
AMTAR = @AMTAR@
 
231
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130
232
AR = @AR@
131
233
AUTOCONF = @AUTOCONF@
132
234
AUTOHEADER = @AUTOHEADER@
135
237
CC = @CC@
136
238
CCDEPMODE = @CCDEPMODE@
137
239
CFLAGS = @CFLAGS@
 
240
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
138
241
CPP = @CPP@
139
242
CPPFLAGS = @CPPFLAGS@
140
243
CYGPATH_W = @CYGPATH_W@
141
244
DEFS = @DEFS@
142
245
DEPDIR = @DEPDIR@
 
246
DLLTOOL = @DLLTOOL@
143
247
DSYMUTIL = @DSYMUTIL@
144
248
DUMPBIN = @DUMPBIN@
145
249
ECHO_C = @ECHO_C@
149
253
EXEEXT = @EXEEXT@
150
254
FGREP = @FGREP@
151
255
GREP = @GREP@
 
256
HAVE_VISIBILITY = @HAVE_VISIBILITY@
152
257
INSTALL = @INSTALL@
153
258
INSTALL_DATA = @INSTALL_DATA@
154
259
INSTALL_PROGRAM = @INSTALL_PROGRAM@
164
269
LTLIBOBJS = @LTLIBOBJS@
165
270
MAKEINFO = @MAKEINFO@
166
271
MANFMT = @MANFMT@
 
272
MANIFEST_TOOL = @MANIFEST_TOOL@
167
273
MKDIR_P = @MKDIR_P@
168
274
NM = @NM@
169
275
NMEDIT = @NMEDIT@
184
290
SET_MAKE = @SET_MAKE@
185
291
SHELL = @SHELL@
186
292
STRIP = @STRIP@
 
293
TOUCH = @TOUCH@
 
294
UNZIP = @UNZIP@
187
295
VERSION = @VERSION@
188
296
abs_builddir = @abs_builddir@
189
297
abs_srcdir = @abs_srcdir@
190
298
abs_top_builddir = @abs_top_builddir@
191
299
abs_top_srcdir = @abs_top_srcdir@
 
300
ac_ct_AR = @ac_ct_AR@
192
301
ac_ct_CC = @ac_ct_CC@
193
302
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194
303
am__include = @am__include@
221
330
libexecdir = @libexecdir@
222
331
localedir = @localedir@
223
332
localstatedir = @localstatedir@
224
 
lt_ECHO = @lt_ECHO@
225
333
mandir = @mandir@
226
334
mkdir_p = @mkdir_p@
227
335
oldincludedir = @oldincludedir@
237
345
top_build_prefix = @top_build_prefix@
238
346
top_builddir = @top_builddir@
239
347
top_srcdir = @top_srcdir@
 
348
AM_CFLAGS = @CFLAG_VISIBILITY@
240
349
libincludedir = ${libdir}/@PACKAGE@/include
241
350
lib_LTLIBRARIES = libzip.la
242
351
noinst_HEADERS = zipint.h
243
352
include_HEADERS = zip.h
244
 
libinclude_HEADERS = zipconf.h
 
353
nodist_libinclude_HEADERS = zipconf.h
245
354
 
246
355
# also update CMakeLists.txt when changing version
247
356
libzip_la_LDFLAGS = -no-undefined -version-info 3:0:1
249
358
libzip_la_SOURCES = \
250
359
        zip_add.c \
251
360
        zip_add_dir.c \
 
361
        zip_add_entry.c \
252
362
        zip_close.c \
253
363
        zip_delete.c \
 
364
        zip_dir_add.c \
254
365
        zip_dirent.c \
255
 
        zip_entry_free.c \
256
 
        zip_entry_new.c \
 
366
        zip_discard.c \
 
367
        zip_entry.c \
257
368
        zip_err_str.c \
258
369
        zip_error.c \
259
370
        zip_error_clear.c \
261
372
        zip_error_get_sys_type.c \
262
373
        zip_error_strerror.c \
263
374
        zip_error_to_str.c \
 
375
        zip_extra_field.c \
 
376
        zip_extra_field_api.c \
264
377
        zip_fclose.c \
265
378
        zip_fdopen.c \
 
379
        zip_file_add.c \
266
380
        zip_file_error_clear.c \
267
381
        zip_file_error_get.c \
 
382
        zip_file_get_comment.c \
 
383
        zip_file_get_external_attributes.c \
268
384
        zip_file_get_offset.c \
 
385
        zip_file_rename.c \
 
386
        zip_file_replace.c \
 
387
        zip_file_set_comment.c \
 
388
        zip_file_set_external_attributes.c \
269
389
        zip_file_strerror.c \
270
390
        zip_filerange_crc.c \
271
391
        zip_fopen.c \
273
393
        zip_fopen_index.c \
274
394
        zip_fopen_index_encrypted.c \
275
395
        zip_fread.c \
276
 
        zip_free.c \
277
396
        zip_get_archive_comment.c \
278
397
        zip_get_archive_flag.c \
279
398
        zip_get_compression_implementation.c \
280
399
        zip_get_encryption_implementation.c \
281
400
        zip_get_file_comment.c \
282
 
        zip_get_file_extra.c \
283
401
        zip_get_num_entries.c \
284
402
        zip_get_num_files.c \
285
403
        zip_get_name.c \
293
411
        zip_set_archive_flag.c \
294
412
        zip_set_default_password.c \
295
413
        zip_set_file_comment.c \
296
 
        zip_set_file_extra.c \
 
414
        zip_set_file_compression.c \
 
415
        zip_set_name.c \
297
416
        zip_source_buffer.c \
298
417
        zip_source_close.c \
299
418
        zip_source_crc.c \
309
428
        zip_source_pop.c \
310
429
        zip_source_read.c \
311
430
        zip_source_stat.c \
 
431
        zip_source_window.c \
312
432
        zip_source_zip.c \
313
 
        zip_set_name.c \
 
433
        zip_source_zip_new.c \
314
434
        zip_stat.c \
315
435
        zip_stat_index.c \
316
436
        zip_stat_init.c \
317
437
        zip_strerror.c \
 
438
        zip_string.c \
318
439
        zip_unchange.c \
319
440
        zip_unchange_all.c \
320
441
        zip_unchange_archive.c \
321
 
        zip_unchange_data.c
 
442
        zip_unchange_data.c \
 
443
        zip_utf-8.c
322
444
 
323
 
BUILT_SOURCES = zip_err_str.c zipconf.h
 
445
BUILT_SOURCES = zipconf.h
324
446
CLEANFILES = ${BUILT_SOURCES}
325
447
EXTRA_DIST = CMakeLists.txt \
326
448
                make_zip_err_str.sh \
361
483
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362
484
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
485
$(am__aclocal_m4_deps):
 
486
 
364
487
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
365
488
        @$(NORMAL_INSTALL)
366
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
367
489
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
368
490
        list2=; for p in $$list; do \
369
491
          if test -f $$p; then \
371
493
          else :; fi; \
372
494
        done; \
373
495
        test -z "$$list2" || { \
 
496
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
497
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
374
498
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
375
499
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
376
500
        }
386
510
 
387
511
clean-libLTLIBRARIES:
388
512
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
389
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
390
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
391
 
          test "$$dir" != "$$p" || dir=.; \
392
 
          echo "rm -f \"$${dir}/so_locations\""; \
393
 
          rm -f "$${dir}/so_locations"; \
394
 
        done
395
 
libzip.la: $(libzip_la_OBJECTS) $(libzip_la_DEPENDENCIES) 
396
 
        $(libzip_la_LINK) -rpath $(libdir) $(libzip_la_OBJECTS) $(libzip_la_LIBADD) $(LIBS)
 
513
        @list='$(lib_LTLIBRARIES)'; \
 
514
        locs=`for p in $$list; do echo $$p; done | \
 
515
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
516
              sort -u`; \
 
517
        test -z "$$locs" || { \
 
518
          echo rm -f $${locs}; \
 
519
          rm -f $${locs}; \
 
520
        }
 
521
 
 
522
libzip.la: $(libzip_la_OBJECTS) $(libzip_la_DEPENDENCIES) $(EXTRA_libzip_la_DEPENDENCIES) 
 
523
        $(AM_V_CCLD)$(libzip_la_LINK) -rpath $(libdir) $(libzip_la_OBJECTS) $(libzip_la_LIBADD) $(LIBS)
397
524
 
398
525
mostlyclean-compile:
399
526
        -rm -f *.$(OBJEXT)
404
531
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkstemp.Plo@am__quote@
405
532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add.Plo@am__quote@
406
533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add_dir.Plo@am__quote@
 
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_add_entry.Plo@am__quote@
407
535
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_close.Plo@am__quote@
408
536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_delete.Plo@am__quote@
 
537
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_dir_add.Plo@am__quote@
409
538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_dirent.Plo@am__quote@
410
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_entry_free.Plo@am__quote@
411
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_entry_new.Plo@am__quote@
 
539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_discard.Plo@am__quote@
 
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_entry.Plo@am__quote@
412
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_err_str.Plo@am__quote@
413
542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error.Plo@am__quote@
414
543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_clear.Plo@am__quote@
416
545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_get_sys_type.Plo@am__quote@
417
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_strerror.Plo@am__quote@
418
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_error_to_str.Plo@am__quote@
 
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_extra_field.Plo@am__quote@
 
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_extra_field_api.Plo@am__quote@
419
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fclose.Plo@am__quote@
420
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fdopen.Plo@am__quote@
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_add.Plo@am__quote@
421
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_error_clear.Plo@am__quote@
422
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_error_get.Plo@am__quote@
 
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_comment.Plo@am__quote@
 
556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_external_attributes.Plo@am__quote@
423
557
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_get_offset.Plo@am__quote@
 
558
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_rename.Plo@am__quote@
 
559
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_replace.Plo@am__quote@
 
560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_set_comment.Plo@am__quote@
 
561
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_set_external_attributes.Plo@am__quote@
424
562
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_file_strerror.Plo@am__quote@
425
563
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_filerange_crc.Plo@am__quote@
426
564
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen.Plo@am__quote@
428
566
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen_index.Plo@am__quote@
429
567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fopen_index_encrypted.Plo@am__quote@
430
568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_fread.Plo@am__quote@
431
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_free.Plo@am__quote@
432
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_archive_comment.Plo@am__quote@
433
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_archive_flag.Plo@am__quote@
434
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_compression_implementation.Plo@am__quote@
435
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_encryption_implementation.Plo@am__quote@
436
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_file_comment.Plo@am__quote@
437
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_file_extra.Plo@am__quote@
438
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_name.Plo@am__quote@
439
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_num_entries.Plo@am__quote@
440
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_get_num_files.Plo@am__quote@
448
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_archive_flag.Plo@am__quote@
449
585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_default_password.Plo@am__quote@
450
586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_file_comment.Plo@am__quote@
451
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_file_extra.Plo@am__quote@
 
587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_file_compression.Plo@am__quote@
452
588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_set_name.Plo@am__quote@
453
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_buffer.Plo@am__quote@
454
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_close.Plo@am__quote@
465
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_pop.Plo@am__quote@
466
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_read.Plo@am__quote@
467
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_stat.Plo@am__quote@
 
604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_window.Plo@am__quote@
468
605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_zip.Plo@am__quote@
 
606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_source_zip_new.Plo@am__quote@
469
607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat.Plo@am__quote@
470
608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat_index.Plo@am__quote@
471
609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_stat_init.Plo@am__quote@
472
610
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_strerror.Plo@am__quote@
 
611
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_string.Plo@am__quote@
473
612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange.Plo@am__quote@
474
613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_all.Plo@am__quote@
475
614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_archive.Plo@am__quote@
476
615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_unchange_data.Plo@am__quote@
 
616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip_utf-8.Plo@am__quote@
477
617
 
478
618
.c.o:
479
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
619
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
620
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482
622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
623
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
484
624
 
485
625
.c.obj:
486
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
487
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
626
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
627
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489
629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
630
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
491
631
 
492
632
.c.lo:
493
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
495
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
633
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
634
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
496
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
637
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
498
638
 
499
639
mostlyclean-libtool:
500
640
        -rm -f *.lo
503
643
        -rm -rf .libs _libs
504
644
install-includeHEADERS: $(include_HEADERS)
505
645
        @$(NORMAL_INSTALL)
506
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
507
646
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
647
        if test -n "$$list"; then \
 
648
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
649
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
650
        fi; \
508
651
        for p in $$list; do \
509
652
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
510
653
          echo "$$d$$p"; \
518
661
        @$(NORMAL_UNINSTALL)
519
662
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
520
663
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
521
 
        test -n "$$files" || exit 0; \
522
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
523
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
524
 
install-libincludeHEADERS: $(libinclude_HEADERS)
 
664
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
 
665
install-nodist_libincludeHEADERS: $(nodist_libinclude_HEADERS)
525
666
        @$(NORMAL_INSTALL)
526
 
        test -z "$(libincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libincludedir)"
527
 
        @list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
 
667
        @list='$(nodist_libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
 
668
        if test -n "$$list"; then \
 
669
          echo " $(MKDIR_P) '$(DESTDIR)$(libincludedir)'"; \
 
670
          $(MKDIR_P) "$(DESTDIR)$(libincludedir)" || exit 1; \
 
671
        fi; \
528
672
        for p in $$list; do \
529
673
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530
674
          echo "$$d$$p"; \
534
678
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libincludedir)" || exit $$?; \
535
679
        done
536
680
 
537
 
uninstall-libincludeHEADERS:
 
681
uninstall-nodist_libincludeHEADERS:
538
682
        @$(NORMAL_UNINSTALL)
539
 
        @list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
 
683
        @list='$(nodist_libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
540
684
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
541
 
        test -n "$$files" || exit 0; \
542
 
        echo " ( cd '$(DESTDIR)$(libincludedir)' && rm -f" $$files ")"; \
543
 
        cd "$(DESTDIR)$(libincludedir)" && rm -f $$files
544
 
 
545
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
546
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
547
 
        unique=`for i in $$list; do \
548
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
549
 
          done | \
550
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
552
 
        mkid -fID $$unique
553
 
tags: TAGS
554
 
 
555
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
556
 
                $(TAGS_FILES) $(LISP)
 
685
        dir='$(DESTDIR)$(libincludedir)'; $(am__uninstall_files_from_dir)
 
686
 
 
687
ID: $(am__tagged_files)
 
688
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
689
tags: tags-am
 
690
TAGS: tags
 
691
 
 
692
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
557
693
        set x; \
558
694
        here=`pwd`; \
559
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
560
 
        unique=`for i in $$list; do \
561
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
562
 
          done | \
563
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
564
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
695
        $(am__define_uniq_tagged_files); \
565
696
        shift; \
566
697
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
567
698
          test -n "$$unique" || unique=$$empty_fix; \
573
704
              $$unique; \
574
705
          fi; \
575
706
        fi
576
 
ctags: CTAGS
577
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
578
 
                $(TAGS_FILES) $(LISP)
579
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
580
 
        unique=`for i in $$list; do \
581
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582
 
          done | \
583
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
707
ctags: ctags-am
 
708
 
 
709
CTAGS: ctags
 
710
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
711
        $(am__define_uniq_tagged_files); \
585
712
        test -z "$(CTAGS_ARGS)$$unique" \
586
713
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
587
714
             $$unique
590
717
        here=`$(am__cd) $(top_builddir) && pwd` \
591
718
          && $(am__cd) $(top_srcdir) \
592
719
          && gtags -i $(GTAGS_ARGS) "$$here"
 
720
cscopelist: cscopelist-am
 
721
 
 
722
cscopelist-am: $(am__tagged_files)
 
723
        list='$(am__tagged_files)'; \
 
724
        case "$(srcdir)" in \
 
725
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
726
          *) sdir=$(subdir)/$(srcdir) ;; \
 
727
        esac; \
 
728
        for i in $$list; do \
 
729
          if test -f "$$i"; then \
 
730
            echo "$(subdir)/$$i"; \
 
731
          else \
 
732
            echo "$$sdir/$$i"; \
 
733
          fi; \
 
734
        done >> $(top_builddir)/cscope.files
593
735
 
594
736
distclean-tags:
595
737
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
643
785
 
644
786
installcheck: installcheck-am
645
787
install-strip:
646
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648
 
          `test -z '$(STRIP)' || \
649
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
788
        if test -z '$(STRIP)'; then \
 
789
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
790
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
791
              install; \
 
792
        else \
 
793
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
794
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
795
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
796
        fi
650
797
mostlyclean-generic:
651
798
 
652
799
clean-generic:
683
830
 
684
831
info-am:
685
832
 
686
 
install-data-am: install-includeHEADERS install-libincludeHEADERS
 
833
install-data-am: install-includeHEADERS \
 
834
        install-nodist_libincludeHEADERS
687
835
 
688
836
install-dvi: install-dvi-am
689
837
 
730
878
ps-am:
731
879
 
732
880
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
733
 
        uninstall-libincludeHEADERS
 
881
        uninstall-nodist_libincludeHEADERS
734
882
 
735
883
.MAKE: all check install install-am install-strip
736
884
 
737
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
738
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
739
 
        distclean-compile distclean-generic distclean-libtool \
740
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
741
 
        install install-am install-data install-data-am install-dvi \
742
 
        install-dvi-am install-exec install-exec-am install-html \
743
 
        install-html-am install-includeHEADERS install-info \
744
 
        install-info-am install-libLTLIBRARIES \
745
 
        install-libincludeHEADERS install-man install-pdf \
746
 
        install-pdf-am install-ps install-ps-am install-strip \
747
 
        installcheck installcheck-am installdirs maintainer-clean \
 
885
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
886
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
887
        ctags-am distclean distclean-compile distclean-generic \
 
888
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
889
        html-am info info-am install install-am install-data \
 
890
        install-data-am install-dvi install-dvi-am install-exec \
 
891
        install-exec-am install-html install-html-am \
 
892
        install-includeHEADERS install-info install-info-am \
 
893
        install-libLTLIBRARIES install-man \
 
894
        install-nodist_libincludeHEADERS install-pdf install-pdf-am \
 
895
        install-ps install-ps-am install-strip installcheck \
 
896
        installcheck-am installdirs maintainer-clean \
748
897
        maintainer-clean-generic mostlyclean mostlyclean-compile \
749
898
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
750
 
        tags uninstall uninstall-am uninstall-includeHEADERS \
751
 
        uninstall-libLTLIBRARIES uninstall-libincludeHEADERS
 
899
        tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
 
900
        uninstall-libLTLIBRARIES uninstall-nodist_libincludeHEADERS
752
901
 
753
902
 
754
903
zip_err_str.c: zip.h make_zip_err_str.sh