repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 950109
[wine.git]
/
misc
/
Imakefile
blob
a08699e711be4d79140978ebd8f203bfff705f76
1
#include "../Wine.tmpl"
2
3
MODULE = misc
4
5
SRCS = \
6
atom.c \
7
clipboard.c \
8
comm.c \
9
commdlg.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
message.c \
19
network.c \
20
profile.c \
21
property.c \
22
rect.c \
23
shell.c \
24
sound.c \
25
spy.c \
26
stress.c \
27
user.c \
28
winsocket.c
29
30
OBJS = $(SRCS:.c=.o)
31
32
WineRelocatableTarget($(MODULE),,$(OBJS))
33
DependTarget()
34
35
includes::
36
37
install::