aboutsummaryrefslogtreecommitdiff
path: root/modules/objfmts/Makefile.inc
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
committerTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
commitc580f3c787d8ad2dcccceb4438b7572d9713a296 (patch)
treed8f5d6b20552cfe016f9af38440fd9caacf4a188 /modules/objfmts/Makefile.inc
parent1fe0cccaa99357259c9ab42ce88626b95856b77c (diff)
parent53137eb420065ea05c21ae0728a67ead80f17e1f (diff)
downloadpatched-yasm-c580f3c787d8ad2dcccceb4438b7572d9713a296.tar.gz
This commit was generated by merge_to_master.py. Change-Id: I1975b1fce5e96446e4fa27feda7009fe340d4cff
Diffstat (limited to 'modules/objfmts/Makefile.inc')
-rw-r--r--modules/objfmts/Makefile.inc30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/objfmts/Makefile.inc b/modules/objfmts/Makefile.inc
new file mode 100644
index 0000000..a76359a
--- /dev/null
+++ b/modules/objfmts/Makefile.inc
@@ -0,0 +1,30 @@
+EXTRA_DIST += modules/objfmts/dbg/Makefile.inc
+EXTRA_DIST += modules/objfmts/bin/Makefile.inc
+EXTRA_DIST += modules/objfmts/elf/Makefile.inc
+#!EXTRA_DIST += modules/objfmts/omf/Makefile.inc
+EXTRA_DIST += modules/objfmts/coff/Makefile.inc
+EXTRA_DIST += modules/objfmts/macho/Makefile.inc
+EXTRA_DIST += modules/objfmts/rdf/Makefile.inc
+EXTRA_DIST += modules/objfmts/win32/Makefile.inc
+EXTRA_DIST += modules/objfmts/win64/Makefile.inc
+EXTRA_DIST += modules/objfmts/xdf/Makefile.inc
+
+include modules/objfmts/dbg/Makefile.inc
+include modules/objfmts/bin/Makefile.inc
+include modules/objfmts/elf/Makefile.inc
+#!include modules/objfmts/omf/Makefile.inc
+include modules/objfmts/coff/Makefile.inc
+include modules/objfmts/macho/Makefile.inc
+include modules/objfmts/rdf/Makefile.inc
+include modules/objfmts/win32/Makefile.inc
+include modules/objfmts/win64/Makefile.inc
+include modules/objfmts/xdf/Makefile.inc
+
+notrans_dist_man_MANS += yasm_objfmts.7
+
+if BUILD_MAN
+yasm_objfmts.7: modules/objfmts/yasm_objfmts.xml
+ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/objfmts/yasm_objfmts.xml
+endif
+
+EXTRA_DIST += modules/objfmts/yasm_objfmts.xml