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