repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
dmusic
/
Makefile.in
blob
8a19601773de65ea417bc4ff482dbe3ab1c7c5e6
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dmusic.dll
6
IMPORTS
=
user32 kernel32
7
EXTRALIBS
= $(
LIBUUID
)
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
dmusic.c \
14
dmusic_instrument.c \
15
dmusic_loader.c \
16
dmusic_main.c \
17
dmusic_misc.c \
18
dmusic_performance.c \
19
dmusic_plugins.c \
20
dmusic_port.c \
21
dmusic_segment.c \
22
dmusic_style.c \
23
dmusic_synth.c
24
25
RC_SRCS
=
version.rc
26
27
@MAKE_DLL_RULES@
28
29
### Dependencies: