yasm/modules/Makefile.inc
Peter Johnson 77a535f673 Create new working branch for new (Robertson 1977) optimizer.
This doesn't really work yet, which is why it's on a branch!

svn path=/branches/new-optimizer/; revision=1269
2005-10-08 05:45:29 +00:00

14 lines
444 B
Makefile

# $Id$
EXTRA_DIST += modules/arch/Makefile.inc
EXTRA_DIST += modules/listfmts/Makefile.inc
EXTRA_DIST += modules/parsers/Makefile.inc
EXTRA_DIST += modules/preprocs/Makefile.inc
EXTRA_DIST += modules/objfmts/Makefile.inc
include modules/arch/Makefile.inc
include modules/listfmts/Makefile.inc
include modules/parsers/Makefile.inc
include modules/preprocs/Makefile.inc
include modules/dbgfmts/Makefile.inc
include modules/objfmts/Makefile.inc