DEFS = @DLLFLAGS@ -D__WINE__ -DBINDIR="\"$(bindir)\"" TOPSRCDIR = @top_srcdir@ TOPOBJDIR = .. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = scheduler C_SRCS = \ client.c \ critsection.c \ debugger.c \ event.c \ handle.c \ mutex.c \ pipe.c \ process.c \ semaphore.c \ services.c \ synchro.c \ sysdeps.c \ syslevel.c \ thread.c \ timer.c all: $(MODULE).o @MAKE_RULES@ ### Dependencies: