aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/gui/Makefile
blob: 52ce67bd20804b66f3fb6c580a83c0d562acf84e (plain)
1
2
3
4
5
6
7
8
9
10
11
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