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
Use the approriate command for combining .o files.
[wine/multimedia.git]
/
controls
/
Makefile.in
blob
03e57e1194d3a1d2779ee0534c518b9fbe2723b2
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
controls
7
8
C_SRCS
=
\
9
button.c \
10
combo.c \
11
desktop.c \
12
edit.c \
13
icontitle.c \
14
listbox.c \
15
menu.c \
16
scroll.c \
17
static.c \
18
uitools.c \
19
widgets.c
20
21
GLUE
=
edit.c
22
23
all
: $(
MODULE
)
.o
24
25
@MAKE_RULES@
26
27
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
28
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
29
30
### Dependencies: