Semi-stub implementation for SHRegGetValue(A|W).
[wine/multimedia.git] / server / Makefile.in
blob47687c035f649fa885879d2ca0208d7bd3a28a4d
1 DEFS = -D__WINESRC__
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 class.c \
12 clipboard.c \
13 console.c \
14 context_alpha.c \
15 context_i386.c \
16 context_powerpc.c \
17 context_sparc.c \
18 context_x86_64.c \
19 debugger.c \
20 event.c \
21 fd.c \
22 file.c \
23 handle.c \
24 hook.c \
25 mailslot.c \
26 main.c \
27 mapping.c \
28 mutex.c \
29 named_pipe.c \
30 object.c \
31 process.c \
32 ptrace.c \
33 queue.c \
34 region.c \
35 registry.c \
36 request.c \
37 semaphore.c \
38 serial.c \
39 signal.c \
40 snapshot.c \
41 sock.c \
42 thread.c \
43 timer.c \
44 token.c \
45 trace.c \
46 unicode.c \
47 user.c \
48 window.c \
49 winstation.c
51 PROGRAMS = wineserver
52 MANPAGES = wineserver.man
54 all: $(PROGRAMS) $(MANPAGES)
56 @MAKE_RULES@
58 wineserver: $(OBJS)
59 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBWINE) $(LIBUNICODE) $(LIBPORT) $(LDFLAGS) $(LIBS)
61 install:: $(PROGRAMS) $(MANPAGES)
62 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
63 $(INSTALL_PROGRAM) wineserver $(bindir)/wineserver
64 $(INSTALL_DATA) wineserver.man $(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
66 uninstall::
67 $(RM) $(bindir)/wineserver $(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
69 ### Dependencies: