wined3d: Replace wined3d_surface_update_desc() with wined3d_texture_update_desc().
[wine.git] / server / Makefile.in
blob19a4facbd2d9214c2b0649a4eb4c0c1bccb6a0bb
1 EXTRALIBS = $(POLL_LIBS) $(RT_LIBS)
3 C_SRCS = \
4 async.c \
5 atom.c \
6 change.c \
7 class.c \
8 clipboard.c \
9 completion.c \
10 console.c \
11 debugger.c \
12 device.c \
13 directory.c \
14 event.c \
15 fd.c \
16 file.c \
17 handle.c \
18 hook.c \
19 mach.c \
20 mailslot.c \
21 main.c \
22 mapping.c \
23 mutex.c \
24 named_pipe.c \
25 object.c \
26 process.c \
27 procfs.c \
28 ptrace.c \
29 queue.c \
30 region.c \
31 registry.c \
32 request.c \
33 semaphore.c \
34 serial.c \
35 signal.c \
36 snapshot.c \
37 sock.c \
38 symlink.c \
39 thread.c \
40 timer.c \
41 token.c \
42 trace.c \
43 unicode.c \
44 user.c \
45 window.c \
46 winstation.c
48 PROGRAMS = wineserver wineserver-installed
50 MANPAGES = \
51 wineserver.de.UTF-8.man.in \
52 wineserver.fr.UTF-8.man.in \
53 wineserver.man.in
55 OBJS = $(C_SRCS:.c=.o)
57 wineserver: $(OBJS)
58 $(CC) -o $@ $(OBJS) $(LIBWINE) $(LIBPORT) $(LDFLAGS) $(EXTRALIBS) $(LIBS) $(LDRPATH_LOCAL)
60 wineserver-installed: $(OBJS)
61 $(CC) -o $@ $(OBJS) $(LIBWINE) $(LIBPORT) $(LDFLAGS) $(EXTRALIBS) $(LIBS) $(LDRPATH_INSTALL)
63 .PHONY: install install-lib uninstall
65 install install-lib:: wineserver-installed install-man-pages
66 $(INSTALL_PROGRAM) wineserver-installed $(DESTDIR)$(bindir)/wineserver
68 uninstall::
69 $(RM) $(DESTDIR)$(bindir)/wineserver