blob: a0b2a658bd8e1a2ab09b6375775766452e6930ff [file] [log] [blame]
sysconfdir = @sysconfdir@
DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = misc
C_SRCS = \
cdrom.c \
cpu.c \
error.c \
ext_debugger.c \
lstr.c \
main.c \
options.c \
registry.c \
system.c \
tweak.c \
version.c
all: $(MODULE).o
@MAKE_RULES@
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
$(LDCOMBINE) $(OBJS) -o $@
### Dependencies: