OLD | NEW |
1 # $Id: Makefile.inc 2130 2008-10-07 05:38:11Z peter $ | 1 # $Id: Makefile.inc 2269 2010-01-07 07:00:05Z peter $ |
2 | 2 |
3 EXTRA_DIST += modules/parsers/gas/Makefile.inc | 3 EXTRA_DIST += modules/parsers/gas/Makefile.inc |
4 EXTRA_DIST += modules/parsers/nasm/Makefile.inc | 4 EXTRA_DIST += modules/parsers/nasm/Makefile.inc |
5 | 5 |
6 include modules/parsers/gas/Makefile.inc | 6 include modules/parsers/gas/Makefile.inc |
7 include modules/parsers/nasm/Makefile.inc | 7 include modules/parsers/nasm/Makefile.inc |
8 include modules/parsers/tasm/Makefile.inc | 8 include modules/parsers/tasm/Makefile.inc |
9 | 9 |
10 dist_man_MANS += yasm_parsers.7 | 10 notrans_dist_man_MANS += yasm_parsers.7 |
11 | 11 |
12 if BUILD_MAN | 12 if BUILD_MAN |
13 yasm_parsers.7: modules/parsers/yasm_parsers.xml | 13 yasm_parsers.7: modules/parsers/yasm_parsers.xml |
14 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x
ml | 14 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/parsers/yasm_parsers.x
ml |
15 endif | 15 endif |
16 | 16 |
17 EXTRA_DIST += modules/parsers/yasm_parsers.xml | 17 EXTRA_DIST += modules/parsers/yasm_parsers.xml |
OLD | NEW |