| OLD | NEW |
| 1 # $Id: Makefile.inc 2234 2009-10-31 21:52:42Z peter $ | |
| 2 | |
| 3 # These utility programs have to be built for BUILD host in cross-build. | 1 # These utility programs have to be built for BUILD host in cross-build. |
| 4 # This makes things rather non-standard automake | 2 # This makes things rather non-standard automake |
| 5 | 3 |
| 6 noinst_PROGRAMS += re2c | 4 noinst_PROGRAMS += re2c |
| 7 | 5 |
| 8 re2c_SOURCES = | 6 re2c_SOURCES = |
| 9 EXTRA_DIST += tools/re2c/main.c | 7 EXTRA_DIST += tools/re2c/main.c |
| 10 EXTRA_DIST += tools/re2c/basics.h | 8 EXTRA_DIST += tools/re2c/basics.h |
| 11 EXTRA_DIST += tools/re2c/globals.h | 9 EXTRA_DIST += tools/re2c/globals.h |
| 12 EXTRA_DIST += tools/re2c/ins.h | 10 EXTRA_DIST += tools/re2c/ins.h |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 EXTRA_DIST += tools/re2c/examples/cmmap.re | 84 EXTRA_DIST += tools/re2c/examples/cmmap.re |
| 87 EXTRA_DIST += tools/re2c/examples/cnokw.re | 85 EXTRA_DIST += tools/re2c/examples/cnokw.re |
| 88 EXTRA_DIST += tools/re2c/examples/cunroll.re | 86 EXTRA_DIST += tools/re2c/examples/cunroll.re |
| 89 EXTRA_DIST += tools/re2c/examples/modula.re | 87 EXTRA_DIST += tools/re2c/examples/modula.re |
| 90 EXTRA_DIST += tools/re2c/examples/repeater.re | 88 EXTRA_DIST += tools/re2c/examples/repeater.re |
| 91 EXTRA_DIST += tools/re2c/examples/sample.re | 89 EXTRA_DIST += tools/re2c/examples/sample.re |
| 92 EXTRA_DIST += tools/re2c/examples/simple.re | 90 EXTRA_DIST += tools/re2c/examples/simple.re |
| 93 EXTRA_DIST += tools/re2c/examples/rexx/README | 91 EXTRA_DIST += tools/re2c/examples/rexx/README |
| 94 EXTRA_DIST += tools/re2c/examples/rexx/rexx.l | 92 EXTRA_DIST += tools/re2c/examples/rexx/rexx.l |
| 95 EXTRA_DIST += tools/re2c/examples/rexx/scanio.c | 93 EXTRA_DIST += tools/re2c/examples/rexx/scanio.c |
| OLD | NEW |