aboutsummaryrefslogtreecommitdiff
path: root/modules/dbgfmts/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dbgfmts/Makefile.inc')
-rw-r--r--modules/dbgfmts/Makefile.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/dbgfmts/Makefile.inc b/modules/dbgfmts/Makefile.inc
new file mode 100644
index 0000000..8da6210
--- /dev/null
+++ b/modules/dbgfmts/Makefile.inc
@@ -0,0 +1,18 @@
+EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc
+EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc
+EXTRA_DIST += modules/dbgfmts/null/Makefile.inc
+EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc
+
+include modules/dbgfmts/codeview/Makefile.inc
+include modules/dbgfmts/dwarf2/Makefile.inc
+include modules/dbgfmts/null/Makefile.inc
+include modules/dbgfmts/stabs/Makefile.inc
+
+notrans_dist_man_MANS += yasm_dbgfmts.7
+
+if BUILD_MAN
+yasm_dbgfmts.7: modules/dbgfmts/yasm_dbgfmts.xml
+ $(XMLTO) -o $(top_builddir) man $(srcdir)/modules/dbgfmts/yasm_dbgfmts.xml
+endif
+
+EXTRA_DIST += modules/dbgfmts/yasm_dbgfmts.xml