dmcompos: Replaced && 0xff by & 0xff.
[wine] / dlls / winemp3.acm / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winemp3.acm
6 IMPORTS   = winmm user32 kernel32
7
8 C_SRCS = \
9         common.c \
10         dct64_i386.c \
11         decode_i386.c \
12         interface.c \
13         layer1.c \
14         layer2.c \
15         layer3.c \
16         mpegl3.c \
17         tabinit.c
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@  # everything below this line is overwritten by make depend