Takes print spooler functions out of win16drv.
[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         callback.c \
10         comm.c \
11         commdlg.c \
12         crtdll.c \
13         cpu.c \
14         ddeml.c \
15         debugstr.c \
16         error.c \
17         imm.c \
18         lstr.c \
19         lzexpand.c \
20         main.c \
21         network.c \
22         port.c \
23         printdrv.c \
24         registry.c \
25         shell.c \
26         sound.c \
27         spooler.c \
28         spy.c \
29         stress.c \
30         system.c \
31         tapi32.c \
32         toolhelp.c \
33         tweak.c \
34         ver.c \
35         version.c \
36         w32scomb.c \
37         w32skrnl.c \
38         w32sys.c \
39         win32s16.c \
40         windebug.c \
41         winsock.c \
42         winsock_dns.c \
43         wsprintf.c \
44         xmalloc.c
45
46 all: $(MODULE).o
47
48 @MAKE_RULES@
49
50 ### Dependencies:
51