22 lines
368 B
Makefile
22 lines
368 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winemp3.acm
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = \
|
|
common.c \
|
|
dct64_i386.c \
|
|
decode_i386.c \
|
|
interface.c \
|
|
layer1.c \
|
|
layer2.c \
|
|
layer3.c \
|
|
mpegl3.c \
|
|
tabinit.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|