Sweden-Number/memory/Imakefile

18 lines
186 B
Plaintext

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