aboutsummaryrefslogtreecommitdiff
path: root/modules/parsers/Makefile.inc
blob: b432fa9ee09c137f0d712a0e7c2855cd8678d57f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXTRA_DIST += modules/parsers/gas/Makefile.inc
EXTRA_DIST += modules/parsers/nasm/Makefile.inc

include modules/parsers/gas/Makefile.inc
include modules/parsers/nasm/Makefile.inc
include modules/parsers/tasm/Makefile.inc

notrans_dist_man_MANS += yasm_parsers.7

if BUILD_MAN
yasm_parsers.7: modules/parsers/yasm_parsers.xml
	$(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.xml
endif

EXTRA_DIST += modules/parsers/yasm_parsers.xml