projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
[wine]
/
dlls
/
msacm32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msacm32
7
8
SPEC_SRCS = msacm32.spec
9
10
C_SRCS = \
11
driver.c \
12
filter.c \
13
format.c \
14
internal.c \
15
msacm32_main.c \
16
stream.c
17
18
all: $(MODULE).o
19
20
@MAKE_RULES@
21
22
### Dependencies:
23