diff -r 30113bfbe723 -r b3afb9f1e801 python/Makefile.in --- a/python/Makefile.in Sun Jan 20 00:12:17 2008 +0100 +++ b/python/Makefile.in Sun Jan 20 00:22:09 2008 +0100 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4a from Makefile.am +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 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. @@ -46,10 +46,9 @@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : @@ -58,12 +57,15 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ CC = @CC@ -CDBPROGS = @CDBPROGS@ -CDBSCRIPTS = @CDBSCRIPTS@ CXX = @CXX@ +HAVE_LIB = @HAVE_LIB@ HTML2TXT = @HTML2TXT@ +LIB = @LIB@ LN = @LN@ +LTLIB = @LTLIB@ LYNX = @LYNX@ MAKEINFO = @MAKEINFO@ MKDIR = @MKDIR@ @@ -99,7 +101,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -171,7 +173,7 @@ all-am: Makefile $(DATA) all-redirect: all-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(pythonlibdir) @@ -229,9 +231,9 @@ types.pyo: types.py local.py .py.pyc: - python -c 'import $*' + python -c 'import $*' && touch $@ .py.pyo: - python -O -c 'import $*' + python -O -c 'import $*' && touch $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.