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