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
Winspool DocumentProperties and DeviceCapabilities should now work on
[wine.git]
/
server
/
Makefile.in
blob
e98e457d53901a3d78ee841b0f839f9e1a7c0c5a
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
D__WINE_SERVER__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
server
7
8
C_SRCS
=
\
9
change.c \
10
console.c \
11
debugger.c \
12
device.c \
13
event.c \
14
file.c \
15
handle.c \
16
mapping.c \
17
mutex.c \
18
object.c \
19
pipe.c \
20
process.c \
21
request.c \
22
snapshot.c \
23
select.c \
24
semaphore.c \
25
socket.c \
26
thread.c \
27
trace.c
28
29
EXTRA_SRCS
=
main.c
30
MAIN_OBJS
=
main.o
31
32
PROGRAMS
=
wineserver
33
34
all
: $(
MODULE
)
.o
$(
PROGRAMS
)
35
36
@MAKE_RULES@
37
38
wineserver
: $(
OBJS
) $(
MAIN_OBJS
)
39
$(
CC
) -
o
$(
PROGRAMS
) $(
OBJS
) $(
MAIN_OBJS
) $(
LIBS
)
40
41
### Dependencies: