File: Makefile.frag

package info (click to toggle)
php-mailparse 3.0.2%2B2.1.6-12-gae1ef14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,524 kB
  • ctags: 529
  • sloc: ansic: 3,936; xml: 203; php: 38; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7

$(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 > $@