php-src/ext/standard/Makefile.frag
Sascha Schumann 9d9d39a0de Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt
2002-03-07 14:20:02 +00:00

9 lines
250 B
Makefile

$(srcdir)/parsedate.c: $(srcdir)/parsedate.y
$(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
re2c -b $(srcdir)/var_unserializer.re > $@
$(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re
re2c -b $(srcdir)/url_scanner_ex.re > $@