mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
19 lines
804 B
Makefile
19 lines
804 B
Makefile
|
|
LTLIBRARY_NAME = libstandard.la
|
|
LTLIBRARY_SOURCES=\
|
|
array.c base64.c basic_functions.c browscap.c crc32.c crypt.c cyr_convert.c datetime.c \
|
|
dir.c dl.c dns.c exec.c file.c filestat.c flock_compat.c \
|
|
formatted_print.c fsock.c head.c html.c image.c info.c iptc.c lcg.c \
|
|
link.c mail.c math.c md5.c metaphone.c microtime.c pack.c pageinfo.c \
|
|
parsedate.c quot_print.c rand.c reg.c soundex.c string.c scanf.c \
|
|
syslog.c type.c uniqid.c url.c url_scanner.c var.c output.c assert.c \
|
|
strnatcmp.c levenshtein.c incomplete_class.c url_scanner_ex.c \
|
|
ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c credits.c
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|
|
|
|
parsedate.c: $(srcdir)/parsedate.y
|
|
|
|
$(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
|
|
re2c -b $(srcdir)/url_scanner_ex.re > $@
|