summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-11 18:16:37 +0000
committerSascha Schumann <sas@php.net>2000-06-11 18:16:37 +0000
commit6df3a21309b2ae83590bb72a86cfff03c79e2293 (patch)
treead5446120fbfd8559048d520789fb048c31d5f2c /Makefile.in
parent1f5ee72e2dca2834653060896ef40883c02b9af1 (diff)
downloadphp-git-6df3a21309b2ae83590bb72a86cfff03c79e2293.tar.gz
Prepare move of the top-level source files to the core directory.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 3 insertions, 17 deletions
diff --git a/Makefile.in b/Makefile.in
index d220baf00a..70ffccfd3a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,19 +1,14 @@
ZEND_DIR = $(srcdir)/Zend
-SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
+SUBDIRS = Zend core ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
LTLIBRARY_NAME = libphp4.la
-
-LTLIBRARY_SOURCES = \
- main.c internal_functions.c snprintf.c php_sprintf.c \
- configuration-parser.c configuration-scanner.c \
- safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \
- php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
- strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c php_virtual_cwd.c
+LTLIBRARY_SOURCES = stub.c
LTLIBRARY_DEPENDENCIES = \
Zend/libZend.la \
sapi/$(PHP_SAPI)/libsapi.la \
+ core/libcore.la \
$(REGEX_LIB) \
$(EXT_LTLIBS) \
$(TSRM_LIB)
@@ -58,13 +53,4 @@ install-modules:
install-su: install-modules
(cd pear && $(MAKE) install)
-configuration-parser.h configuration-parser.c: $(srcdir)/configuration-parser.y
- $(YACC) -p cfg -v -d $< -o configuration-parser.c
-
-configuration-scanner.c: $(srcdir)/configuration-scanner.l
- $(LEX) -Pcfg -o$@ -i $<
-
-internal_functions.c: internal_functions.c.in config.status
- CONFIG_FILES= CONFIG_HEADERS= ./config.status
-
.NOEXPORT: