Compiler warnings fix.
[wine] / dlls / msacm32 / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = msacm32
7
8 C_SRCS = \
9         builtin.c \
10         driver.c \
11         filter.c \
12         format.c \
13         internal.c \
14         msacm32_main.c \
15         stream.c
16
17 all: $(MODULE).o
18
19 @MAKE_RULES@
20
21 ### Dependencies:
22