51 lines
626 B
Makefile
51 lines
626 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = misc
|
|
|
|
C_SRCS = \
|
|
callback.c \
|
|
cdrom.c \
|
|
comm.c \
|
|
crtdll.c \
|
|
cpu.c \
|
|
ddeml.c \
|
|
debugstr.c \
|
|
error.c \
|
|
imm.c \
|
|
lstr.c \
|
|
lzexpand.c \
|
|
main.c \
|
|
network.c \
|
|
port.c \
|
|
printdrv.c \
|
|
registry.c \
|
|
shell.c \
|
|
sound.c \
|
|
spooler.c \
|
|
spy.c \
|
|
stress.c \
|
|
string.c \
|
|
system.c \
|
|
toolhelp.c \
|
|
tweak.c \
|
|
version.c \
|
|
w32scomb.c \
|
|
w32skrnl.c \
|
|
w32sys.c \
|
|
win32s16.c \
|
|
windebug.c \
|
|
winsock.c \
|
|
winsock_async.c \
|
|
wsprintf.c \
|
|
xmalloc.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|
|
|