| OLD | NEW |
| 1 # $Id: Makefile.inc 1732 2007-01-13 19:34:04Z peter $ | 1 # $Id: Makefile.inc 2269 2010-01-07 07:00:05Z peter $ |
| 2 | 2 |
| 3 EXTRA_DIST += modules/objfmts/dbg/Makefile.inc | 3 EXTRA_DIST += modules/objfmts/dbg/Makefile.inc |
| 4 EXTRA_DIST += modules/objfmts/bin/Makefile.inc | 4 EXTRA_DIST += modules/objfmts/bin/Makefile.inc |
| 5 EXTRA_DIST += modules/objfmts/elf/Makefile.inc | 5 EXTRA_DIST += modules/objfmts/elf/Makefile.inc |
| 6 #!EXTRA_DIST += modules/objfmts/omf/Makefile.inc | 6 #!EXTRA_DIST += modules/objfmts/omf/Makefile.inc |
| 7 EXTRA_DIST += modules/objfmts/coff/Makefile.inc | 7 EXTRA_DIST += modules/objfmts/coff/Makefile.inc |
| 8 EXTRA_DIST += modules/objfmts/macho/Makefile.inc | 8 EXTRA_DIST += modules/objfmts/macho/Makefile.inc |
| 9 EXTRA_DIST += modules/objfmts/rdf/Makefile.inc | 9 EXTRA_DIST += modules/objfmts/rdf/Makefile.inc |
| 10 EXTRA_DIST += modules/objfmts/win32/Makefile.inc | 10 EXTRA_DIST += modules/objfmts/win32/Makefile.inc |
| 11 EXTRA_DIST += modules/objfmts/win64/Makefile.inc | 11 EXTRA_DIST += modules/objfmts/win64/Makefile.inc |
| 12 EXTRA_DIST += modules/objfmts/xdf/Makefile.inc | 12 EXTRA_DIST += modules/objfmts/xdf/Makefile.inc |
| 13 | 13 |
| 14 include modules/objfmts/dbg/Makefile.inc | 14 include modules/objfmts/dbg/Makefile.inc |
| 15 include modules/objfmts/bin/Makefile.inc | 15 include modules/objfmts/bin/Makefile.inc |
| 16 include modules/objfmts/elf/Makefile.inc | 16 include modules/objfmts/elf/Makefile.inc |
| 17 #!include modules/objfmts/omf/Makefile.inc | 17 #!include modules/objfmts/omf/Makefile.inc |
| 18 include modules/objfmts/coff/Makefile.inc | 18 include modules/objfmts/coff/Makefile.inc |
| 19 include modules/objfmts/macho/Makefile.inc | 19 include modules/objfmts/macho/Makefile.inc |
| 20 include modules/objfmts/rdf/Makefile.inc | 20 include modules/objfmts/rdf/Makefile.inc |
| 21 include modules/objfmts/win32/Makefile.inc | 21 include modules/objfmts/win32/Makefile.inc |
| 22 include modules/objfmts/win64/Makefile.inc | 22 include modules/objfmts/win64/Makefile.inc |
| 23 include modules/objfmts/xdf/Makefile.inc | 23 include modules/objfmts/xdf/Makefile.inc |
| 24 | 24 |
| 25 dist_man_MANS += yasm_objfmts.7 | 25 notrans_dist_man_MANS += yasm_objfmts.7 |
| 26 | 26 |
| 27 if BUILD_MAN | 27 if BUILD_MAN |
| 28 yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml | 28 yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml |
| 29 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.x
ml | 29 $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.x
ml |
| 30 endif | 30 endif |
| 31 | 31 |
| 32 EXTRA_DIST += modules/objfmts/yasm_objfmts.xml | 32 EXTRA_DIST += modules/objfmts/yasm_objfmts.xml |
| OLD | NEW |