projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Mmap does not fail on zero-length files.
[wine]
/
server
/
Makefile.in
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: