projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 970101
[wine]
/
misc
/
Makefile.in
1
DEFS = -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = misc
7
8
C_SRCS = \
9
clipboard.c \
10
comm.c \
11
commdlg.c \
12
compobj.c \
13
crtdll.c \
14
cpu.c \
15
driver.c \
16
exec.c \
17
escape.c \
18
keyboard.c \
19
lstr.c \
20
lzexpand.c \
21
main.c \
22
mpr.c \
23
network.c \
24
ntdll.c \
25
ole2.c \
26
ole2disp.c \
27
ole2nls.c \
28
olecli.c \
29
olesvr.c \
30
port.c \
31
printdrv.c \
32
rect.c \
33
registry.c \
34
shell.c \
35
sound.c \
36
spy.c \
37
stress.c \
38
system.c \
39
toolhelp.c \
40
user.c \
41
ver.c \
42
w32sys.c \
43
winsock.c \
44
winsock_async.c \
45
wsprintf.c \
46
xmalloc.c
47
48
all: $(MODULE).o
49
50
@MAKE_RULES@
51
52
### Dependencies: