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
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
[wine/multimedia.git]
/
misc
/
Makefile.in
blob
c53b14b4c6bb8c4a3d77f0b77743058560c3ecb8
1
sysconfdir
=
@sysconfdir@
2
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
DETCDIR
=
"
\"
$(sysconfdir)
\"
"
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
misc
8
9
C_SRCS
=
\
10
bidi16.c \
11
cdrom.c \
12
comm.c \
13
cpu.c \
14
ddeml.c \
15
debugstr.c \
16
error.c \
17
lstr.c \
18
main.c \
19
network.c \
20
options.c \
21
port.c \
22
printdrv.c \
23
registry.c \
24
system.c \
25
toolhelp.c \
26
tweak.c \
27
version.c \
28
w32scomb.c \
29
wsprintf.c
30
31
GLUE
=
printdrv.c
32
33
all
: $(
MODULE
)
.o
34
35
@MAKE_RULES@
36
37
### Dependencies:
38