summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/tools.mak
blob: f7b8a6c2f1a9cbe58e2caf2c034f4d7e4b4f2fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###########################################################################
#
#   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)