20 lines
323 B
Makefile
20 lines
323 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = winmm.dll
|
|
IMPORTS = winmm user32 kernel32
|
|
|
|
C_SRCS = \
|
|
capture.c \
|
|
mci.c \
|
|
midi.c \
|
|
mixer.c \
|
|
mmio.c \
|
|
timer.c \
|
|
wave.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|