repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20000326.
[wine/gsoc-2012-control.git]
/
server
/
Makefile.in
blob
0db09e59bcfa0c8e37930584384c358e8bce71f9
1
DEFS
= -
D__WINE__
-
D__WINE_SERVER__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
none
7
8
C_SRCS
=
\
9
atom.c \
10
change.c \
11
console.c \
12
context_i386.c \
13
debugger.c \
14
device.c \
15
event.c \
16
file.c \
17
handle.c \
18
main.c \
19
mapping.c \
20
mutex.c \
21
object.c \
22
pipe.c \
23
process.c \
24
ptrace.c \
25
registry.c \
26
request.c \
27
select.c \
28
semaphore.c \
29
snapshot.c \
30
sock.c \
31
thread.c \
32
timer.c \
33
trace.c \
34
unicode.c
35
36
PROGRAMS
=
wineserver
37
38
all
: $(
PROGRAMS
)
39
40
@MAKE_RULES@
41
42
wineserver
: $(
OBJS
)
43
$(
CC
) -
o
$(
PROGRAMS
) $(
OBJS
) $(
LIBS
)
44
45
### Dependencies: