2000-06-12 02:51:17 +08:00
|
|
|
LTLIBRARY_NAME = libmain.la
|
2000-06-12 02:16:37 +08:00
|
|
|
|
|
|
|
LTLIBRARY_SOURCES = \
|
|
|
|
main.c internal_functions.c snprintf.c php_sprintf.c \
|
2001-02-24 06:07:16 +08:00
|
|
|
safe_mode.c fopen_wrappers.c alloca.c \
|
2000-10-12 14:32:10 +08:00
|
|
|
php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
|
2000-08-20 13:27:59 +08:00
|
|
|
strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c \
|
2001-04-18 01:03:18 +08:00
|
|
|
streams.c \
|
2000-11-02 22:18:34 +08:00
|
|
|
network.c php_open_temporary_file.c php_logos.c
|
2000-06-12 02:16:37 +08:00
|
|
|
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|
|
|
|
|
|
|
|
|
2000-08-28 02:54:28 +08:00
|
|
|
internal_functions.c: $(srcdir)/internal_functions.c.in $(top_builddir)/config.status
|
2000-06-12 02:16:37 +08:00
|
|
|
cd $(top_builddir) && \
|
2000-08-28 03:32:28 +08:00
|
|
|
REDO_ALL=yes ./config.status
|