From a2276107ab211783669daa1ff47be50f96eef2dc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 21 Dec 1999 22:58:04 +0000 Subject: [PATCH] Some cleanup --- build-defs.h.in | 1 - ext/Makefile.am | 1 - ext/dbase/Makefile.am | 1 - ext/gd/Makefile.am | 1 - ext/odbc/Makefile.am | 1 - ext/standard/Makefile.am | 1 - pear/Makefile.am | 1 - sapi/Makefile.am | 1 - sapi/aolserver/Makefile.am | 1 - sapi/apache/Makefile.am | 1 - sapi/cgi/Makefile.am | 1 - sapi/isapi/Makefile.am | 1 - sapi/roxen/Makefile.am | 1 - 13 files changed, 13 deletions(-) diff --git a/build-defs.h.in b/build-defs.h.in index dc4ba190163..fd9f6975970 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -74,7 +74,6 @@ #define PHP_PGSQL_LIBS "" #define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@" #define PHP_REGEX_LIB "" -#define PHP_SAPI "@PHP_SAPI@" #define PHP_SOLID_INCLUDE "" #define PHP_SOLID_LIBS "" #define PHP_EMPRESS_INCLUDE "" diff --git a/ext/Makefile.am b/ext/Makefile.am index 49372bc0d39..6bad8560f8e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in SUBDIRS = @EXT_SUBDIRS@ diff --git a/ext/dbase/Makefile.am b/ext/dbase/Makefile.am index 0805cabe748..ddce0d08db4 100644 --- a/ext/dbase/Makefile.am +++ b/ext/dbase/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in -*- makefile -*- noinst_LTLIBRARIES=libphpext_dbase.la libphpext_dbase_la_SOURCES=dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c diff --git a/ext/gd/Makefile.am b/ext/gd/Makefile.am index fca3e4c513e..2d0c72800bc 100644 --- a/ext/gd/Makefile.am +++ b/ext/gd/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in SRC=gd.c gdcache.c gdttf.c noinst_LTLIBRARIES=@GD_STATIC@ diff --git a/ext/odbc/Makefile.am b/ext/odbc/Makefile.am index 588eaac94eb..62a04c8fa21 100644 --- a/ext/odbc/Makefile.am +++ b/ext/odbc/Makefile.am @@ -1,3 +1,2 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpext_odbc.la libphpext_odbc_la_SOURCES=php_odbc.c velocis.c diff --git a/ext/standard/Makefile.am b/ext/standard/Makefile.am index 6191a23f2ab..aa1bb5162b1 100644 --- a/ext/standard/Makefile.am +++ b/ext/standard/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpext_standard.la libphpext_standard_la_SOURCES=\ array.c base64.c basic_functions.c browscap.c crypt.c cyr_convert.c datetime.c \ diff --git a/pear/Makefile.am b/pear/Makefile.am index 17986749071..cf92330f7dc 100644 --- a/pear/Makefile.am +++ b/pear/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in peardir=$(prefix)/lib/php pear_DBdir=$(prefix)/lib/php/DB diff --git a/sapi/Makefile.am b/sapi/Makefile.am index 98c7104787f..58d6fae7383 100644 --- a/sapi/Makefile.am +++ b/sapi/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in SUBDIRS = $(PHP_SAPI) diff --git a/sapi/aolserver/Makefile.am b/sapi/aolserver/Makefile.am index db29f279e8e..357d9bf151b 100644 --- a/sapi/aolserver/Makefile.am +++ b/sapi/aolserver/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpsapi_aolserver.la libphpsapi_aolserver_la_SOURCES=aolserver.c diff --git a/sapi/apache/Makefile.am b/sapi/apache/Makefile.am index 8a56e9e19c0..ba36956a5ff 100644 --- a/sapi/apache/Makefile.am +++ b/sapi/apache/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in APACHE_INCLUDE=@APACHE_INCLUDE@ INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend $(APACHE_INCLUDE) diff --git a/sapi/cgi/Makefile.am b/sapi/cgi/Makefile.am index b4255563e5d..63ec80dc4cc 100644 --- a/sapi/cgi/Makefile.am +++ b/sapi/cgi/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpsapi_cgi.la libphpsapi_cgi_la_SOURCES=cgi_main.c diff --git a/sapi/isapi/Makefile.am b/sapi/isapi/Makefile.am index 804486ac9df..f0fb1f9daab 100644 --- a/sapi/isapi/Makefile.am +++ b/sapi/isapi/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpsapi_isapi.la libphpsapi_isapi_la_SOURCES=php4isapi.c diff --git a/sapi/roxen/Makefile.am b/sapi/roxen/Makefile.am index 4c6d5de6b02..1b24bb6e4f3 100644 --- a/sapi/roxen/Makefile.am +++ b/sapi/roxen/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpsapi_roxen.la libphpsapi_roxen_la_SOURCES=roxen.c