mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
This doesn't really work yet, which is why it's on a branch! svn path=/branches/new-optimizer/; revision=1269
14 lines
444 B
Makefile
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
|