New Wine internal interface for handling CD Rom (especially audio CD
[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         cdrom.c \
11         comm.c \
12         commdlg.c \
13         crtdll.c \
14         cpu.c \
15         ddeml.c \
16         debugstr.c \
17         error.c \
18         imm.c \
19         lstr.c \
20         lzexpand.c \
21         main.c \
22         network.c \
23         port.c \
24         printdrv.c \
25         registry.c \
26         shell.c \
27         sound.c \
28         spooler.c \
29         spy.c \
30         stress.c \
31         system.c \
32         tapi32.c \
33         toolhelp.c \
34         tweak.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