diff options
author | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:50 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:50 +0000 |
commit | d9a2bb2ec0a538bf2c13c166d7fb600162c9fbc7 (patch) | |
tree | ca9c078a508debdc91f7fd11799e29f5c48dee23 | |
parent | 120a6ede449ee8f4c9236e663f77ddefd29ce437 (diff) | |
download | php-git-d9a2bb2ec0a538bf2c13c166d7fb600162c9fbc7.tar.gz |
Remove old Makefile templates
-rw-r--r-- | ext/xml/Makefile.in | 11 | ||||
-rw-r--r-- | ext/xml/expat/Makefile.in | 7 |
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 |