mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
444 B
14 lines
444 B
# $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
|
|
|