diff options
| author | Sascha Schumann <sas@php.net> | 1999-10-04 15:18:26 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-10-04 15:18:26 +0000 |
| commit | 232afa4816c60a20d3db48c304ac59312d46ec46 (patch) | |
| tree | dd8df9145c12f6b14fe751f6cc862aa8c0768e06 /sapi/isapi/Makefile.inc | |
| parent | ec01d01400c67fd6d1bf2ae0e170771260e1ecc0 (diff) | |
| download | php-git-232afa4816c60a20d3db48c304ac59312d46ec46.tar.gz | |
* archive-based convenience libraries completely replaced
with libtool components
* SAPI targets can enable thread-safe mode and define
shared/static/program build target
* all configure scripts use the same config.cache
* phplibdir is $(top_builddir)/modules to avoid
permission problems
* sapi/*/Makefile.inc are gone
* runpath handling cleaned up
* top-level Makefile.in obsoleted through Makefile.am
* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature
Diffstat (limited to 'sapi/isapi/Makefile.inc')
| -rw-r--r-- | sapi/isapi/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sapi/isapi/Makefile.inc b/sapi/isapi/Makefile.inc deleted file mode 100644 index d64acf40eb..0000000000 --- a/sapi/isapi/Makefile.inc +++ /dev/null @@ -1,6 +0,0 @@ -# ISAPI/Zeus module - -INSTALL_IT=: - -php4isapi.so: libmodphp4-so.a - g++ $(LDFLAGS) -shared sapi/isapi/php4isapi.o -o $@ libmodphp4-so.a $(LIBS) |
