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
Fixed allocation of 16x16 icons.
[wine.git]
/
if1632
/
Makefile.in
blob
076a07a14ca2bccbbb60d4e51be65bb09829a00e
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
if1632
7
8
SPEC_SRCS
=
\
9
comm.spec \
10
ddeml.spec \
11
dispdib.spec \
12
gdi.spec \
13
kernel.spec \
14
keyboard.spec \
15
ole2conv.spec \
16
ole2nls.spec \
17
ole2prox.spec \
18
ole2thk.spec \
19
system.spec \
20
toolhelp.spec \
21
user.spec \
22
wineps.spec \
23
wprocs.spec
24
25
C_SRCS
=
\
26
builtin.c \
27
dummy.c \
28
relay.c \
29
snoop.c \
30
thunk.c
31
32
GEN_ASM_SRCS
=
\
33
call16.s
34
35
GLUE
=
thunk.c
36
37
all
: $(
MODULE
)
.o
38
39
@MAKE_RULES@
40
41
call16.s
: $(
BUILD
)
42
$(
BUILD
)
@BUILDFLAGS@
-
o
$
@
-
call16
43
44
### Dependencies: