Rearrange winver detection code and cache the winver value we
[wine.git] / server / Makefile.in
blobe98e457d53901a3d78ee841b0f839f9e1a7c0c5a
1 DEFS = @DLLFLAGS@ -D__WINE__ -D__WINE_SERVER__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = server
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
29 EXTRA_SRCS = main.c
30 MAIN_OBJS = main.o
32 PROGRAMS = wineserver
34 all: $(MODULE).o $(PROGRAMS)
36 @MAKE_RULES@
38 wineserver: $(OBJS) $(MAIN_OBJS)
39 $(CC) -o $(PROGRAMS) $(OBJS) $(MAIN_OBJS) $(LIBS)
41 ### Dependencies: