projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Extended the winmm joystick API calls to support the new Linux
[wine]
/
dlls
/
msacm32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
LIBEXT = @LIBEXT@
7
MODULE = msacm32
8
SOVERSION = 1.0
9
10
SPEC_SRCS = msacm32.spec
11
12
C_SRCS = \
13
driver.c \
14
filter.c \
15
format.c \
16
internal.c \
17
msacm32_main.c \
18
stream.c
19
20
all: lib$(MODULE).$(LIBEXT)
21
22
@MAKE_RULES@
23
24
clean::
25
$(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
26
27
### Dependencies:
28