mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 10:17:57 +00:00
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
|