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
Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
[wine.git]
/
windows
/
Makefile.in
blob
be747ddc3c2cc9f101ed210d81a3fef89805ff01
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
windows
7
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
dlls
/
user
8
9
C_SRCS
=
\
10
caret.c \
11
class.c \
12
clipboard.c \
13
cursoricon.c \
14
dce.c \
15
defdlg.c \
16
defwnd.c \
17
dialog.c \
18
driver.c \
19
event.c \
20
focus.c \
21
hook.c \
22
input.c \
23
keyboard.c \
24
mdi.c \
25
message.c \
26
msgbox.c \
27
multimon.c \
28
nonclient.c \
29
painting.c \
30
property.c \
31
queue.c \
32
rect.c \
33
scroll.c \
34
spy.c \
35
struct32.c \
36
syscolor.c \
37
sysmetrics.c \
38
sysparams.c \
39
timer.c \
40
user.c \
41
win.c \
42
winhelp.c \
43
winpos.c \
44
winproc.c
45
46
GLUE
=
hook.c \
47
driver.c
48
49
all
: $(
MODULE
)
.o
50
51
@MAKE_RULES@
52
53
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
54
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
55
56
### Dependencies: