repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Build the dlls directly from the top-level makefile.
[wine/multimedia.git]
/
dlls
/
dmstyle
/
Makefile.in
blob
c85a76cd0ba04fcefa072eed98cff041c4f739fd
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dmstyle.dll
6
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
7
8
C_SRCS
=
\
9
auditiontrack.c \
10
chordtrack.c \
11
commandtrack.c \
12
dmstyle_main.c \
13
dmutils.c \
14
motiftrack.c \
15
mutetrack.c \
16
regsvr.c \
17
style.c \
18
styletrack.c
19
20
RC_SRCS
=
version.rc
21
22
@MAKE_DLL_RULES@
23
24
@DEPENDENCIES@
# everything below this line is overwritten by make depend