Release 20031118.
[wine/multimedia.git] / server / Makefile.in
blob1955d670d2806534fc660a07d9c8b35b6ae7c6b8
1 DEFS = -D__WINESRC__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 C_SRCS = \
9 async.c \
10 atom.c \
11 change.c \
12 clipboard.c \
13 console.c \
14 context_i386.c \
15 context_powerpc.c \
16 context_sparc.c \
17 debugger.c \
18 device.c \
19 event.c \
20 fd.c \
21 file.c \
22 handle.c \
23 hook.c \
24 main.c \
25 mapping.c \
26 mutex.c \
27 named_pipe.c \
28 object.c \
29 process.c \
30 ptrace.c \
31 queue.c \
32 registry.c \
33 request.c \
34 semaphore.c \
35 serial.c \
36 signal.c \
37 smb.c \
38 snapshot.c \
39 sock.c \
40 thread.c \
41 timer.c \
42 token.c \
43 trace.c \
44 unicode.c \
45 user.c \
46 window.c
48 PROGRAMS = wineserver
50 all: $(PROGRAMS)
52 @MAKE_RULES@
54 wineserver: $(OBJS)
55 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS) $(LIBS)
57 install:: $(PROGRAMS)
58 $(MKINSTALLDIRS) $(bindir)
59 $(INSTALL_PROGRAM) wineserver $(bindir)/wineserver
61 uninstall::
62 $(RM) $(bindir)/wineserver
64 ### Dependencies: