Makefile.in   Makefile.in 
# Makefile.in generated by automake 1.11.3 from Makefile.am. # Makefile.in generated by automake 1.11.4 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc. # 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@
# Makefile for rpm tools. # Makefile for rpm tools.
VPATH = @srcdir@ VPATH = @srcdir@
am__make_dryrun = \
{ \
am__dry=no; \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
*) \
for am__flg in $$MAKEFLAGS; do \
case $$am__flg in \
*=*|--*) ;; \
*n*) am__dry=yes; break;; \
esac; \
done;; \
esac; \
test $$am__dry = yes; \
}
pkgdatadir = $(datadir)/@PACKAGE@ pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644 install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA) INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name) transform = $(program_transform_name)
skipping to change at line 54 skipping to change at line 71
nix-install-package$(EXEEXT) nix-instantiate$(EXEEXT) \ nix-install-package$(EXEEXT) nix-instantiate$(EXEEXT) \
nix-log2xml$(EXEEXT) nix-prefetch-url$(EXEEXT) \ nix-log2xml$(EXEEXT) nix-prefetch-url$(EXEEXT) \
nix-pull$(EXEEXT) nix-push$(EXEEXT) nix-store$(EXEEXT) \ nix-pull$(EXEEXT) nix-push$(EXEEXT) nix-store$(EXEEXT) \
nix-worker$(EXEEXT) xiu-echo$(EXEEXT) xiu-hash$(EXEEXT) \ nix-worker$(EXEEXT) xiu-echo$(EXEEXT) xiu-hash$(EXEEXT) \
xiu-instantiate$(EXEEXT) xiu-store$(EXEEXT) roto$(EXEEXT) \ xiu-instantiate$(EXEEXT) xiu-store$(EXEEXT) roto$(EXEEXT) \
rpmkey$(EXEEXT) sandbox$(EXEEXT) semodule$(EXEEXT) \ rpmkey$(EXEEXT) sandbox$(EXEEXT) semodule$(EXEEXT) \
spooktool$(EXEEXT) spooktool$(EXEEXT)
bin_PROGRAMS = rpm2cpio$(EXEEXT) bin_PROGRAMS = rpm2cpio$(EXEEXT)
pkgbin_PROGRAMS = @WITH_AUGEAS_AUGTOOL@ chroot$(EXEEXT) cp$(EXEEXT) \ pkgbin_PROGRAMS = @WITH_AUGEAS_AUGTOOL@ chroot$(EXEEXT) cp$(EXEEXT) \
@WITH_CUDF_CUDFTOOL@ find$(EXEEXT) mtree$(EXEEXT) \ @WITH_CUDF_CUDFTOOL@ find$(EXEEXT) mtree$(EXEEXT) \
@WITH_SEMANAGE_SEMODULE@ wget$(EXEEXT) dbconvert$(EXEEXT) \ @WITH_SEMANAGE_SEMODULE@ wget$(EXEEXT) rpmcache$(EXEEXT) \
rpmcache$(EXEEXT) rpmdigest$(EXEEXT) rpmrepo$(EXEEXT) \ rpmdigest$(EXEEXT) rpmrepo$(EXEEXT) rpmspecdump$(EXEEXT) \
rpmspecdump$(EXEEXT) rpmcmp$(EXEEXT) rpmdeps$(EXEEXT) \ rpmcmp$(EXEEXT) rpmdeps$(EXEEXT) sqlite3$(EXEEXT) \
sqlite3$(EXEEXT) @WITH_KEYUTILS_RPMKEY@ \ @WITH_KEYUTILS_RPMKEY@ @WITH_LIBELF_DEBUGEDIT@ $(am__EXEEXT_1) \
@WITH_LIBELF_DEBUGEDIT@ $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_2) $(am__EXEEXT_3)
@WITH_DB_TRUE@am__append_1 = dbconvert
noinst_PROGRAMS = grep$(EXEEXT) noinst_PROGRAMS = grep$(EXEEXT)
@WITH_XAR_TRUE@am__append_1 = txar @WITH_XAR_TRUE@am__append_2 = txar
###if WITH_DB_INTERNAL ###if WITH_DB_INTERNAL
###if WITH_DB_TOOLS_INTEGRATED ###if WITH_DB_TOOLS_INTEGRATED
###pkgbin_PROGRAMS += db_tool ###pkgbin_PROGRAMS += db_tool
###db_tool_SOURCES = db_tool.c ###db_tool_SOURCES = db_tool.c
###db_tool_CPPFLAGS = \ ###db_tool_CPPFLAGS = \
### -I$(top_builddir)/db3 \ ### -I$(top_builddir)/db3 \
### -I$(top_builddir)/db ### -I$(top_builddir)/db
###if WITH_DB_RPC ###if WITH_DB_RPC
###db_tool_CPPFLAGS += \ ###db_tool_CPPFLAGS += \
skipping to change at line 104 skipping to change at line 122
###if WITH_DB_RPC ###if WITH_DB_RPC
# for db_svc # for db_svc
###db_tool_LDADD += \ ###db_tool_LDADD += \
### $(top_builddir)/db3/db_server_proc.lo \ ### $(top_builddir)/db3/db_server_proc.lo \
### $(top_builddir)/db3/db_server_svc.lo \ ### $(top_builddir)/db3/db_server_svc.lo \
### $(top_builddir)/db3/gen_db_server.lo ### $(top_builddir)/db3/gen_db_server.lo
###endif ###endif
###db_tool_LDADD += \ ###db_tool_LDADD += \
### $(top_builddir)/db3/libdb-5.0.la ### $(top_builddir)/db3/libdb-5.0.la
###endif ###endif
@WITH_DBSQL_TRUE@am__append_2 = dbsql @WITH_DBSQL_TRUE@am__append_3 = dbsql
subdir = tools subdir = tools
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \ DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
skipping to change at line 126 skipping to change at line 144
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.ac $(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)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES = CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgbindir)" \ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgbindir)" \
"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man1dir)"
@WITH_XAR_TRUE@am__EXEEXT_1 = txar$(EXEEXT) @WITH_DB_TRUE@am__EXEEXT_1 = dbconvert$(EXEEXT)
@WITH_DBSQL_TRUE@am__EXEEXT_2 = dbsql$(EXEEXT) @WITH_XAR_TRUE@am__EXEEXT_2 = txar$(EXEEXT)
@WITH_DBSQL_TRUE@am__EXEEXT_3 = dbsql$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(pkgbin_PROGRAMS) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(pkgbin_PROGRAMS)
am_augtool_OBJECTS = augtool.$(OBJEXT) am_augtool_OBJECTS = augtool.$(OBJEXT)
augtool_OBJECTS = $(am_augtool_OBJECTS) augtool_OBJECTS = $(am_augtool_OBJECTS)
am__DEPENDENCIES_1 = $(top_builddir)/misc/librpmmisc.la am__DEPENDENCIES_1 = $(top_builddir)/misc/librpmmisc.la
am__DEPENDENCIES_2 = $(top_builddir)/rpmio/librpmio.la \ am__DEPENDENCIES_2 = $(top_builddir)/rpmio/librpmio.la \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
augtool_DEPENDENCIES = $(am__DEPENDENCIES_2) augtool_DEPENDENCIES = $(am__DEPENDENCIES_2)
augtool_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ augtool_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(augtool_LDFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(augtool_LDFLAGS) \
$(LDFLAGS) -o $@ $(LDFLAGS) -o $@
skipping to change at line 437 skipping to change at line 456
$(sqlite3_SOURCES) $(am__txar_SOURCES_DIST) $(wget_SOURCES) \ $(sqlite3_SOURCES) $(am__txar_SOURCES_DIST) $(wget_SOURCES) \
$(xiu_echo_SOURCES) $(xiu_hash_SOURCES) \ $(xiu_echo_SOURCES) $(xiu_hash_SOURCES) \
$(xiu_instantiate_SOURCES) $(xiu_store_SOURCES) $(xiu_instantiate_SOURCES) $(xiu_store_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \ html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \ install-dvi-recursive install-exec-recursive \
install-html-recursive install-info-recursive \ install-html-recursive install-info-recursive \
install-pdf-recursive install-ps-recursive install-recursive \ install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive ps-recursive uninstall-recursive
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \ *) f=$$p;; \
esac; esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40 am__install_max = 40
am__nobase_strip_setup = \ am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \ am__nobase_strip = \
skipping to change at line 628 skipping to change at line 652
RPMUID = @RPMUID@ RPMUID = @RPMUID@
RPMUSER = @RPMUSER@ RPMUSER = @RPMUSER@
RPM_TIMESTAMP = @RPM_TIMESTAMP@ RPM_TIMESTAMP = @RPM_TIMESTAMP@
RPM_VENDOR = @RPM_VENDOR@ RPM_VENDOR = @RPM_VENDOR@
RPM_VERSION = @RPM_VERSION@ RPM_VERSION = @RPM_VERSION@
SED = @SED@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
SYSCONFIGDIR = @SYSCONFIGDIR@ SYSCONFIGDIR = @SYSCONFIGDIR@
U = @U@
USE_NLS = @USE_NLS@ USE_NLS = @USE_NLS@
USRLIBRPM = @USRLIBRPM@ USRLIBRPM = @USRLIBRPM@
VERSION = @VERSION@ VERSION = @VERSION@
WITH_ACL = @WITH_ACL@ WITH_ACL = @WITH_ACL@
WITH_APIDOCS = @WITH_APIDOCS@ WITH_APIDOCS = @WITH_APIDOCS@
WITH_APIDOCS_TARGET = @WITH_APIDOCS_TARGET@ WITH_APIDOCS_TARGET = @WITH_APIDOCS_TARGET@
WITH_APR = @WITH_APR@ WITH_APR = @WITH_APR@
WITH_ATERM = @WITH_ATERM@ WITH_ATERM = @WITH_ATERM@
WITH_ATTR = @WITH_ATTR@ WITH_ATTR = @WITH_ATTR@
WITH_AUGEAS = @WITH_AUGEAS@ WITH_AUGEAS = @WITH_AUGEAS@
skipping to change at line 1155 skipping to change at line 1178
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps): $(am__aclocal_m4_deps):
install-binPROGRAMS: $(bin_PROGRAMS) install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ @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 | \ for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \ sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p || test -f $$p1; \ while read p p1; do if test -f $$p || test -f $$p1; \
then echo "$$p"; echo "$$p"; else :; fi; \ then echo "$$p"; echo "$$p"; else :; fi; \
done | \ 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)/' | \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
sed 'N;N;N;s,\n, ,g' | \ sed 'N;N;N;s,\n, ,g' | \
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
skipping to change at line 1207 skipping to change at line 1233
clean-noinstPROGRAMS: clean-noinstPROGRAMS:
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
echo " rm -f" $$list; \ echo " rm -f" $$list; \
rm -f $$list || exit $$?; \ rm -f $$list || exit $$?; \
test -n "$(EXEEXT)" || exit 0; \ test -n "$(EXEEXT)" || exit 0; \
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
echo " rm -f" $$list; \ echo " rm -f" $$list; \
rm -f $$list rm -f $$list
install-pkgbinPROGRAMS: $(pkgbin_PROGRAMS) install-pkgbinPROGRAMS: $(pkgbin_PROGRAMS)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
test -z "$(pkgbindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgbindir)"
@list='$(pkgbin_PROGRAMS)'; test -n "$(pkgbindir)" || list=; \ @list='$(pkgbin_PROGRAMS)'; test -n "$(pkgbindir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(pkgbindir)'"; \
$(MKDIR_P) "$(DESTDIR)$(pkgbindir)" || exit 1; \
fi; \
for p in $$list; do echo "$$p $$p"; done | \ for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \ sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p || test -f $$p1; \ while read p p1; do if test -f $$p || test -f $$p1; \
then echo "$$p"; echo "$$p"; else :; fi; \ then echo "$$p"; echo "$$p"; else :; fi; \
done | \ 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)/' | \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
sed 'N;N;N;s,\n, ,g' | \ sed 'N;N;N;s,\n, ,g' | \
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
skipping to change at line 1508 skipping to change at line 1537
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(dep comp) @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(dep comp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
mostlyclean-libtool: mostlyclean-libtool:
-rm -f *.lo -rm -f *.lo
clean-libtool: clean-libtool:
-rm -rf .libs _libs -rm -rf .libs _libs
install-man1: $(dist_man_MANS) install-man1: $(dist_man_MANS)
@$(NORMAL_INSTALL) @$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list1=''; \
@list=''; test -n "$(man1dir)" || exit 0; \ list2='$(dist_man_MANS)'; \
{ for i in $$list; do echo "$$i"; done; \ test -n "$(man1dir)" \
l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ && test -n "`echo $$list1$$list2`" \
sed -n '/\.1[a-z]*$$/p'; \ || 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 \ } | while read p; do \
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; echo "$$p"; \ echo "$$d$$p"; echo "$$p"; \
done | \ done | \
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
sed 'N;N;s,\n, ,g' | { \ sed 'N;N;s,\n, ,g' | { \
list=; while read file base inst; do \ list=; while read file base inst; do \
if test "$$base" = "$$inst"; then list="$$list $$file"; else \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
skipping to change at line 1723 skipping to change at line 1759
fi; \ fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \ else \
test -f "$(distdir)/$$file" \ test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \ || exit 1; \
fi; \ fi; \
done done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \ if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \ $(am__make_dryrun) \
|| $(MKDIR_P) "$(distdir)/$$subdir" \ || test -d "$(distdir)/$$subdir" \
|| exit 1; \ || $(MKDIR_P) "$(distdir)/$$subdir" \
fi; \ || exit 1; \
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \ $(am__relativize); \
new_distdir=$$reldir; \ new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \ dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \ $(am__relativize); \
new_top_distdir=$$reldir; \ new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \
($(am__cd) $$subdir && \ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \ $(MAKE) $(AM_MAKEFLAGS) \
 End of changes. 14 change blocks. 
25 lines changed or deleted 58 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/