1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Remove old Makefile templates

This commit is contained in:
Sascha Schumann
2002-03-12 16:44:50 +00:00
parent 120a6ede44
commit d9a2bb2ec0
2 changed files with 0 additions and 18 deletions
-11
View File
@@ -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
-7
View File
@@ -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