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 \ wsprintf.c all: $(MODULE).o @MAKE_RULES@ $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in $(LDCOMBINE) $(OBJS) -o $@ ### Dependencies: