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 \
	main.c \
	options.c \
	registry.c \
	system.c \
	version.c

all: $(MODULE).o

@MAKE_RULES@

$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
	$(LDCOMBINE) $(OBJS) -o $@

### Dependencies: