Moved wsprintf functions to dlls/user.
[wine] / misc / Makefile.in
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
8
9 C_SRCS = \
10         cdrom.c \
11         cpu.c \
12         error.c \
13         ext_debugger.c \
14         lstr.c \
15         main.c \
16         options.c \
17         registry.c \
18         system.c \
19         tweak.c \
20         version.c
21
22 all: $(MODULE).o
23
24 @MAKE_RULES@
25
26 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
27         $(LDCOMBINE) $(OBJS) -o $@
28
29 ### Dependencies:
30