1EXTRA_DIST += modules/arch/x86/Makefile.inc
2EXTRA_DIST += modules/arch/lc3b/Makefile.inc
3
4include modules/arch/x86/Makefile.inc
5include modules/arch/lc3b/Makefile.inc
6
7notrans_dist_man_MANS += yasm_arch.7
8
9if BUILD_MAN
10yasm_arch.7: modules/arch/yasm_arch.xml
11	$(XMLTO) -o $(top_builddir) man $(srcdir)/modules/arch/yasm_arch.xml
12endif
13
14EXTRA_DIST += modules/arch/yasm_arch.xml
15