makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winecoreaudio.drv / Makefile.in
1 MODULE    = winecoreaudio.drv
2 IMPORTS   = uuid winmm user32
3 EXTRALIBS = @COREAUDIO@
4
5 C_SRCS = \
6         audio.c \
7         audiounit.c \
8         coreaudio.c \
9         coremidi.c \
10         midi.c \
11         mixer.c
12
13 @MAKE_DLL_RULES@