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]
/
misc
/
Imakefile
blob
2979b52987ceda1d06e39c2be464df01f8eda0c2
1
#include "../Wine.tmpl"
2
3
MODULE = misc
4
5
SRCS = \
6
atom.c \
7
clipboard.c \
8
comm.c \
9
cursor.c \
10
dos_fs.c \
11
exec.c \
12
file.c \
13
keyboard.c \
14
lstr.c \
15
main.c \
16
message.c \
17
profile.c \
18
rect.c \
19
sound.c \
20
spy.c \
21
stress.c \
22
user.c \
23
winsocket.c
24
25
OBJS = $(SRCS:.c=.o)
26
27
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
28
DependTarget()
29
CleanTarget()
30
31
includes::
32
33
install::