|
Added
Link Here
|
| 1 |
|
| 2 |
$FreeBSD$ |
| 3 |
|
| 4 |
--- Makefile.in.orig Tue Dec 7 15:55:45 1999 |
| 5 |
+++ Makefile.in Mon Jan 14 16:53:17 2002 |
| 6 |
@@ -92,11 +92,11 @@ |
| 7 |
LDFLAGS = @LDFLAGS@ |
| 8 |
LIBS = @LIBS@ |
| 9 |
|
| 10 |
-aclocal_macros = libtool.m4 |
| 11 |
+aclocal_macros = libtool13.m4 |
| 12 |
|
| 13 |
-EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.in mkstamp ChangeLog.0 |
| 14 |
+EXTRA_DIST = $(aclocal_macros) libtoolize13.in ltconfig.in ltmain.in mkstamp ChangeLog.0 |
| 15 |
|
| 16 |
-CLEANFILES = libtool libtoolize ltconfig.T ltmain.shT |
| 17 |
+CLEANFILES = libtool13 libtoolize13 ltconfig.T ltmain.shT |
| 18 |
|
| 19 |
# These are required by libtoolize. |
| 20 |
pkgdata_SCRIPTS = config.guess config.sub ltconfig |
| 21 |
@@ -106,11 +106,11 @@ |
| 22 |
aclocal_DATA = $(aclocal_macros) |
| 23 |
|
| 24 |
# The standalone libtool script, and the libtool distributor. |
| 25 |
-bin_SCRIPTS = libtool libtoolize |
| 26 |
+bin_SCRIPTS = libtool13 libtoolize13 |
| 27 |
|
| 28 |
# TSDEPS will be defined to TSDEPS_DIST at `make dist' time |
| 29 |
TSDEPS = |
| 30 |
-TSDEPS_DIST = ChangeLog libtool.m4 |
| 31 |
+TSDEPS_DIST = ChangeLog libtool13.m4 |
| 32 |
CVS = cvs # set it to `:' to avoid CVS operations |
| 33 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 34 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 35 |
@@ -451,7 +451,7 @@ |
| 36 |
maintainer-clean |
| 37 |
|
| 38 |
|
| 39 |
-libtool: $(srcdir)/ltmain.sh $(srcdir)/ltconfig |
| 40 |
+libtool13: $(srcdir)/ltmain.sh $(srcdir)/ltconfig |
| 41 |
CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \ |
| 42 |
LD="$(LD)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" \ |
| 43 |
LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \ |
| 44 |
@@ -468,9 +468,9 @@ |
| 45 |
$(SHELL) $(srcdir)/ltconfig $(LIBTOOL_FLAGS) --srcdir=$(srcdir) \ |
| 46 |
--output=$@ $(srcdir)/ltmain.c |
| 47 |
|
| 48 |
-libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status |
| 49 |
- CONFIG_FILES=libtoolize CONFIG_HEADERS= $(top_builddir)/config.status |
| 50 |
- chmod +x libtoolize |
| 51 |
+libtoolize13: $(srcdir)/libtoolize13.in $(top_builddir)/config.status |
| 52 |
+ CONFIG_FILES=libtoolize13 CONFIG_HEADERS= $(top_builddir)/config.status |
| 53 |
+ chmod +x libtoolize13 |
| 54 |
|
| 55 |
.PHONY: timestamps update-timestamps |
| 56 |
timestamps distdir: update-timestamps |
| 57 |
@@ -505,9 +505,9 @@ |
| 58 |
# All our rules should depend on these demo files. |
| 59 |
all-recursive: $(ACINCLUDE_M4_LIST) |
| 60 |
|
| 61 |
-@ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4 |
| 62 |
+@ACINCLUDE_M4_LIST@: $(srcdir)/libtool13.m4 |
| 63 |
rm -f $@ |
| 64 |
- cp $(srcdir)/libtool.m4 $@ |
| 65 |
+ cp $(srcdir)/libtool13.m4 $@ |
| 66 |
|
| 67 |
.PHONY: configure-subdirs |
| 68 |
configure-subdirs distdir: $(DIST_MAKEFILE_LIST) |