summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-21 22:58:04 +0000
committerSascha Schumann <sas@php.net>1999-12-21 22:58:04 +0000
commita2276107ab211783669daa1ff47be50f96eef2dc (patch)
treecc25f01789ffc512c1021c0974a790622f1942bb
parente538fcbf10c6b15e064ab8dea9d205dc1ed458ea (diff)
downloadphp-git-a2276107ab211783669daa1ff47be50f96eef2dc.tar.gz
Some cleanup
-rw-r--r--build-defs.h.in1
-rw-r--r--ext/Makefile.am1
-rw-r--r--ext/dbase/Makefile.am1
-rw-r--r--ext/gd/Makefile.am1
-rw-r--r--ext/odbc/Makefile.am1
-rw-r--r--ext/standard/Makefile.am1
-rw-r--r--pear/Makefile.am1
-rw-r--r--sapi/Makefile.am1
-rw-r--r--sapi/aolserver/Makefile.am1
-rw-r--r--sapi/apache/Makefile.am1
-rw-r--r--sapi/cgi/Makefile.am1
-rw-r--r--sapi/isapi/Makefile.am1
-rw-r--r--sapi/roxen/Makefile.am1
13 files changed, 0 insertions, 13 deletions
diff --git a/build-defs.h.in b/build-defs.h.in
index dc4ba19016..fd9f697597 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 49372bc0d3..6bad8560f8 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 0805cabe74..ddce0d08db 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 fca3e4c513..2d0c72800b 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 588eaac94e..62a04c8fa2 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 6191a23f2a..aa1bb5162b 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 1798674907..cf92330f7d 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 98c7104787..58d6fae738 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 db29f279e8..357d9bf151 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 8a56e9e19c..ba36956a5f 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 b4255563e5..63ec80dc4c 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 804486ac9d..f0fb1f9daa 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 4c6d5de6b0..1b24bb6e4f 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