Updated module definitions for Perl unit tests.
[wine.git] / misc / Makefile.in
blob2ebc27672ccd1963dcd09d17cc040c3a82f68a44
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 cpu.c \
11 error.c \
12 main.c \
13 options.c \
14 registry.c \
15 system.c \
16 version.c
18 all: $(MODULE).o
20 @MAKE_RULES@
22 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
23 $(LDCOMBINE) $(OBJS) -o $@
25 ### Dependencies: