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
DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
[wine/gsoc-2012-control.git]
/
dlls
/
winmm
/
Makefile.in
blob
2429d9d64425809c31d4fdb95880547a54a27e7e
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winmm
6
SOVERSION
=
1.0
7
ALTNAMES
=
mmsystem
8
WRCEXTRA
= -
s
-
pwinmm
9
10
SPEC_SRCS
=
\
11
mmsystem.spec \
12
winmm.spec
13
14
C_SRCS
=
\
15
joystick.c \
16
lolvldrv.c \
17
mci.c \
18
mmio.c \
19
mmsystem.c \
20
time.c
21
22
GLUE
=
lolvldrv.c \
23
mmsystem.c \
24
time.c
25
26
RC_SRCS
=
\
27
winmm_res.rc
28
29
SUBDIRS
=
\
30
joystick \
31
mcianim \
32
mciavi \
33
mcicda \
34
mciseq \
35
mciwave \
36
midimap \
37
wavemap \
38
wineoss
39
40
@MAKE_DLL_RULES@
41
42
all
:
check_wrc
43
44
$(
SUBDIRS
):
dummy
45
@cd
$
@
&& $(
MAKE
)
46
47
### Dependencies: