Got rid of misleading "No Tls Space" error message.
[wine.git] / misc / Makefile.in
blobe39a6d2f6ee3de73d9b7d483bc39f66b918e5bf2
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 debugstr.c \
13 error.c \
14 ext_debugger.c \
15 lstr.c \
16 main.c \
17 options.c \
18 port.c \
19 registry.c \
20 system.c \
21 tweak.c \
22 version.c \
23 wsprintf.c
25 all: $(MODULE).o
27 @MAKE_RULES@
29 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
30 $(LDCOMBINE) $(OBJS) -o $@
32 ### Dependencies: