projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
snmpapi: Implement SnmpUtilOid{Append, Cmp, NCmp}. Fix SnmpUtilOid{Cpy, Free}.
[wine]
/
dlls
/
winearts.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winearts.drv
6
IMPORTS = winmm user32 kernel32 ntdll
7
EXTRAINCL = @ARTSINCL@
8
EXTRALIBS = @ARTSLIBS@ -ldxguid -luuid
9
10
C_SRCS = \
11
arts.c \
12
audio.c
13
14
@MAKE_DLL_RULES@
15
16
@DEPENDENCIES@ # everything below this line is overwritten by make depend