Sweden-Number/memory/Imakefile

19 lines
207 B
Plaintext

#include "../Wine.tmpl"
MODULE = memory
SRCS = \
global.c \
heap.c \
linear.c
OBJS = $(SRCS:.c=.o)
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
DependTarget()
CleanTarget()
includes::
install::