Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
[wine/multimedia.git] / misc / Makefile.in
blobf82a079800fe281b168ea0b4eff0280d20d10b66
1 sysconfdir = @sysconfdir@
2 DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = misc
9 C_SRCS = \
10 cdrom.c \
11 cpu.c \
12 error.c \
13 lstr.c \
14 main.c \
15 options.c \
16 registry.c \
17 system.c \
18 version.c
20 all: $(MODULE).o
22 @MAKE_RULES@
24 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
25 $(LDCOMBINE) $(OBJS) -o $@
27 ### Dependencies: