Implemented local atoms in the server.
[wine.git] / scheduler / Makefile.in
blob9777193dbbbdf459e665719898e50e475ed01193
1 DEFS = @DLLFLAGS@ -D__WINE__ -DBINDIR="\"$(bindir)\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = scheduler
8 C_SRCS = \
9 client.c \
10 critsection.c \
11 debugger.c \
12 event.c \
13 handle.c \
14 mutex.c \
15 pipe.c \
16 process.c \
17 pthread.c \
18 semaphore.c \
19 services.c \
20 synchro.c \
21 sysdeps.c \
22 syslevel.c \
23 thread.c \
24 timer.c
26 all: $(MODULE).o
28 @MAKE_RULES@
30 ### Dependencies: