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
bthprops.cpl: Add BluetoothFindFirstDevice stub.
[wine.git]
/
server
/
Makefile.in
blob
75ba1997c80201bd06d358d841297b30d75acc97
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
semaphore.c \
34
serial.c \
35
signal.c \
36
snapshot.c \
37
sock.c \
38
symlink.c \
39
thread.c \
40
timer.c \
41
token.c \
42
trace.c \
43
unicode.c \
44
user.c \
45
window.c \
46
winstation.c
47
48
MANPAGES
=
\
49
wineserver.de.UTF-8.man.in \
50
wineserver.fr.UTF-8.man.in \
51
wineserver.man.in
52
53
EXTRALIBS
= -
lwine
$(
POLL_LIBS
) $(
RT_LIBS
)
54
55
INSTALL_LIB
= $(
PROGRAMS
)