12 lines
364 B
Makefile
12 lines
364 B
Makefile
# $Id: Makefile.inc 2084 2008-05-09 07:08:17Z peter $
|
|
|
|
EXTRA_DIST += tools/re2c/Makefile.inc
|
|
EXTRA_DIST += tools/genmacro/Makefile.inc
|
|
EXTRA_DIST += tools/genperf/Makefile.inc
|
|
EXTRA_DIST += tools/python-yasm/Makefile.inc
|
|
|
|
include tools/re2c/Makefile.inc
|
|
include tools/genmacro/Makefile.inc
|
|
include tools/genperf/Makefile.inc
|
|
include tools/python-yasm/Makefile.inc
|