summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/tools.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/tools/tools.mak')
-rw-r--r--src/mess/tools/tools.mak23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mess/tools/tools.mak b/src/mess/tools/tools.mak
deleted file mode 100644
index f7b8a6c2f1a..00000000000
--- a/src/mess/tools/tools.mak
+++ /dev/null
@@ -1,23 +0,0 @@
-###########################################################################
-#
-# tools.mak
-#
-# MESS tools makefile
-#
-###########################################################################
-
-
-# add include path to tools directory
-INCPATH += -I$(MESSSRC)/tools
-
-# tools object directory
-MESS_TOOLS = $(MESSOBJ)/tools
-
-include $(MESSSRC)/tools/imgtool/imgtool.mak
-TOOLS += $(IMGTOOL)
-
-include $(MESSSRC)/tools/castool/castool.mak
-TOOLS += $(CASTOOL)
-
-include $(MESSSRC)/tools/floptool/floptool.mak
-TOOLS += $(FLOPTOOL)