Include 2003 in the copyright years.
[wine/multimedia.git] / server / Makefile.in
blob1d6211c04ba85f5f2408924928f2b2693b7e1ae2
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 console.c \
13 context_i386.c \
14 context_powerpc.c \
15 context_sparc.c \
16 debugger.c \
17 device.c \
18 event.c \
19 fd.c \
20 file.c \
21 handle.c \
22 hook.c \
23 main.c \
24 mapping.c \
25 mutex.c \
26 named_pipe.c \
27 object.c \
28 process.c \
29 ptrace.c \
30 queue.c \
31 registry.c \
32 request.c \
33 semaphore.c \
34 serial.c \
35 signal.c \
36 smb.c \
37 snapshot.c \
38 sock.c \
39 thread.c \
40 timer.c \
41 trace.c \
42 unicode.c \
43 user.c \
44 window.c
46 PROGRAMS = wineserver
48 all: $(PROGRAMS)
50 @MAKE_RULES@
52 wineserver: $(OBJS)
53 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS) $(LIBS)
55 install:: $(PROGRAMS)
56 $(MKINSTALLDIRS) $(bindir)
57 $(INSTALL_PROGRAM) wineserver $(bindir)/wineserver
59 uninstall::
60 $(RM) $(bindir)/wineserver
62 ### Dependencies: