blob: 38b5acef5784895fbf13a8339a7da47a433d33c2 [file] [log] [blame]
Eric Pouechb706b232002-06-04 17:53:46 +00001TOPSRCDIR = @top_srcdir@
Alexandre Julliard25d13402006-03-27 23:19:50 +02002TOPOBJDIR = ../..
Eric Pouechb706b232002-06-04 17:53:46 +00003SRCDIR = @srcdir@
4VPATH = @srcdir@
5MODULE = winemp3.acm
6IMPORTS = winmm user32 kernel32
7
Eric Pouechb706b232002-06-04 17:53:46 +00008C_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
Alexandre Julliard32ab8952006-09-14 09:38:16 +020021@DEPENDENCIES@ # everything below this line is overwritten by make depend