makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wineoss.drv / Makefile.in
1 MODULE    = wineoss.drv
2 IMPORTS   = dxguid uuid winmm user32
3
4 C_SRCS = \
5         audio.c \
6         dscapture.c \
7         dsrender.c \
8         midi.c \
9         midipatch.c \
10         mixer.c \
11         mmaux.c \
12         oss.c
13
14 @MAKE_DLL_RULES@