Fix a sign bug where memcpy was called with negative length.
[wine.git] / server / Makefile.in
blob0db09e59bcfa0c8e37930584384c358e8bce71f9
1 DEFS = -D__WINE__ -D__WINE_SERVER__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
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
36 PROGRAMS = wineserver
38 all: $(PROGRAMS)
40 @MAKE_RULES@
42 wineserver: $(OBJS)
43 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBS)
45 ### Dependencies: