summaryrefslogtreecommitdiffstatshomepage
path: root/src/ume/ume.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/ume/ume.mak')
-rw-r--r--src/ume/ume.mak22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ume/ume.mak b/src/ume/ume.mak
new file mode 100644
index 00000000000..df3fbbb147b
--- /dev/null
+++ b/src/ume/ume.mak
@@ -0,0 +1,22 @@
+###########################################################################
+#
+# ume.mak
+#
+# Universal target makefile
+#
+###########################################################################
+CFLAGS += \
+ -I$(SRC)/ume \
+ -I$(SRC)/mame \
+ -I$(OBJ)/mame/layout \
+ -I$(SRC)/mess \
+ -I$(OBJ)/mess/layout \
+ -I$(SRC)/mess/osd \
+ -I$(SRC)/mess/osd/$(OSD)
+
+OBJDIRS += $(OBJ)/ume
+
+$(DRIVLISTSRC): $(SRC)/mame/mame.lst $(SRC)/mess/mess.lst
+
+include $(SRC)/mame/mame.mak
+include $(SRC)/mess/mess.mak