OLD | NEW |
1 # $Id: Makefile.inc 1662 2006-10-21 18:52:29Z peter $ | 1 # $Id: Makefile.inc 2269 2010-01-07 07:00:05Z peter $ |
2 | 2 |
3 EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc | 3 EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc |
4 EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc | 4 EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc |
5 EXTRA_DIST += modules/dbgfmts/null/Makefile.inc | 5 EXTRA_DIST += modules/dbgfmts/null/Makefile.inc |
6 EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc | 6 EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc |
7 | 7 |
8 include modules/dbgfmts/codeview/Makefile.inc | 8 include modules/dbgfmts/codeview/Makefile.inc |
9 include modules/dbgfmts/dwarf2/Makefile.inc | 9 include modules/dbgfmts/dwarf2/Makefile.inc |
10 include modules/dbgfmts/null/Makefile.inc | 10 include modules/dbgfmts/null/Makefile.inc |
11 include modules/dbgfmts/stabs/Makefile.inc | 11 include modules/dbgfmts/stabs/Makefile.inc |
12 | 12 |
13 dist_man_MANS += yasm_dbgfmts.7 | 13 notrans_dist_man_MANS += yasm_dbgfmts.7 |
14 | 14 |
15 if BUILD_MAN | 15 if BUILD_MAN |
16 yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml | 16 yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml |
17 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.x
ml | 17 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.x
ml |
18 endif | 18 endif |
19 | 19 |
20 EXTRA_DIST += modules/dbgfmts/yasm_dbgfmts.xml | 20 EXTRA_DIST += modules/dbgfmts/yasm_dbgfmts.xml |
OLD | NEW |