repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
[wine.git]
/
misc
/
Makefile.in
blob
5565a0df2bfbeb87a89e6bade60a1439be187c7b
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
main.c \
14
options.c \
15
registry.c \
16
system.c \
17
version.c
18
19
all
: $(
MODULE
)
.o
20
21
@MAKE_RULES@
22
23
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
24
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
25
26
### Dependencies:
27