mirror of
https://github.com/php/php-src.git
synced 2024-12-15 12:54:57 +08:00
10 lines
352 B
Makefile
10 lines
352 B
Makefile
AUTOMAKE_OPTIONS=dejagnu
|
|
DEJATOOL=conv_encoding conv_kana strwidth strcut
|
|
RUNTESTDEFAULTFLAGS=--tool $$tool --srcdir "$$srcdir"/tests
|
|
LANG=C
|
|
EXTRA_DIST=AUTHORS DISCLAIMER LICENSE Makefile.bcc32 \
|
|
config.h.bcc32 config.h.vc6 \
|
|
libmbfl.dsp libmbfl.dsw libmbfl.sln libmbfl.vcproj mbfl.rc \
|
|
mksbcc32.bat rules.mak.bcc32
|
|
SUBDIRS = nls filters mbfl tests
|