Makefile.in (xdelta3-3.0.10) | : | Makefile.in (xdelta3-3.0.11) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.13.4 from Makefile.am. | # Makefile.in generated by automake 1.15 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | # Copyright (C) 1994-2014 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | am__is_gnu_make = { \ | |||
if test -z '$(MAKELEVEL)'; then \ | ||||
false; \ | ||||
elif test -n '$(MAKE_HOST)'; then \ | ||||
true; \ | ||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | ||||
true; \ | ||||
else \ | ||||
false; \ | ||||
fi; \ | ||||
} | ||||
am__make_running_with_option = \ | am__make_running_with_option = \ | |||
case $${target_option-} in \ | case $${target_option-} in \ | |||
?) ;; \ | ?) ;; \ | |||
*) echo "am__make_running_with_option: internal error: invalid" \ | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | "target option '$${target_option-}' specified" >&2; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
has_opt=no; \ | has_opt=no; \ | |||
sane_makeflags=$$MAKEFLAGS; \ | sane_makeflags=$$MAKEFLAGS; \ | |||
if $(am__is_gnu_make); then \ | if $(am__is_gnu_make); then \ | |||
skipping to change at line 85 | skipping to change at line 95 | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
bin_PROGRAMS = xdelta3$(EXEEXT) | bin_PROGRAMS = xdelta3$(EXEEXT) | |||
noinst_PROGRAMS = xdelta3regtest$(EXEEXT) xdelta3decode$(EXEEXT) | noinst_PROGRAMS = xdelta3regtest$(EXEEXT) xdelta3decode$(EXEEXT) | |||
@DEBUG_SYMBOLS_TRUE@am__append_1 = -g | @DEBUG_SYMBOLS_TRUE@am__append_1 = -g | |||
subdir = . | subdir = . | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(top_srcdir)/configure $(am__configure_deps) \ | ||||
$(srcdir)/config.h.in depcomp COPYING INSTALL config.guess \ | ||||
config.sub install-sh missing ltmain.sh | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = \ | am__aclocal_m4_deps = \ | |||
$(top_srcdir)/m4/ax_check_aligned_access_required.m4 \ | $(top_srcdir)/m4/ax_check_aligned_access_required.m4 \ | |||
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | |||
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | |||
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | ||||
$(am__configure_deps) $(am__DIST_COMMON) | ||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
configure.lineno config.status.lineno | configure.lineno config.status.lineno | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = config.h | CONFIG_HEADER = config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" | |||
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) | PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) | |||
am__objects_1 = | am__objects_1 = | |||
am_xdelta3_OBJECTS = $(am__objects_1) xdelta3-xdelta3.$(OBJEXT) | am_xdelta3_OBJECTS = $(am__objects_1) xdelta3-xdelta3.$(OBJEXT) | |||
skipping to change at line 246 | skipping to change at line 254 | |||
# for different programs/libraries. | # for different programs/libraries. | |||
am__define_uniq_tagged_files = \ | am__define_uniq_tagged_files = \ | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
done | $(am__uniquify_input)` | done | $(am__uniquify_input)` | |||
ETAGS = etags | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
CSCOPE = cscope | CSCOPE = cscope | |||
AM_RECURSIVE_TARGETS = cscope | AM_RECURSIVE_TARGETS = cscope | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ | ||||
INSTALL compile config.guess config.sub depcomp install-sh \ | ||||
ltmain.sh missing | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
distdir = $(PACKAGE)-$(VERSION) | distdir = $(PACKAGE)-$(VERSION) | |||
top_distdir = $(distdir) | top_distdir = $(distdir) | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
skipping to change at line 306 | skipping to change at line 317 | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
LD = @LD@ | LD = @LD@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
LIPO = @LIPO@ | LIPO = @LIPO@ | |||
LN_S = @LN_S@ | LN_S = @LN_S@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | ||||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MANIFEST_TOOL = @MANIFEST_TOOL@ | MANIFEST_TOOL = @MANIFEST_TOOL@ | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
NM = @NM@ | NM = @NM@ | |||
NMEDIT = @NMEDIT@ | NMEDIT = @NMEDIT@ | |||
OBJDUMP = @OBJDUMP@ | OBJDUMP = @OBJDUMP@ | |||
OBJEXT = @OBJEXT@ | OBJEXT = @OBJEXT@ | |||
OTOOL = @OTOOL@ | OTOOL = @OTOOL@ | |||
OTOOL64 = @OTOOL64@ | OTOOL64 = @OTOOL64@ | |||
PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ | |||
skipping to change at line 423 | skipping to change at line 435 | |||
# Note: for extra sanity checks, enable -Wconversion. Note there | # Note: for extra sanity checks, enable -Wconversion. Note there | |||
# are a lot of false positives. | # are a lot of false positives. | |||
WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ | WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ | |||
-Wextra -Wno-unused-parameter -Wno-unused-function | -Wextra -Wno-unused-parameter -Wno-unused-function | |||
C_WFLAGS = $(WFLAGS) -pedantic -std=c99 | C_WFLAGS = $(WFLAGS) -pedantic -std=c99 | |||
CXX_WFLAGS = $(WFLAGS) | CXX_WFLAGS = $(WFLAGS) | |||
common_CFLAGS = -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 \ | common_CFLAGS = -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 \ | |||
-DSECONDARY_FGK=1 -DXD3_MAIN=1 $(am__append_1) | -DSECONDARY_FGK=1 -DXD3_MAIN=1 $(am__append_1) | |||
#common_CFLAGS += -fsanitize=address -fno-omit-frame-pointer | ||||
#common_CFLAGS += -O2 | ||||
# For additional debugging, add -DXD3_DEBUG=1, 2, 3, ... | # For additional debugging, add -DXD3_DEBUG=1, 2, 3, ... | |||
xdelta3_CFLAGS = $(C_WFLAGS) $(common_CFLAGS) -DXD3_DEBUG=0 | xdelta3_CFLAGS = $(C_WFLAGS) $(common_CFLAGS) -DXD3_DEBUG=0 | |||
xdelta3_LDADD = -lm | xdelta3_LDADD = -lm | |||
xdelta3decode_CFLAGS = \ | xdelta3decode_CFLAGS = \ | |||
$(C_WFLAGS) \ | $(C_WFLAGS) \ | |||
-DREGRESSION_TEST=0 \ | -DREGRESSION_TEST=0 \ | |||
-DSECONDARY_DJW=0 \ | -DSECONDARY_DJW=0 \ | |||
-DSECONDARY_FGK=0 \ | -DSECONDARY_FGK=0 \ | |||
-DSECONDARY_LZMA=0 \ | -DSECONDARY_LZMA=0 \ | |||
-DXD3_MAIN=1 \ | -DXD3_MAIN=1 \ | |||
skipping to change at line 500 | skipping to change at line 515 | |||
*$$dep*) \ | *$$dep*) \ | |||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | |||
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |||
&& exit 0; \ | && exit 0; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign Makefile | $(AUTOMAKE) --foreign Makefile | |||
.PRECIOUS: Makefile | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
echo ' $(SHELL) ./config.status'; \ | echo ' $(SHELL) ./config.status'; \ | |||
$(SHELL) ./config.status;; \ | $(SHELL) ./config.status;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfil es_maybe)'; \ | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfil es_maybe)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_mayb e);; \ | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_mayb e);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
$(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
$(am__cd) $(srcdir) && $(AUTOCONF) | $(am__cd) $(srcdir) && $(AUTOCONF) | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
config.h: stamp-h1 | config.h: stamp-h1 | |||
@if test ! -f $@; then rm -f stamp-h1; else :; fi | @test -f $@ || rm -f stamp-h1 | |||
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | |||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |||
@rm -f stamp-h1 | @rm -f stamp-h1 | |||
cd $(top_builddir) && $(SHELL) ./config.status config.h | cd $(top_builddir) && $(SHELL) ./config.status config.h | |||
$(srcdir)/config.h.in: $(am__configure_deps) | $(srcdir)/config.h.in: $(am__configure_deps) | |||
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |||
rm -f stamp-h1 | rm -f stamp-h1 | |||
touch $@ | touch $@ | |||
distclean-hdr: | distclean-hdr: | |||
skipping to change at line 896 | skipping to change at line 910 | |||
dist-lzip: distdir | dist-lzip: distdir | |||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-xz: distdir | dist-xz: distdir | |||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-tarZ: distdir | dist-tarZ: 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 | ||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-shar: distdir | dist-shar: distdir | |||
@echo WARNING: "Support for shar distribution archives 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 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zip: distdir | dist-zip: distdir | |||
-rm -f $(distdir).zip | -rm -f $(distdir).zip | |||
zip -rq $(distdir).zip $(distdir) | zip -rq $(distdir).zip $(distdir) | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist dist-all: | dist dist-all: | |||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |||
skipping to change at line 934 | skipping to change at line 954 | |||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |||
*.tar.Z*) \ | *.tar.Z*) \ | |||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |||
*.shar.gz*) \ | *.shar.gz*) \ | |||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |||
*.zip*) \ | *.zip*) \ | |||
unzip $(distdir).zip ;;\ | unzip $(distdir).zip ;;\ | |||
esac | esac | |||
chmod -R a-w $(distdir) | chmod -R a-w $(distdir) | |||
chmod u+w $(distdir) | chmod u+w $(distdir) | |||
mkdir $(distdir)/_build $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | |||
chmod a-w $(distdir) | chmod a-w $(distdir) | |||
test -d $(distdir)/_build || exit 0; \ | test -d $(distdir)/_build || exit 0; \ | |||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | |||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |||
&& am__cwd=`pwd` \ | && am__cwd=`pwd` \ | |||
&& $(am__cd) $(distdir)/_build \ | && $(am__cd) $(distdir)/_build/sub \ | |||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ | && ../../configure \ | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
--srcdir=../.. --prefix="$$dc_install_base" \ | ||||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
&& chmod -R a-w "$$dc_install_base" \ | && chmod -R a-w "$$dc_install_base" \ | |||
&& ({ \ | && ({ \ | |||
skipping to change at line 1132 | skipping to change at line 1153 | |||
install-dvi-am install-exec install-exec-am install-html \ | install-dvi-am install-exec install-exec-am install-html \ | |||
install-html-am install-info install-info-am install-man \ | install-html-am install-info install-info-am install-man \ | |||
install-man1 install-pdf install-pdf-am install-ps \ | install-man1 install-pdf install-pdf-am install-ps \ | |||
install-ps-am install-strip installcheck installcheck-am \ | install-ps-am install-strip installcheck installcheck-am \ | |||
installdirs maintainer-clean maintainer-clean-generic \ | installdirs maintainer-clean maintainer-clean-generic \ | |||
mostlyclean mostlyclean-compile mostlyclean-generic \ | mostlyclean mostlyclean-compile mostlyclean-generic \ | |||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | |||
uninstall-am uninstall-binPROGRAMS uninstall-man \ | uninstall-am uninstall-binPROGRAMS uninstall-man \ | |||
uninstall-man1 | uninstall-man1 | |||
.PRECIOUS: Makefile | ||||
export AFL_HARDEN | ||||
# Broken, removed from distribution: | # Broken, removed from distribution: | |||
# xdelta3_pywrap.c | # xdelta3_pywrap.c | |||
# xdelta3.py | # xdelta3.py | |||
#PYFILES = xdelta3_pywrap.c xdelta3.py | #PYFILES = xdelta3_pywrap.c xdelta3.py | |||
#XDELTA3PY = xdelta3.py | #XDELTA3PY = xdelta3.py | |||
#XDELTA3PYLIB = xdelta3.la | #XDELTA3PYLIB = xdelta3.la | |||
#BUILT_SOURCES = $(PYFILES) | #BUILT_SOURCES = $(PYFILES) | |||
End of changes. 16 change blocks. | ||||
13 lines changed or deleted | 38 lines changed or added |