summaryrefslogtreecommitdiff
path: root/ext
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 /ext
parente538fcbf10c6b15e064ab8dea9d205dc1ed458ea (diff)
downloadphp-git-a2276107ab211783669daa1ff47be50f96eef2dc.tar.gz
Some cleanup
Diffstat (limited to 'ext')
-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
5 files changed, 0 insertions, 5 deletions
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 \