From 45534e7698dac0d42ee95209902bec6ad2dc2c06 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Wed, 4 Dec 2002 22:15:34 +0000 Subject: Should now compile again. svn-id: r5838 --- backends/dc/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'backends/dc/Makefile') diff --git a/backends/dc/Makefile b/backends/dc/Makefile index 946a1ee169..2dc9f8dd03 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -11,7 +11,7 @@ LDFLAGS := -Wl,-Ttext,0x8c010000 -nostartfiles ronin/crt0.o INCLUDES:= -I./ -I../.. -I../../common CPPFLAGS= $(DEFINES) $(INCLUDES) LIBS = ronin/libronin.a ronin/libz.a -lm -EXEEXT = +EXEEXT = .elf MKDIR = mkdir -p ECHO = /usr/ucb/echo -n CAT = cat @@ -19,16 +19,22 @@ RM = rm -f AR = sh-elf-ar cru RANLIB = sh-elf-ranlib -OBJS = dcmain.o time.o display.o audio.o input.o selector.o icon.o \ - label.o vmsave.o +OBJS := dcmain.o time.o display.o audio.o input.o selector.o icon.o \ + label.o vmsave.o dc-fs.o include ../../Makefile.common INCS += portdefs.h dc.h +LIBS := scumm/libscumm.a common/libcommon.a $(LIBS) $(OBJS): Makefile ronin ronin: ln -s $(ronindir) $@ +%/module.mk : + @mkdir -p $* + @test -h common.rules || ln -s ../../common.rules ./ + @test ! -f ../../$@ || \ + ln -s `echo $* | sed -e 's/[^/][^/]*/../g'`/../../$@ $@ -- cgit v1.2.3