projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 940614
[wine]
/
misc
/
Imakefile
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
message.c \
20
mmsystem.c \
21
network.c \
22
profile.c \
23
property.c \
24
rect.c \
25
shell.c \
26
sound.c \
27
spy.c \
28
stress.c \
29
user.c \
30
winsocket.c
31
32
OBJS = $(SRCS:.c=.o)
33
34
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
35
DependTarget()
36
CleanTarget()
37
38
includes::
39
40
install::