39 lines
428 B
Makefile
39 lines
428 B
Makefile
TOPSRC = @top_srcdir@
|
|
MODULE = misc
|
|
|
|
C_SRCS = \
|
|
clipboard.c \
|
|
comm.c \
|
|
commdlg.c \
|
|
compobj.c \
|
|
dos_fs.c \
|
|
driver.c \
|
|
exec.c \
|
|
escape.c \
|
|
file.c \
|
|
keyboard.c \
|
|
lstr.c \
|
|
main.c \
|
|
network.c \
|
|
ole2.c \
|
|
ole2disp.c \
|
|
ole2nls.c \
|
|
olecli.c \
|
|
olesvr.c \
|
|
profile.c \
|
|
rect.c \
|
|
shell.c \
|
|
sound.c \
|
|
spy.c \
|
|
stress.c \
|
|
user.c \
|
|
user32.c \
|
|
winsocket.c \
|
|
xmalloc.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|