aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/gui/Makefile')
-rw-r--r--tools/ioemu/gui/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ioemu/gui/Makefile b/tools/ioemu/gui/Makefile
new file mode 100644
index 0000000000..52ce67bd20
--- /dev/null
+++ b/tools/ioemu/gui/Makefile
@@ -0,0 +1,12 @@
+TOPDIR= ..
+CXXFLAGS=-I. -I../include -I..
+OBJS= gui.o keymap.o siminterface.o textconfig.o x.o
+
+all: libgui.a
+
+libgui.a: $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
+
+include $(TOPDIR)/mk/helix.mk
+
+install:: all