php-src/main/Makefile.in

17 lines
562 B
Makefile
Raw Normal View History

LTLIBRARY_NAME = libmain.la
LTLIBRARY_SOURCES = \
main.c internal_functions.c snprintf.c php_sprintf.c \
2001-02-23 22:07:16 +00:00
safe_mode.c fopen_wrappers.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 \
2001-07-20 15:06:51 +00:00
streams.c network.c php_open_temporary_file.c php_logos.c \
output.c
include $(top_srcdir)/build/ltlib.mk
internal_functions.c: $(srcdir)/internal_functions.c.in $(top_builddir)/config.status
cd $(top_builddir) && \
2000-08-27 19:32:28 +00:00
REDO_ALL=yes ./config.status