diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 22:00:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 22:00:09 +0000 |
commit | de2cea47c0840a58dc3ed29c3426e81eb0358d5a (patch) | |
tree | abf1d7990c391777f6ddb84ad90fd39d7e583d0c /sapi | |
parent | a493cdc92c69b8e9c8e2453d78e04325060fe79c (diff) | |
download | php-git-de2cea47c0840a58dc3ed29c3426e81eb0358d5a.tar.gz |
Large commit test III
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/aolserver/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/apache/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/cgi/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/isapi/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/nsapi/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/phttpd/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/roxen/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/servlet/Makefile.in | 3 | ||||
-rw-r--r-- | sapi/thttpd/Makefile.in | 3 |
10 files changed, 30 insertions, 0 deletions
diff --git a/sapi/Makefile.in b/sapi/Makefile.in index 089a1e4a65..7ea41aedcf 100644 --- a/sapi/Makefile.in +++ b/sapi/Makefile.in @@ -2,3 +2,6 @@ SUBDIRS = $(PHP_SAPI) include $(top_srcdir)/build/rules.mk + + + diff --git a/sapi/aolserver/Makefile.in b/sapi/aolserver/Makefile.in index 96a33af6bd..20302cb65e 100644 --- a/sapi/aolserver/Makefile.in +++ b/sapi/aolserver/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = aolserver.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/apache/Makefile.in b/sapi/apache/Makefile.in index 477b3a4762..3d543ffbe9 100644 --- a/sapi/apache/Makefile.in +++ b/sapi/apache/Makefile.in @@ -5,3 +5,6 @@ LTLIBRARY_SOURCES = sapi_apache.c mod_php4.c php_apache.c EXTRA_INCLUDES = $(APACHE_INCLUDE) include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/cgi/Makefile.in b/sapi/cgi/Makefile.in index 3b66c7d418..8f26546f3a 100644 --- a/sapi/cgi/Makefile.in +++ b/sapi/cgi/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = cgi_main.c getopt.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/isapi/Makefile.in b/sapi/isapi/Makefile.in index 34d4bdc15c..1ec326a5e7 100644 --- a/sapi/isapi/Makefile.in +++ b/sapi/isapi/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = php4isapi.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/nsapi/Makefile.in b/sapi/nsapi/Makefile.in index 8299911313..9423edc467 100644 --- a/sapi/nsapi/Makefile.in +++ b/sapi/nsapi/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = nsapi.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/phttpd/Makefile.in b/sapi/phttpd/Makefile.in index 3fa62790f1..ecc8c2b9ee 100644 --- a/sapi/phttpd/Makefile.in +++ b/sapi/phttpd/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = phttpd.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/roxen/Makefile.in b/sapi/roxen/Makefile.in index c49bf97ead..ec29298b6e 100644 --- a/sapi/roxen/Makefile.in +++ b/sapi/roxen/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = roxen.c include $(top_srcdir)/build/ltlib.mk + + + diff --git a/sapi/servlet/Makefile.in b/sapi/servlet/Makefile.in index 47d0b5d2e2..840ba218d9 100644 --- a/sapi/servlet/Makefile.in +++ b/sapi/servlet/Makefile.in @@ -29,3 +29,6 @@ phpsrvlt.jar : servlet.java ../../ext/java/reflect.java @rm net/php/servlet.* net/php/reflect.* net/php/formatter.* @rmdir net/php @rmdir net + + + diff --git a/sapi/thttpd/Makefile.in b/sapi/thttpd/Makefile.in index 9edad0d7aa..6d16aad12a 100644 --- a/sapi/thttpd/Makefile.in +++ b/sapi/thttpd/Makefile.in @@ -3,3 +3,6 @@ LTLIBRARY_NAME = libsapi.la LTLIBRARY_SOURCES = thttpd.c include $(top_srcdir)/build/ltlib.mk + + + |