mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
480 lines
18 KiB
Plaintext
480 lines
18 KiB
Plaintext
--- ./python/Makefile.in.orig 2008-11-24 17:25:07.000000000 +0200
|
|
+++ ./python/Makefile.in 2014-12-25 04:59:22.000000000 +0200
|
|
@@ -1,8 +1,8 @@
|
|
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
|
+# 2003, 2004, 2005 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.
|
|
@@ -14,11 +14,15 @@
|
|
|
|
@SET_MAKE@
|
|
|
|
+srcdir = @srcdir@
|
|
+top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
+top_builddir = ..
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
+INSTALL = @INSTALL@
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
@@ -56,39 +60,34 @@
|
|
_gamin_la_DEPENDENCIES = $(top_builddir)/libgamin/libgamin-1.la
|
|
am__gamin_la_OBJECTS = gamin.lo
|
|
_gamin_la_OBJECTS = $(am__gamin_la_OBJECTS)
|
|
-_gamin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
- $(_gamin_la_LDFLAGS) $(LDFLAGS) -o $@
|
|
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
|
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
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) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
+ $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
|
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
|
- $(LDFLAGS) -o $@
|
|
+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(_gamin_la_SOURCES)
|
|
DIST_SOURCES = $(_gamin_la_SOURCES)
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
html-recursive info-recursive install-data-recursive \
|
|
- install-dvi-recursive install-exec-recursive \
|
|
- install-html-recursive install-info-recursive \
|
|
- install-pdf-recursive install-ps-recursive install-recursive \
|
|
- installcheck-recursive installdirs-recursive pdf-recursive \
|
|
- ps-recursive uninstall-recursive
|
|
+ install-exec-recursive install-info-recursive \
|
|
+ install-recursive installcheck-recursive installdirs-recursive \
|
|
+ pdf-recursive ps-recursive uninstall-info-recursive \
|
|
+ uninstall-recursive
|
|
pythonPYTHON_INSTALL = $(INSTALL_DATA)
|
|
py_compile = $(top_srcdir)/py-compile
|
|
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
- distclean-recursive maintainer-clean-recursive
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
ACLOCAL = @ACLOCAL@
|
|
+AMDEP_FALSE = @AMDEP_FALSE@
|
|
+AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMTAR = @AMTAR@
|
|
AM_CFLAGS = @AM_CFLAGS@
|
|
AR = @AR@
|
|
@@ -96,29 +95,45 @@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
+BUILD_DOCS_FALSE = @BUILD_DOCS_FALSE@
|
|
+BUILD_DOCS_TRUE = @BUILD_DOCS_TRUE@
|
|
+BUILD_LIBGAMIN_FALSE = @BUILD_LIBGAMIN_FALSE@
|
|
+BUILD_LIBGAMIN_TRUE = @BUILD_LIBGAMIN_TRUE@
|
|
+BUILD_SERVER_FALSE = @BUILD_SERVER_FALSE@
|
|
+BUILD_SERVER_TRUE = @BUILD_SERVER_TRUE@
|
|
+BUILD_TESTS_FALSE = @BUILD_TESTS_FALSE@
|
|
+BUILD_TESTS_TRUE = @BUILD_TESTS_TRUE@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
-CXX = @CXX@
|
|
-CXXCPP = @CXXCPP@
|
|
-CXXDEPMODE = @CXXDEPMODE@
|
|
-CXXFLAGS = @CXXFLAGS@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
DAEMON_CFLAGS = @DAEMON_CFLAGS@
|
|
DAEMON_LIBS = @DAEMON_LIBS@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
-ECHO = @ECHO@
|
|
+DSYMUTIL = @DSYMUTIL@
|
|
+DUMPBIN = @DUMPBIN@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
+ENABLE_DNOTIFY_FALSE = @ENABLE_DNOTIFY_FALSE@
|
|
+ENABLE_DNOTIFY_TRUE = @ENABLE_DNOTIFY_TRUE@
|
|
+ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
|
|
+ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
|
|
+ENABLE_HURD_MACH_NOTIFY_FALSE = @ENABLE_HURD_MACH_NOTIFY_FALSE@
|
|
+ENABLE_HURD_MACH_NOTIFY_TRUE = @ENABLE_HURD_MACH_NOTIFY_TRUE@
|
|
+ENABLE_INOTIFY_FALSE = @ENABLE_INOTIFY_FALSE@
|
|
+ENABLE_INOTIFY_TRUE = @ENABLE_INOTIFY_TRUE@
|
|
+ENABLE_KQUEUE_FALSE = @ENABLE_KQUEUE_FALSE@
|
|
+ENABLE_KQUEUE_TRUE = @ENABLE_KQUEUE_TRUE@
|
|
EXEEXT = @EXEEXT@
|
|
-F77 = @F77@
|
|
FAM_VERSION_INFO = @FAM_VERSION_INFO@
|
|
-FFLAGS = @FFLAGS@
|
|
+FGREP = @FGREP@
|
|
+GAMIN_DEBUG_FALSE = @GAMIN_DEBUG_FALSE@
|
|
+GAMIN_DEBUG_TRUE = @GAMIN_DEBUG_TRUE@
|
|
GAMIN_MAJOR_VERSION = @GAMIN_MAJOR_VERSION@
|
|
GAMIN_MICRO_VERSION = @GAMIN_MICRO_VERSION@
|
|
GAMIN_MINOR_VERSION = @GAMIN_MINOR_VERSION@
|
|
@@ -126,21 +141,26 @@
|
|
GAMIN_VERSION_INFO = @GAMIN_VERSION_INFO@
|
|
GREP = @GREP@
|
|
HTML_DIR = @HTML_DIR@
|
|
-INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
+LD = @LD@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBS = @LIBS@
|
|
LIBTOOL = @LIBTOOL@
|
|
+LIPO = @LIPO@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
MAKEINFO = @MAKEINFO@
|
|
MIG = @MIG@
|
|
-MKDIR_P = @MKDIR_P@
|
|
+NM = @NM@
|
|
+NMEDIT = @NMEDIT@
|
|
+OBJDUMP = @OBJDUMP@
|
|
OBJEXT = @OBJEXT@
|
|
+OTOOL = @OTOOL@
|
|
+OTOOL64 = @OTOOL64@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
@@ -163,14 +183,13 @@
|
|
TEST_LIBS = @TEST_LIBS@
|
|
THREAD_LIBS = @THREAD_LIBS@
|
|
VERSION = @VERSION@
|
|
+WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
|
|
+WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
|
|
WITH_THREADS = @WITH_THREADS@
|
|
-abs_builddir = @abs_builddir@
|
|
-abs_srcdir = @abs_srcdir@
|
|
-abs_top_builddir = @abs_top_builddir@
|
|
-abs_top_srcdir = @abs_top_srcdir@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
-ac_ct_CXX = @ac_ct_CXX@
|
|
-ac_ct_F77 = @ac_ct_F77@
|
|
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
@@ -182,7 +201,6 @@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
-builddir = @builddir@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
@@ -201,6 +219,7 @@
|
|
libexecdir = @libexecdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
+lt_ECHO = @lt_ECHO@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
@@ -211,15 +230,12 @@
|
|
pythondir = @pythondir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
-srcdir = @srcdir@
|
|
sysconfdir = @sysconfdir@
|
|
target = @target@
|
|
target_alias = @target_alias@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-top_builddir = @top_builddir@
|
|
-top_srcdir = @top_srcdir@
|
|
SUBDIRS = tests
|
|
INCLUDES = \
|
|
-I$(PYTHON_INCLUDES) \
|
|
@@ -266,21 +282,21 @@
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
|
|
+ test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
|
|
@list='$(python_LTLIBRARIES)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
f=$(am__strip_dir) \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
|
|
+ echo " $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
|
|
+ $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-pythonLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|
|
- @list='$(python_LTLIBRARIES)'; for p in $$list; do \
|
|
+ @set -x; list='$(python_LTLIBRARIES)'; for p in $$list; do \
|
|
p=$(am__strip_dir) \
|
|
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
|
|
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
|
|
+ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
|
|
+ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
|
|
done
|
|
|
|
clean-pythonLTLIBRARIES:
|
|
@@ -292,7 +308,7 @@
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
_gamin.la: $(_gamin_la_OBJECTS) $(_gamin_la_DEPENDENCIES)
|
|
- $(_gamin_la_LINK) -rpath $(pythondir) $(_gamin_la_OBJECTS) $(_gamin_la_LIBADD) $(LIBS)
|
|
+ $(LINK) -rpath $(pythondir) $(_gamin_la_LDFLAGS) $(_gamin_la_OBJECTS) $(_gamin_la_LIBADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
@@ -303,22 +319,22 @@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gamin.Plo@am__quote@
|
|
|
|
.c.o:
|
|
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
|
|
.c.obj:
|
|
-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
.c.lo:
|
|
-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
|
+@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
@@ -328,9 +344,13 @@
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
+
|
|
+distclean-libtool:
|
|
+ -rm -f libtool
|
|
+uninstall-info-am:
|
|
install-pythonPYTHON: $(python_PYTHON)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(pythondir)" || $(MKDIR_P) "$(DESTDIR)$(pythondir)"
|
|
+ test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
|
|
@list='$(python_PYTHON)'; dlist=''; for p in $$list; do\
|
|
if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
|
|
if test -f $$b$$p; then \
|
|
@@ -388,7 +408,8 @@
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
fi; test -z "$$fail"
|
|
|
|
-$(RECURSIVE_CLEAN_TARGETS):
|
|
+mostlyclean-recursive clean-recursive distclean-recursive \
|
|
+maintainer-clean-recursive:
|
|
@failcom='exit 1'; \
|
|
for f in x $$MAKEFLAGS; do \
|
|
case $$f in \
|
|
@@ -432,8 +453,8 @@
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
|
|
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
+ $(AWK) ' { files[$$0] = 1; } \
|
|
+ END { for (i in files) print i; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
@@ -458,8 +479,8 @@
|
|
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; }; }'`; \
|
|
+ $(AWK) ' { files[$$0] = 1; } \
|
|
+ END { for (i in files) print i; }'`; \
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
@@ -469,12 +490,13 @@
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
+ here=`pwd`; \
|
|
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; }; }'`; \
|
|
+ $(AWK) ' { files[$$0] = 1; } \
|
|
+ END { for (i in files) print i; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$tags $$unique
|
|
@@ -488,21 +510,22 @@
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
distdir: $(DISTFILES)
|
|
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
- list='$(DISTFILES)'; \
|
|
- dist_files=`for file in $$list; do echo $$file; done | \
|
|
- sed -e "s|^$$srcdirstrip/||;t" \
|
|
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
- case $$dist_files in \
|
|
- */*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
- sort -u` ;; \
|
|
- esac; \
|
|
- for file in $$dist_files; do \
|
|
+ @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
+ list='$(DISTFILES)'; for file in $$list; do \
|
|
+ case $$file in \
|
|
+ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
+ esac; \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
+ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
+ if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
+ dir="/$$dir"; \
|
|
+ $(mkdir_p) "$(distdir)$$dir"; \
|
|
+ else \
|
|
+ dir=''; \
|
|
+ fi; \
|
|
if test -d $$d/$$file; then \
|
|
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
@@ -516,7 +539,7 @@
|
|
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
if test "$$subdir" = .; then :; else \
|
|
test -d "$(distdir)/$$subdir" \
|
|
- || $(MKDIR_P) "$(distdir)/$$subdir" \
|
|
+ || $(mkdir_p) "$(distdir)/$$subdir" \
|
|
|| exit 1; \
|
|
distdir=`$(am__cd) $(distdir) && pwd`; \
|
|
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|
@@ -524,8 +547,6 @@
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
top_distdir="$$top_distdir" \
|
|
distdir="$$distdir/$$subdir" \
|
|
- am__remove_distdir=: \
|
|
- am__skip_length_check=: \
|
|
distdir) \
|
|
|| exit 1; \
|
|
fi; \
|
|
@@ -536,7 +557,7 @@
|
|
installdirs: installdirs-recursive
|
|
installdirs-am:
|
|
for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"; do \
|
|
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
+ test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
done
|
|
install: install-recursive
|
|
install-exec: install-exec-recursive
|
|
@@ -571,7 +592,7 @@
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
- distclean-tags
|
|
+ distclean-libtool distclean-tags
|
|
|
|
dvi: dvi-recursive
|
|
|
|
@@ -585,20 +606,12 @@
|
|
|
|
install-data-am: install-pythonLTLIBRARIES install-pythonPYTHON
|
|
|
|
-install-dvi: install-dvi-recursive
|
|
-
|
|
install-exec-am:
|
|
|
|
-install-html: install-html-recursive
|
|
-
|
|
install-info: install-info-recursive
|
|
|
|
install-man:
|
|
|
|
-install-pdf: install-pdf-recursive
|
|
-
|
|
-install-ps: install-ps-recursive
|
|
-
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-recursive
|
|
@@ -619,25 +632,25 @@
|
|
|
|
ps-am:
|
|
|
|
-uninstall-am: uninstall-pythonLTLIBRARIES uninstall-pythonPYTHON
|
|
+uninstall-am: uninstall-info-am uninstall-pythonLTLIBRARIES \
|
|
+ uninstall-pythonPYTHON
|
|
|
|
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
|
- install-strip
|
|
+uninstall-info: uninstall-info-recursive
|
|
|
|
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
|
- all all-am check check-am clean clean-generic clean-libtool \
|
|
- clean-pythonLTLIBRARIES ctags ctags-recursive distclean \
|
|
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
|
+ clean clean-generic clean-libtool clean-pythonLTLIBRARIES \
|
|
+ clean-recursive ctags ctags-recursive distclean \
|
|
distclean-compile distclean-generic distclean-libtool \
|
|
- distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
- install install-am install-data install-data-am install-dvi \
|
|
- install-dvi-am install-exec install-exec-am install-html \
|
|
- install-html-am install-info install-info-am install-man \
|
|
- install-pdf install-pdf-am install-ps install-ps-am \
|
|
- install-pythonLTLIBRARIES install-pythonPYTHON install-strip \
|
|
- installcheck installcheck-am installdirs installdirs-am \
|
|
- maintainer-clean maintainer-clean-generic mostlyclean \
|
|
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
- pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
|
+ distclean-recursive distclean-tags distdir dvi dvi-am html \
|
|
+ html-am info info-am install install-am install-data \
|
|
+ install-data-am install-exec install-exec-am install-info \
|
|
+ install-info-am install-man install-pythonLTLIBRARIES \
|
|
+ install-pythonPYTHON install-strip installcheck \
|
|
+ installcheck-am installdirs installdirs-am maintainer-clean \
|
|
+ maintainer-clean-generic maintainer-clean-recursive \
|
|
+ mostlyclean mostlyclean-compile mostlyclean-generic \
|
|
+ mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
|
|
+ tags tags-recursive uninstall uninstall-am uninstall-info-am \
|
|
uninstall-pythonLTLIBRARIES uninstall-pythonPYTHON
|
|
|
|
|