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