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
TESTING -- override pthreads to fix gstreamer v5
[wine/multimedia.git]
/
server
/
Makefile.in
blob
a44851d3565fd5eb7a35dbe4804086d200180c6b
1
PROGRAMS
=
wineserver
2
3
C_SRCS
=
\
4
async.c \
5
atom.c \
6
change.c \
7
class.c \
8
clipboard.c \
9
completion.c \
10
console.c \
11
debugger.c \
12
device.c \
13
directory.c \
14
event.c \
15
fd.c \
16
file.c \
17
handle.c \
18
hook.c \
19
mach.c \
20
mailslot.c \
21
main.c \
22
mapping.c \
23
mutex.c \
24
named_pipe.c \
25
object.c \
26
process.c \
27
procfs.c \
28
ptrace.c \
29
queue.c \
30
region.c \
31
registry.c \
32
request.c \
33
rtkit.c \
34
semaphore.c \
35
serial.c \
36
signal.c \
37
snapshot.c \
38
sock.c \
39
symlink.c \
40
thread.c \
41
timer.c \
42
token.c \
43
trace.c \
44
unicode.c \
45
user.c \
46
window.c \
47
winstation.c
48
49
MANPAGES
=
\
50
wineserver.de.UTF-8.man.in \
51
wineserver.fr.UTF-8.man.in \
52
wineserver.man.in
53
54
EXTRALIBS
= -
lwine
$(
POLL_LIBS
) $(
RT_LIBS
)
55
EXTRAINCL
= $(
DBUS_CFLAGS
)
56
57
INSTALL_LIB
= $(
PROGRAMS
)