makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winmm / tests / Makefile.in
1 TESTDLL   = winmm.dll
2 IMPORTS   = winmm user32
3
4 C_SRCS = \
5         capture.c \
6         generated.c \
7         mci.c \
8         mcicda.c \
9         midi.c \
10         mixer.c \
11         mmio.c \
12         timer.c \
13         wave.c
14
15 @MAKE_TEST_RULES@