summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:50:43 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:50:43 +0000
commit1d06a3166c2e14b244554e926dcd5330e374c3b9 (patch)
treead9bd25169a864c2a8c30639161fbc3c807001f0
parentd9a2bb2ec0a538bf2c13c166d7fb600162c9fbc7 (diff)
downloadphp-git-1d06a3166c2e14b244554e926dcd5330e374c3b9.tar.gz
remove old makefiles
-rw-r--r--ext/pcre/Makefile.in10
-rw-r--r--ext/pcre/pcrelib/Makefile.in7
2 files changed, 0 insertions, 17 deletions
diff --git a/ext/pcre/Makefile.in b/ext/pcre/Makefile.in
deleted file mode 100644
index 9316a48720..0000000000
--- a/ext/pcre/Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LTLIBRARY_NAME = libpcre.la
-LTLIBRARY_SOURCES = php_pcre.c
-LTLIBRARY_LIBADD = $(PCRE_LIBADD)
-LTLIBRARY_SHARED_NAME = pcre.la
-LTLIBRARY_SHARED_LIBADD = $(PCRE_SHARED_LIBADD)
-
-SUBDIRS = $(PCRE_SUBDIRS)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/pcre/pcrelib/Makefile.in b/ext/pcre/pcrelib/Makefile.in
deleted file mode 100644
index 6f7bb73cf0..0000000000
--- a/ext/pcre/pcrelib/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libpcre.la
-LTLIBRARY_SOURCES = maketables.c get.c study.c pcre.c
-
-EXTRA_INCLUDES = -DSUPPORT_UTF8
-
-include $(top_srcdir)/build/dynlib.mk