Browse Source

(The first part of this commit died with a SIGPIPE from the CVS server.)

Overall UNIX build system improvements:

* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
  (fixes Tru64 support)
* VPATH does not contain variables anymore
  (fixes UnixWare support)
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
952f58b66d
  1. 7
      ext/aspell/Makefile.in
  2. 7
      ext/bcmath/Makefile.in
  3. 8
      ext/calendar/Makefile.in
  4. 7
      ext/cpdf/Makefile.in
  5. 7
      ext/cybercash/Makefile.in
  6. 7
      ext/dav/Makefile.in

7
ext/aspell/Makefile.in

@ -1,10 +1,5 @@
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libaspell.la
LTLIBRARY_SOURCES = aspell.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk

7
ext/bcmath/Makefile.in

@ -1,11 +1,6 @@
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libbcmath.la
LTLIBRARY_SOURCES = bcmath.c number.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk

8
ext/calendar/Makefile.in

@ -1,11 +1,5 @@
# $Id$
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libcalendar.la
LTLIBRARY_SOURCES = calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk

7
ext/cpdf/Makefile.in

@ -1,10 +1,5 @@
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libcpdf.la
LTLIBRARY_SOURCES = cpdf.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk

7
ext/cybercash/Makefile.in

@ -1,10 +1,5 @@
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libcybercash.la
LTLIBRARY_SOURCES = cybercash.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk

7
ext/dav/Makefile.in

@ -1,10 +1,5 @@
DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libdav.la
LTLIBRARY_SOURCES = dav.c
include $(topsrcdir)/build/ltlib.mk
include $(top_srcdir)/build/ltlib.mk
Loading…
Cancel
Save