repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
winmm
/
winealsa
/
Makefile.in
blob
2142c063f854f6038d29948b282896c731c47fda
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winealsa.drv
6
IMPORTS
=
winmm user32 kernel32 ntdll
7
EXTRALIBS
=
@ALSALIBS@
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
audio.c \
14
audio_05.c \
15
alsa.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: