Implementation for PrivateExtractIcons, PrivateExtractIconEx.
[wine/multimedia.git] / server / Makefile.in
blob05c18d8b255938c5e992a8487b1cd086e421733d
1 DEFS = -D__WINE__ -D__WINE_SERVER__
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 console.c \
12 context_i386.c \
13 context_sparc.c \
14 debugger.c \
15 device.c \
16 event.c \
17 file.c \
18 handle.c \
19 main.c \
20 mapping.c \
21 mutex.c \
22 object.c \
23 pipe.c \
24 process.c \
25 ptrace.c \
26 queue.c \
27 registry.c \
28 request.c \
29 select.c \
30 semaphore.c \
31 snapshot.c \
32 sock.c \
33 thread.c \
34 timer.c \
35 trace.c \
36 unicode.c
38 PROGRAMS = wineserver
40 all: $(PROGRAMS)
42 @MAKE_RULES@
44 wineserver: $(OBJS)
45 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBS)
47 ### Dependencies: