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 940405
[wine/gsoc-2012-control.git]
/
toolkit
/
Imakefile
blob
5ddccc8a75ed6862f5fa2285d0e10d97235dbad9
1
#include "../Wine.tmpl"
2
3
MODULE = toolkit
4
5
SRCS = \
6
arch.c \
7
heap.c \
8
sup.c \
9
winmain.c
10
11
OBJS = $(SRCS:.c=.o)
12
13
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
14
DependTarget()
15
CleanTarget()
16
17
includes::
18
19
install::