repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 941017
[wine/gsoc-2012-control.git]
/
memory
/
Imakefile
blob
d6586b914bc603711687d80d5fa25171a1eca741
1
#include "../Wine.tmpl"
2
3
MODULE = memory
4
5
SRCS = \
6
global.c \
7
heap.c \
8
linear.c
9
10
OBJS = $(SRCS:.c=.o)
11
12
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
13
DependTarget()
14
15
includes::
16
17
install::