mirror of
https://github.com/php/pecl-mail-mailparse.git
synced 2026-03-23 22:52:14 +01:00
8 lines
289 B
Makefile
8 lines
289 B
Makefile
|
|
$(top_srcdir)/ext/mailparse/php_mailparse_rfc822.c: $(top_srcdir)/ext/mailparse/php_mailparse_rfc822.re
|
|
re2c -b $(top_srcdir)/ext/mailparse/php_mailparse_rfc822.re > $@
|
|
|
|
$(srcdir)/php_mailparse_rfc822.c: $(srcdir)/php_mailparse_rfc822.re
|
|
re2c -b $(srcdir)/php_mailparse_rfc822.re > $@
|
|
|