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