mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
16 lines
272 B
Makefile
16 lines
272 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winearts.drv
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRAINCL = @ARTSINCL@
|
|
EXTRALIBS = @ARTSLIBS@ $(LIBUUID)
|
|
|
|
C_SRCS = \
|
|
arts.c \
|
|
audio.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|