|
|
@@ -1,9 +1,8 @@
|
|
|
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
|
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
|
|
# @configure_input@
|
|
|
|
|
|
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
|
-# Inc.
|
|
|
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
|
+
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
@@ -37,6 +36,51 @@
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
+am__make_running_with_option = \
|
|
|
+ case $${target_option-} in \
|
|
|
+ ?) ;; \
|
|
|
+ *) echo "am__make_running_with_option: internal error: invalid" \
|
|
|
+ "target option '$${target_option-}' specified" >&2; \
|
|
|
+ exit 1;; \
|
|
|
+ esac; \
|
|
|
+ has_opt=no; \
|
|
|
+ sane_makeflags=$$MAKEFLAGS; \
|
|
|
+ if $(am__is_gnu_make); then \
|
|
|
+ sane_makeflags=$$MFLAGS; \
|
|
|
+ else \
|
|
|
+ case $$MAKEFLAGS in \
|
|
|
+ *\\[\ \ ]*) \
|
|
|
+ bs=\\; \
|
|
|
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
|
+ esac; \
|
|
|
+ fi; \
|
|
|
+ skip_next=no; \
|
|
|
+ strip_trailopt () \
|
|
|
+ { \
|
|
|
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
|
+ }; \
|
|
|
+ for flg in $$sane_makeflags; do \
|
|
|
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
|
+ case $$flg in \
|
|
|
+ *=*|--*) continue;; \
|
|
|
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
|
+ -*I?*) strip_trailopt 'I';; \
|
|
|
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
|
+ -*O?*) strip_trailopt 'O';; \
|
|
|
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
|
+ -*l?*) strip_trailopt 'l';; \
|
|
|
+ -[dEDm]) skip_next=yes;; \
|
|
|
+ -[JT]) skip_next=yes;; \
|
|
|
+ esac; \
|
|
|
+ case $$flg in \
|
|
|
+ *$$target_option*) has_opt=yes; break;; \
|
|
|
+ esac; \
|
|
|
+ done; \
|
|
|
+ test $$has_opt = yes
|
|
|
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
|
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
@@ -56,13 +100,13 @@ POST_UNINSTALL = :
|
|
|
build_triplet = @build@
|
|
|
host_triplet = @host@
|
|
|
target_triplet = @target@
|
|
|
-DIST_COMMON = README $(am__configure_deps) $(dist_noinst_SCRIPTS) \
|
|
|
- $(include_HEADERS) $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
|
|
|
- $(srcdir)/Makefile.in $(srcdir)/autoconfig.h.in \
|
|
|
- $(srcdir)/doxygen.am $(srcdir)/libzipper1.pc.in \
|
|
|
- $(srcdir)/zipper.1.in $(top_srcdir)/configure COPYING INSTALL \
|
|
|
- NEWS config.guess config.sub depcomp install-sh ltmain.sh \
|
|
|
- missing
|
|
|
+DIST_COMMON = $(srcdir)/doxygen.am $(srcdir)/Makefile.in \
|
|
|
+ $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
|
|
+ $(am__configure_deps) $(srcdir)/autoconfig.h.in \
|
|
|
+ $(srcdir)/Doxyfile.in $(srcdir)/libzipper1.pc.in \
|
|
|
+ $(srcdir)/zipper.1.in $(dist_noinst_SCRIPTS) depcomp \
|
|
|
+ $(include_HEADERS) COPYING INSTALL NEWS README compile \
|
|
|
+ config.guess config.sub install-sh missing ltmain.sh
|
|
|
@DX_COND_doc_TRUE@@DX_COND_html_TRUE@am__append_1 = doxygen-install-html
|
|
|
@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@am__append_2 = doxygen-install-chm
|
|
|
@DX_COND_doc_TRUE@@DX_COND_man_TRUE@am__append_3 = doxygen-install-man
|
|
|
@@ -77,6 +121,15 @@ DIST_COMMON = README $(am__configure_deps) $(dist_noinst_SCRIPTS) \
|
|
|
@HAVE_GNU_STRERROR_FALSE@am__append_10 = \
|
|
|
@HAVE_GNU_STRERROR_FALSE@ port/strerror_posix.cc
|
|
|
|
|
|
+@HAVE_PREAD_FALSE@am__append_11 = \
|
|
|
+@HAVE_PREAD_FALSE@ port/pread.c
|
|
|
+
|
|
|
+@HAVE_PWRITE_FALSE@am__append_12 = \
|
|
|
+@HAVE_PWRITE_FALSE@ port/pwrite.c
|
|
|
+
|
|
|
+@HAVE_UTIMES_FALSE@am__append_13 = \
|
|
|
+@HAVE_UTIMES_FALSE@ port/utimes.c
|
|
|
+
|
|
|
bin_PROGRAMS = zipper$(EXEEXT)
|
|
|
subdir = .
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
@@ -110,6 +163,12 @@ am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
am__base_list = \
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
|
+am__uninstall_files_from_dir = { \
|
|
|
+ test -z "$$files" \
|
|
|
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
+ $(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
+ }
|
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
|
|
"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
|
|
|
"$(DESTDIR)$(includedir)"
|
|
|
@@ -119,15 +178,25 @@ am__libzipper_la_SOURCES_DIST = Compressor.cc CompressedFile.cc \
|
|
|
Container.cc Decompressor.cc deflate.cc deflate.hh \
|
|
|
Exception.cc FileReader.cc FileWriter.cc gzip.cc gzip.hh \
|
|
|
Reader.cc split.hh strerror.hh util.hh Writer.cc zip.hh zip.cc \
|
|
|
- port/strerror_gnu.cc port/strerror_posix.cc
|
|
|
-@HAVE_GNU_STRERROR_TRUE@am__objects_1 = strerror_gnu.lo
|
|
|
-@HAVE_GNU_STRERROR_FALSE@am__objects_2 = strerror_posix.lo
|
|
|
+ port/strerror_gnu.cc port/strerror_posix.cc port/pread.c \
|
|
|
+ port/pwrite.c port/utimes.c
|
|
|
+am__dirstamp = $(am__leading_dot)dirstamp
|
|
|
+@HAVE_GNU_STRERROR_TRUE@am__objects_1 = port/strerror_gnu.lo
|
|
|
+@HAVE_GNU_STRERROR_FALSE@am__objects_2 = port/strerror_posix.lo
|
|
|
+@HAVE_PREAD_FALSE@am__objects_3 = port/libzipper_la-pread.lo
|
|
|
+@HAVE_PWRITE_FALSE@am__objects_4 = port/libzipper_la-pwrite.lo
|
|
|
+@HAVE_UTIMES_FALSE@am__objects_5 = port/libzipper_la-utimes.lo
|
|
|
am_libzipper_la_OBJECTS = Compressor.lo CompressedFile.lo Container.lo \
|
|
|
Decompressor.lo deflate.lo Exception.lo FileReader.lo \
|
|
|
FileWriter.lo gzip.lo Reader.lo Writer.lo zip.lo \
|
|
|
- $(am__objects_1) $(am__objects_2)
|
|
|
+ $(am__objects_1) $(am__objects_2) $(am__objects_3) \
|
|
|
+ $(am__objects_4) $(am__objects_5)
|
|
|
libzipper_la_OBJECTS = $(am_libzipper_la_OBJECTS)
|
|
|
-libzipper_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
|
+AM_V_lt = $(am__v_lt_@AM_V@)
|
|
|
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
|
|
+am__v_lt_0 = --silent
|
|
|
+am__v_lt_1 =
|
|
|
+libzipper_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
|
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
|
$(CXXFLAGS) $(libzipper_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
PROGRAMS = $(bin_PROGRAMS)
|
|
|
@@ -135,50 +204,112 @@ am_zipper_OBJECTS = zipper.$(OBJEXT)
|
|
|
zipper_OBJECTS = $(am_zipper_OBJECTS)
|
|
|
zipper_DEPENDENCIES = libzipper.la
|
|
|
SCRIPTS = $(dist_noinst_SCRIPTS)
|
|
|
+AM_V_P = $(am__v_P_@AM_V@)
|
|
|
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
+am__v_P_0 = false
|
|
|
+am__v_P_1 = :
|
|
|
+AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
|
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
|
+am__v_GEN_0 = @echo " GEN " $@;
|
|
|
+am__v_GEN_1 =
|
|
|
+AM_V_at = $(am__v_at_@AM_V@)
|
|
|
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
|
+am__v_at_0 = @
|
|
|
+am__v_at_1 =
|
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
am__depfiles_maybe = depfiles
|
|
|
am__mv = mv -f
|
|
|
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
-LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
- --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
-CXXLD = $(CXX)
|
|
|
-CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
- --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
|
- $(LDFLAGS) -o $@
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
|
|
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
+ $(AM_CFLAGS) $(CFLAGS)
|
|
|
+AM_V_CC = $(am__v_CC_@AM_V@)
|
|
|
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
|
+am__v_CC_0 = @echo " CC " $@;
|
|
|
+am__v_CC_1 =
|
|
|
CCLD = $(CC)
|
|
|
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
|
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
|
- $(LDFLAGS) -o $@
|
|
|
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
|
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
|
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
|
+am__v_CCLD_0 = @echo " CCLD " $@;
|
|
|
+am__v_CCLD_1 =
|
|
|
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
|
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
|
+ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
|
|
|
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
+ $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
|
+AM_V_CXX = $(am__v_CXX_@AM_V@)
|
|
|
+am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
|
|
|
+am__v_CXX_0 = @echo " CXX " $@;
|
|
|
+am__v_CXX_1 =
|
|
|
+CXXLD = $(CXX)
|
|
|
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
|
|
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
|
|
+ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
+AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
|
|
|
+am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
|
|
|
+am__v_CXXLD_0 = @echo " CXXLD " $@;
|
|
|
+am__v_CXXLD_1 =
|
|
|
SOURCES = $(libzipper_la_SOURCES) $(zipper_SOURCES)
|
|
|
DIST_SOURCES = $(am__libzipper_la_SOURCES_DIST) $(zipper_SOURCES)
|
|
|
+am__can_run_installinfo = \
|
|
|
+ case $$AM_UPDATE_INFO_DIR in \
|
|
|
+ n|no|NO) false;; \
|
|
|
+ *) (install-info --version) >/dev/null 2>&1;; \
|
|
|
+ esac
|
|
|
man1dir = $(mandir)/man1
|
|
|
NROFF = nroff
|
|
|
MANS = $(man_MANS)
|
|
|
DATA = $(pkgconfig_DATA)
|
|
|
HEADERS = $(include_HEADERS)
|
|
|
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
|
|
|
+ $(LISP)autoconfig.h.in
|
|
|
+# Read a list of newline-separated strings from the standard input,
|
|
|
+# and print each of them once, without duplicates. Input order is
|
|
|
+# *not* preserved.
|
|
|
+am__uniquify_input = $(AWK) '\
|
|
|
+ BEGIN { nonempty = 0; } \
|
|
|
+ { items[$$0] = 1; nonempty = 1; } \
|
|
|
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
|
+'
|
|
|
+# Make sure the list of sources is unique. This is necessary because,
|
|
|
+# e.g., the same source file might be shared among _SOURCES variables
|
|
|
+# for different programs/libraries.
|
|
|
+am__define_uniq_tagged_files = \
|
|
|
+ list='$(am__tagged_files)'; \
|
|
|
+ unique=`for i in $$list; do \
|
|
|
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
+ done | $(am__uniquify_input)`
|
|
|
ETAGS = etags
|
|
|
CTAGS = ctags
|
|
|
+CSCOPE = cscope
|
|
|
+AM_RECURSIVE_TARGETS = cscope
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
top_distdir = $(distdir)
|
|
|
am__remove_distdir = \
|
|
|
- { test ! -d "$(distdir)" \
|
|
|
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
- && rm -fr "$(distdir)"; }; }
|
|
|
+ if test -d "$(distdir)"; then \
|
|
|
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
+ && rm -rf "$(distdir)" \
|
|
|
+ || { sleep 5 && rm -rf "$(distdir)"; }; \
|
|
|
+ else :; fi
|
|
|
+am__post_remove_distdir = $(am__remove_distdir)
|
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
|
GZIP_ENV = --best
|
|
|
+DIST_TARGETS = dist-gzip
|
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
|
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
|
|
+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
|
|
distcleancheck_listfiles = find . -type f -print
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
AMTAR = @AMTAR@
|
|
|
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
|
AR = @AR@
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
@@ -330,6 +461,7 @@ target_vendor = @target_vendor@
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
top_builddir = @top_builddir@
|
|
|
top_srcdir = @top_srcdir@
|
|
|
+AUTOMAKE_OPTIONS = subdir-objects
|
|
|
DOXYGEN_INSTALL = $(am__append_1) $(am__append_2) $(am__append_3) \
|
|
|
$(am__append_4) $(am__append_5) $(am__append_6) \
|
|
|
$(am__append_7) $(am__append_8)
|
|
|
@@ -376,7 +508,8 @@ libzipper_la_SOURCES = Compressor.cc CompressedFile.cc Container.cc \
|
|
|
Decompressor.cc deflate.cc deflate.hh Exception.cc \
|
|
|
FileReader.cc FileWriter.cc gzip.cc gzip.hh Reader.cc split.hh \
|
|
|
strerror.hh util.hh Writer.cc zip.hh zip.cc $(am__append_9) \
|
|
|
- $(am__append_10)
|
|
|
+ $(am__append_10) $(am__append_11) $(am__append_12) \
|
|
|
+ $(am__append_13)
|
|
|
|
|
|
# Public API headers go here, for installation to /usr/include
|
|
|
include_HEADERS = zipper.hh
|
|
|
@@ -392,8 +525,8 @@ all: autoconfig.h
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
|
|
.SUFFIXES:
|
|
|
-.SUFFIXES: .cc .lo .o .obj
|
|
|
-am--refresh:
|
|
|
+.SUFFIXES: .c .cc .lo .o .obj
|
|
|
+am--refresh: Makefile
|
|
|
@:
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
|
|
|
@for dep in $?; do \
|
|
|
@@ -418,6 +551,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
|
esac;
|
|
|
+$(srcdir)/doxygen.am:
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
$(SHELL) ./config.status --recheck
|
|
|
@@ -429,10 +563,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
|
autoconfig.h: stamp-h1
|
|
|
- @if test ! -f $@; then \
|
|
|
- rm -f stamp-h1; \
|
|
|
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
|
- else :; fi
|
|
|
+ @test -f $@ || rm -f stamp-h1
|
|
|
+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
|
|
|
|
|
stamp-h1: $(srcdir)/autoconfig.h.in $(top_builddir)/config.status
|
|
|
@rm -f stamp-h1
|
|
|
@@ -450,9 +582,9 @@ libzipper1.pc: $(top_builddir)/config.status $(srcdir)/libzipper1.pc.in
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
|
zipper.1: $(top_builddir)/config.status $(srcdir)/zipper.1.in
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
|
+
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
|
@$(NORMAL_INSTALL)
|
|
|
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
|
list2=; for p in $$list; do \
|
|
|
if test -f $$p; then \
|
|
|
@@ -460,6 +592,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
|
else :; fi; \
|
|
|
done; \
|
|
|
test -z "$$list2" || { \
|
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
|
|
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
|
|
}
|
|
|
@@ -475,24 +609,48 @@ uninstall-libLTLIBRARIES:
|
|
|
|
|
|
clean-libLTLIBRARIES:
|
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
|
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
|
- test "$$dir" != "$$p" || dir=.; \
|
|
|
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
- rm -f "$${dir}/so_locations"; \
|
|
|
- done
|
|
|
-libzipper.la: $(libzipper_la_OBJECTS) $(libzipper_la_DEPENDENCIES)
|
|
|
- $(libzipper_la_LINK) -rpath $(libdir) $(libzipper_la_OBJECTS) $(libzipper_la_LIBADD) $(LIBS)
|
|
|
+ @list='$(lib_LTLIBRARIES)'; \
|
|
|
+ locs=`for p in $$list; do echo $$p; done | \
|
|
|
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
|
|
+ sort -u`; \
|
|
|
+ test -z "$$locs" || { \
|
|
|
+ echo rm -f $${locs}; \
|
|
|
+ rm -f $${locs}; \
|
|
|
+ }
|
|
|
+port/$(am__dirstamp):
|
|
|
+ @$(MKDIR_P) port
|
|
|
+ @: > port/$(am__dirstamp)
|
|
|
+port/$(DEPDIR)/$(am__dirstamp):
|
|
|
+ @$(MKDIR_P) port/$(DEPDIR)
|
|
|
+ @: > port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+port/strerror_gnu.lo: port/$(am__dirstamp) \
|
|
|
+ port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+port/strerror_posix.lo: port/$(am__dirstamp) \
|
|
|
+ port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+port/libzipper_la-pread.lo: port/$(am__dirstamp) \
|
|
|
+ port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+port/libzipper_la-pwrite.lo: port/$(am__dirstamp) \
|
|
|
+ port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+port/libzipper_la-utimes.lo: port/$(am__dirstamp) \
|
|
|
+ port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+
|
|
|
+libzipper.la: $(libzipper_la_OBJECTS) $(libzipper_la_DEPENDENCIES) $(EXTRA_libzipper_la_DEPENDENCIES)
|
|
|
+ $(AM_V_CXXLD)$(libzipper_la_LINK) -rpath $(libdir) $(libzipper_la_OBJECTS) $(libzipper_la_LIBADD) $(LIBS)
|
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
|
@$(NORMAL_INSTALL)
|
|
|
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
|
+ if test -n "$$list"; then \
|
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
|
|
|
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
|
|
|
+ fi; \
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
|
- while read p p1; do if test -f $$p || test -f $$p1; \
|
|
|
- then echo "$$p"; echo "$$p"; else :; fi; \
|
|
|
+ while read p p1; do if test -f $$p \
|
|
|
+ || test -f $$p1 \
|
|
|
+ ; then echo "$$p"; echo "$$p"; else :; fi; \
|
|
|
done | \
|
|
|
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
|
|
|
+ sed -e 'p;s,.*/,,;n;h' \
|
|
|
+ -e 's|.*|.|' \
|
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
|
@@ -513,7 +671,8 @@ uninstall-binPROGRAMS:
|
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
|
- -e 's/$$/$(EXEEXT)/' `; \
|
|
|
+ -e 's/$$/$(EXEEXT)/' \
|
|
|
+ `; \
|
|
|
test -n "$$list" || exit 0; \
|
|
|
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
|
|
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
|
|
@@ -526,12 +685,15 @@ clean-binPROGRAMS:
|
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
|
|
echo " rm -f" $$list; \
|
|
|
rm -f $$list
|
|
|
-zipper$(EXEEXT): $(zipper_OBJECTS) $(zipper_DEPENDENCIES)
|
|
|
+
|
|
|
+zipper$(EXEEXT): $(zipper_OBJECTS) $(zipper_DEPENDENCIES) $(EXTRA_zipper_DEPENDENCIES)
|
|
|
@rm -f zipper$(EXEEXT)
|
|
|
- $(CXXLINK) $(zipper_OBJECTS) $(zipper_LDADD) $(LIBS)
|
|
|
+ $(AM_V_CXXLD)$(CXXLINK) $(zipper_OBJECTS) $(zipper_LDADD) $(LIBS)
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
+ -rm -f port/*.$(OBJEXT)
|
|
|
+ -rm -f port/*.lo
|
|
|
|
|
|
distclean-compile:
|
|
|
-rm -f *.tab.c
|
|
|
@@ -547,61 +709,106 @@ distclean-compile:
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Writer.Plo@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Plo@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Plo@am__quote@
|
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_gnu.Plo@am__quote@
|
|
|
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_posix.Plo@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zipper.Po@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@port/$(DEPDIR)/libzipper_la-pread.Plo@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@port/$(DEPDIR)/libzipper_la-pwrite.Plo@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@port/$(DEPDIR)/libzipper_la-utimes.Plo@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@port/$(DEPDIR)/strerror_gnu.Plo@am__quote@
|
|
|
+@AMDEP_TRUE@@am__include@ @am__quote@port/$(DEPDIR)/strerror_posix.Plo@am__quote@
|
|
|
+
|
|
|
+.c.o:
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
|
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
|
|
+
|
|
|
+.c.obj:
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
|
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
|
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
+
|
|
|
+.c.lo:
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
|
+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
|
|
+
|
|
|
+port/libzipper_la-pread.lo: port/pread.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -MT port/libzipper_la-pread.lo -MD -MP -MF port/$(DEPDIR)/libzipper_la-pread.Tpo -c -o port/libzipper_la-pread.lo `test -f 'port/pread.c' || echo '$(srcdir)/'`port/pread.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) port/$(DEPDIR)/libzipper_la-pread.Tpo port/$(DEPDIR)/libzipper_la-pread.Plo
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='port/pread.c' object='port/libzipper_la-pread.lo' libtool=yes @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -c -o port/libzipper_la-pread.lo `test -f 'port/pread.c' || echo '$(srcdir)/'`port/pread.c
|
|
|
+
|
|
|
+port/libzipper_la-pwrite.lo: port/pwrite.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -MT port/libzipper_la-pwrite.lo -MD -MP -MF port/$(DEPDIR)/libzipper_la-pwrite.Tpo -c -o port/libzipper_la-pwrite.lo `test -f 'port/pwrite.c' || echo '$(srcdir)/'`port/pwrite.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) port/$(DEPDIR)/libzipper_la-pwrite.Tpo port/$(DEPDIR)/libzipper_la-pwrite.Plo
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='port/pwrite.c' object='port/libzipper_la-pwrite.lo' libtool=yes @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -c -o port/libzipper_la-pwrite.lo `test -f 'port/pwrite.c' || echo '$(srcdir)/'`port/pwrite.c
|
|
|
+
|
|
|
+port/libzipper_la-utimes.lo: port/utimes.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -MT port/libzipper_la-utimes.lo -MD -MP -MF port/$(DEPDIR)/libzipper_la-utimes.Tpo -c -o port/libzipper_la-utimes.lo `test -f 'port/utimes.c' || echo '$(srcdir)/'`port/utimes.c
|
|
|
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) port/$(DEPDIR)/libzipper_la-utimes.Tpo port/$(DEPDIR)/libzipper_la-utimes.Plo
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='port/utimes.c' object='port/libzipper_la-utimes.lo' libtool=yes @AMDEPBACKSLASH@
|
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzipper_la_CFLAGS) $(CFLAGS) -c -o port/libzipper_la-utimes.lo `test -f 'port/utimes.c' || echo '$(srcdir)/'`port/utimes.c
|
|
|
|
|
|
.cc.o:
|
|
|
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
|
+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
|
|
+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
|
|
|
|
|
|
.cc.obj:
|
|
|
-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
|
+@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
|
+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
|
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
|
|
.cc.lo:
|
|
|
-@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
+@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
|
|
+@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
|
+@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
|
|
+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
-@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
|
|
-
|
|
|
-strerror_gnu.lo: port/strerror_gnu.cc
|
|
|
-@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strerror_gnu.lo -MD -MP -MF $(DEPDIR)/strerror_gnu.Tpo -c -o strerror_gnu.lo `test -f 'port/strerror_gnu.cc' || echo '$(srcdir)/'`port/strerror_gnu.cc
|
|
|
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/strerror_gnu.Tpo $(DEPDIR)/strerror_gnu.Plo
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='port/strerror_gnu.cc' object='strerror_gnu.lo' libtool=yes @AMDEPBACKSLASH@
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strerror_gnu.lo `test -f 'port/strerror_gnu.cc' || echo '$(srcdir)/'`port/strerror_gnu.cc
|
|
|
-
|
|
|
-strerror_posix.lo: port/strerror_posix.cc
|
|
|
-@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strerror_posix.lo -MD -MP -MF $(DEPDIR)/strerror_posix.Tpo -c -o strerror_posix.lo `test -f 'port/strerror_posix.cc' || echo '$(srcdir)/'`port/strerror_posix.cc
|
|
|
-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/strerror_posix.Tpo $(DEPDIR)/strerror_posix.Plo
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='port/strerror_posix.cc' object='strerror_posix.lo' libtool=yes @AMDEPBACKSLASH@
|
|
|
-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
-@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strerror_posix.lo `test -f 'port/strerror_posix.cc' || echo '$(srcdir)/'`port/strerror_posix.cc
|
|
|
+@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
-rm -f *.lo
|
|
|
|
|
|
clean-libtool:
|
|
|
-rm -rf .libs _libs
|
|
|
+ -rm -rf port/.libs port/_libs
|
|
|
|
|
|
distclean-libtool:
|
|
|
-rm -f libtool config.lt
|
|
|
install-man1: $(man_MANS)
|
|
|
@$(NORMAL_INSTALL)
|
|
|
- test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
|
|
|
- @list=''; test -n "$(man1dir)" || exit 0; \
|
|
|
- { for i in $$list; do echo "$$i"; done; \
|
|
|
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
|
- sed -n '/\.1[a-z]*$$/p'; \
|
|
|
+ @list1=''; \
|
|
|
+ list2='$(man_MANS)'; \
|
|
|
+ test -n "$(man1dir)" \
|
|
|
+ && test -n "`echo $$list1$$list2`" \
|
|
|
+ || exit 0; \
|
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
|
|
|
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
|
|
|
+ { for i in $$list1; do echo "$$i"; done; \
|
|
|
+ if test -n "$$list2"; then \
|
|
|
+ for i in $$list2; do echo "$$i"; done \
|
|
|
+ | sed -n '/\.1[a-z]*$$/p'; \
|
|
|
+ fi; \
|
|
|
} | while read p; do \
|
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
|
@@ -630,13 +837,14 @@ uninstall-man1:
|
|
|
sed -n '/\.1[a-z]*$$/p'; \
|
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
|
- test -z "$$files" || { \
|
|
|
- echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
|
|
|
- cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
|
|
|
+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
|
|
install-pkgconfigDATA: $(pkgconfig_DATA)
|
|
|
@$(NORMAL_INSTALL)
|
|
|
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
|
|
|
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
|
|
+ if test -n "$$list"; then \
|
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
|
|
|
+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
|
|
|
+ fi; \
|
|
|
for p in $$list; do \
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
echo "$$d$$p"; \
|
|
|
@@ -650,13 +858,14 @@ uninstall-pkgconfigDATA:
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
|
- test -n "$$files" || exit 0; \
|
|
|
- echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
|
|
|
- cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
|
|
|
+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
|
|
install-includeHEADERS: $(include_HEADERS)
|
|
|
@$(NORMAL_INSTALL)
|
|
|
- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
|
+ if test -n "$$list"; then \
|
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
|
|
+ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
|
|
+ fi; \
|
|
|
for p in $$list; do \
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
echo "$$d$$p"; \
|
|
|
@@ -670,30 +879,17 @@ uninstall-includeHEADERS:
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
|
- test -n "$$files" || exit 0; \
|
|
|
- echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
|
|
|
- cd "$(DESTDIR)$(includedir)" && rm -f $$files
|
|
|
-
|
|
|
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
- unique=`for i in $$list; do \
|
|
|
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
- done | \
|
|
|
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
- mkid -fID $$unique
|
|
|
-tags: TAGS
|
|
|
-
|
|
|
-TAGS: $(HEADERS) $(SOURCES) autoconfig.h.in $(TAGS_DEPENDENCIES) \
|
|
|
- $(TAGS_FILES) $(LISP)
|
|
|
+ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
|
|
+
|
|
|
+ID: $(am__tagged_files)
|
|
|
+ $(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
+tags: tags-am
|
|
|
+TAGS: tags
|
|
|
+
|
|
|
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
set x; \
|
|
|
here=`pwd`; \
|
|
|
- list='$(SOURCES) $(HEADERS) autoconfig.h.in $(LISP) $(TAGS_FILES)'; \
|
|
|
- unique=`for i in $$list; do \
|
|
|
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
- done | \
|
|
|
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
+ $(am__define_uniq_tagged_files); \
|
|
|
shift; \
|
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
@@ -705,15 +901,11 @@ TAGS: $(HEADERS) $(SOURCES) autoconfig.h.in $(TAGS_DEPENDENCIES) \
|
|
|
$$unique; \
|
|
|
fi; \
|
|
|
fi
|
|
|
-ctags: CTAGS
|
|
|
-CTAGS: $(HEADERS) $(SOURCES) autoconfig.h.in $(TAGS_DEPENDENCIES) \
|
|
|
- $(TAGS_FILES) $(LISP)
|
|
|
- list='$(SOURCES) $(HEADERS) autoconfig.h.in $(LISP) $(TAGS_FILES)'; \
|
|
|
- unique=`for i in $$list; do \
|
|
|
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
- done | \
|
|
|
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
|
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
|
+ctags: ctags-am
|
|
|
+
|
|
|
+CTAGS: ctags
|
|
|
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
+ $(am__define_uniq_tagged_files); \
|
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
|
$$unique
|
|
|
@@ -722,24 +914,33 @@ GTAGS:
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
|
&& $(am__cd) $(top_srcdir) \
|
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
+cscope: cscope.files
|
|
|
+ test ! -s cscope.files \
|
|
|
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
|
|
+clean-cscope:
|
|
|
+ -rm -f cscope.files
|
|
|
+cscope.files: clean-cscope cscopelist
|
|
|
+cscopelist: cscopelist-am
|
|
|
+
|
|
|
+cscopelist-am: $(am__tagged_files)
|
|
|
+ list='$(am__tagged_files)'; \
|
|
|
+ case "$(srcdir)" in \
|
|
|
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
|
+ *) sdir=$(subdir)/$(srcdir) ;; \
|
|
|
+ esac; \
|
|
|
+ for i in $$list; do \
|
|
|
+ if test -f "$$i"; then \
|
|
|
+ echo "$(subdir)/$$i"; \
|
|
|
+ else \
|
|
|
+ echo "$$sdir/$$i"; \
|
|
|
+ fi; \
|
|
|
+ done >> $(top_builddir)/cscope.files
|
|
|
|
|
|
distclean-tags:
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
- @list='$(MANS)'; if test -n "$$list"; then \
|
|
|
- list=`for p in $$list; do \
|
|
|
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
|
|
|
- if test -n "$$list" && \
|
|
|
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
|
|
|
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
|
|
|
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
|
|
|
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
|
|
|
- echo " typically \`make maintainer-clean' will remove them" >&2; \
|
|
|
- exit 1; \
|
|
|
- else :; fi; \
|
|
|
- else :; fi
|
|
|
$(am__remove_distdir)
|
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
@@ -780,36 +981,42 @@ distdir: $(DISTFILES)
|
|
|
|| chmod -R a+r "$(distdir)"
|
|
|
dist-gzip: distdir
|
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
|
- $(am__remove_distdir)
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
dist-bzip2: distdir
|
|
|
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
|
- $(am__remove_distdir)
|
|
|
+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
-dist-lzma: distdir
|
|
|
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
|
|
- $(am__remove_distdir)
|
|
|
+dist-lzip: distdir
|
|
|
+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
dist-xz: distdir
|
|
|
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
|
|
- $(am__remove_distdir)
|
|
|
+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
dist-tarZ: distdir
|
|
|
+ @echo WARNING: "Support for shar distribution archives is" \
|
|
|
+ "deprecated." >&2
|
|
|
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
|
- $(am__remove_distdir)
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
dist-shar: distdir
|
|
|
+ @echo WARNING: "Support for distribution archives compressed with" \
|
|
|
+ "legacy program 'compress' is deprecated." >&2
|
|
|
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
|
- $(am__remove_distdir)
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
dist-zip: distdir
|
|
|
-rm -f $(distdir).zip
|
|
|
zip -rq $(distdir).zip $(distdir)
|
|
|
- $(am__remove_distdir)
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
-dist dist-all: distdir
|
|
|
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
|
- $(am__remove_distdir)
|
|
|
+dist dist-all:
|
|
|
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
|
|
+ $(am__post_remove_distdir)
|
|
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
|
# it guarantees that the distribution is self-contained by making another
|
|
|
@@ -820,8 +1027,8 @@ distcheck: dist
|
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
|
*.tar.bz2*) \
|
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
|
- *.tar.lzma*) \
|
|
|
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
|
|
+ *.tar.lz*) \
|
|
|
+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
|
|
*.tar.xz*) \
|
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
|
*.tar.Z*) \
|
|
|
@@ -831,17 +1038,19 @@ distcheck: dist
|
|
|
*.zip*) \
|
|
|
unzip $(distdir).zip ;;\
|
|
|
esac
|
|
|
- chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
|
- mkdir $(distdir)/_build
|
|
|
- mkdir $(distdir)/_inst
|
|
|
+ chmod -R a-w $(distdir)
|
|
|
+ chmod u+w $(distdir)
|
|
|
+ mkdir $(distdir)/_build $(distdir)/_inst
|
|
|
chmod a-w $(distdir)
|
|
|
test -d $(distdir)/_build || exit 0; \
|
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
|
&& am__cwd=`pwd` \
|
|
|
&& $(am__cd) $(distdir)/_build \
|
|
|
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
|
+ && ../configure \
|
|
|
+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
|
+ --srcdir=.. --prefix="$$dc_install_base" \
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
|
@@ -864,13 +1073,21 @@ distcheck: dist
|
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
|
|
&& cd "$$am__cwd" \
|
|
|
|| exit 1
|
|
|
- $(am__remove_distdir)
|
|
|
+ $(am__post_remove_distdir)
|
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
|
distuninstallcheck:
|
|
|
- @$(am__cd) '$(distuninstallcheck_dir)' \
|
|
|
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|
+ @test -n '$(distuninstallcheck_dir)' || { \
|
|
|
+ echo 'ERROR: trying to run $@ with an empty' \
|
|
|
+ '$$(distuninstallcheck_dir)' >&2; \
|
|
|
+ exit 1; \
|
|
|
+ }; \
|
|
|
+ $(am__cd) '$(distuninstallcheck_dir)' || { \
|
|
|
+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
|
|
+ exit 1; \
|
|
|
+ }; \
|
|
|
+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
|
if test -n "$(DESTDIR)"; then \
|
|
|
echo " (check DESTDIR support)"; \
|
|
|
@@ -906,10 +1123,15 @@ install-am: all-am
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
install-strip:
|
|
|
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
- `test -z '$(STRIP)' || \
|
|
|
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
+ if test -z '$(STRIP)'; then \
|
|
|
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
+ install; \
|
|
|
+ else \
|
|
|
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
|
+ fi
|
|
|
mostlyclean-generic:
|
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
|
|
|
|
|
@@ -918,6 +1140,8 @@ clean-generic:
|
|
|
distclean-generic:
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
+ -rm -f port/$(DEPDIR)/$(am__dirstamp)
|
|
|
+ -rm -f port/$(am__dirstamp)
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
@@ -929,7 +1153,7 @@ clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
|
|
|
|
|
|
distclean: distclean-am
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
- -rm -rf ./$(DEPDIR)
|
|
|
+ -rm -rf ./$(DEPDIR) port/$(DEPDIR)
|
|
|
-rm -f Makefile
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
distclean-hdr distclean-libtool distclean-tags
|
|
|
@@ -978,7 +1202,7 @@ installcheck-am:
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
|
- -rm -rf ./$(DEPDIR)
|
|
|
+ -rm -rf ./$(DEPDIR) port/$(DEPDIR)
|
|
|
-rm -f Makefile
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
@@ -1002,11 +1226,12 @@ uninstall-man: uninstall-man1
|
|
|
|
|
|
.MAKE: all install-am install-strip
|
|
|
|
|
|
-.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
|
|
|
- clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
|
|
|
- clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
|
|
|
- dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
|
|
|
- distclean distclean-compile distclean-generic distclean-hdr \
|
|
|
+.PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
|
|
|
+ check-am clean clean-binPROGRAMS clean-cscope clean-generic \
|
|
|
+ clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
|
|
|
+ ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
|
|
|
+ dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
|
|
+ distclean-compile distclean-generic distclean-hdr \
|
|
|
distclean-libtool distclean-tags distcleancheck distdir \
|
|
|
distuninstallcheck dvi dvi-am html html-am info info-am \
|
|
|
install install-am install-binPROGRAMS install-data \
|
|
|
@@ -1018,7 +1243,7 @@ uninstall-man: uninstall-man1
|
|
|
install-strip installcheck installcheck-am installdirs \
|
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
|
- pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
|
+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
|
|
|
uninstall-binPROGRAMS uninstall-includeHEADERS \
|
|
|
uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
|
|
|
uninstall-pkgconfigDATA
|