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
FileOpenDlgProc95: notify application of changed selection after
[wine/multimedia.git]
/
misc
/
Makefile.in
blob
a0b2a658bd8e1a2ab09b6375775766452e6930ff
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
cdrom.c \
11
cpu.c \
12
error.c \
13
ext_debugger.c \
14
lstr.c \
15
main.c \
16
options.c \
17
registry.c \
18
system.c \
19
tweak.c \
20
version.c
21
22
all
: $(
MODULE
)
.o
23
24
@MAKE_RULES@
25
26
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
27
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
28
29
### Dependencies:
30