aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/memory/Makefile
blob: eb9be7da4bc1de77fb7ada51c5ee022f73eb9322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOPDIR= ..
CXXFLAGS=-I. -I../include -I..
OBJS= memory.o misc_mem.o

all: libmemory.a

libmemory.a: $(OBJS)
	$(AR) $(ARFLAGS) $@ $(OBJS)

include $(TOPDIR)/mk/helix.mk

install:: all