mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Some cleanup
This commit is contained in:
parent
e538fcbf10
commit
a2276107ab
13 changed files with 0 additions and 13 deletions
|
@ -74,7 +74,6 @@
|
|||
#define PHP_PGSQL_LIBS ""
|
||||
#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
|
||||
#define PHP_REGEX_LIB ""
|
||||
#define PHP_SAPI "@PHP_SAPI@"
|
||||
#define PHP_SOLID_INCLUDE ""
|
||||
#define PHP_SOLID_LIBS ""
|
||||
#define PHP_EMPRESS_INCLUDE ""
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = @EXT_SUBDIRS@
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in -*- makefile -*-
|
||||
noinst_LTLIBRARIES=libphpext_dbase.la
|
||||
libphpext_dbase_la_SOURCES=dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SRC=gd.c gdcache.c gdttf.c
|
||||
noinst_LTLIBRARIES=@GD_STATIC@
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
noinst_LTLIBRARIES=libphpext_odbc.la
|
||||
libphpext_odbc_la_SOURCES=php_odbc.c velocis.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
noinst_LTLIBRARIES=libphpext_standard.la
|
||||
libphpext_standard_la_SOURCES=\
|
||||
array.c base64.c basic_functions.c browscap.c crypt.c cyr_convert.c datetime.c \
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
peardir=$(prefix)/lib/php
|
||||
pear_DBdir=$(prefix)/lib/php/DB
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = $(PHP_SAPI)
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES=libphpsapi_aolserver.la
|
||||
libphpsapi_aolserver_la_SOURCES=aolserver.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
APACHE_INCLUDE=@APACHE_INCLUDE@
|
||||
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend $(APACHE_INCLUDE)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES=libphpsapi_cgi.la
|
||||
libphpsapi_cgi_la_SOURCES=cgi_main.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES=libphpsapi_isapi.la
|
||||
libphpsapi_isapi_la_SOURCES=php4isapi.c
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES=libphpsapi_roxen.la
|
||||
libphpsapi_roxen_la_SOURCES=roxen.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue