summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:50 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:50 +0000
commitd9a2bb2ec0a538bf2c13c166d7fb600162c9fbc7 (patch)
treeca9c078a508debdc91f7fd11799e29f5c48dee23
parent120a6ede449ee8f4c9236e663f77ddefd29ce437 (diff)
downloadphp-git-d9a2bb2ec0a538bf2c13c166d7fb600162c9fbc7.tar.gz
Remove old Makefile templates
-rw-r--r--ext/xml/Makefile.in11
-rw-r--r--ext/xml/expat/Makefile.in7
2 files changed, 0 insertions, 18 deletions
diff --git a/ext/xml/Makefile.in b/ext/xml/Makefile.in
deleted file mode 100644
index b685c9a67c..0000000000
--- a/ext/xml/Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-LTLIBRARY_NAME = libxml.la
-LTLIBRARY_SOURCES = xml.c
-LTLIBRARY_DEPENDENCIES = $(EXPAT_INTERNAL_LIBADD)
-LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
-LTLIBRARY_SHARED_NAME = xml.la
-LTLIBRARY_SHARED_LIBADD = $(EXPAT_SHARED_LIBADD)
-
-SUBDIRS = $(EXPAT_SUBDIRS)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/xml/expat/Makefile.in b/ext/xml/expat/Makefile.in
deleted file mode 100644
index 39609a3403..0000000000
--- a/ext/xml/expat/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libexpat.la
-LTLIBRARY_SOURCES = xmlparse.c xmlrole.c xmltok.c
-
-EXTRA_INCLUDES = $(XML_CPPFLAGS)
-
-include $(top_srcdir)/build/dynlib.mk