From 8463a2bbd3f64ad47f5d30ca9a1957c170f48ec1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Jan 2004 15:46:17 +0000 Subject: ancient experimental test code not used for 2+ years, removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4212 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/wavey/Makefile.win32 | 43 -------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 firmware/test/wavey/Makefile.win32 (limited to 'firmware/test/wavey/Makefile.win32') diff --git a/firmware/test/wavey/Makefile.win32 b/firmware/test/wavey/Makefile.win32 deleted file mode 100644 index 8edd91aa8e..0000000000 --- a/firmware/test/wavey/Makefile.win32 +++ /dev/null @@ -1,43 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -# Pick a target to build for -TARGET = -DARCHOS_PLAYER=1 -#TARGET = -DARCHOS_PLAYER_OLD=1 -#TARGET = -DARCHOS_RECORDER=1 - -CC = gcc -LD = ld -AR = ar -AS = as -OC = objcopy -scramble = scramble-win32 -DEFINES = -DCRT_DISPLAY -INCLUDES=-I. -Icommon -Idrivers -TARGET_OPTIONS = -CFLAGS = -Os -Wall ${TARGET_OPTIONS} -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(DEFINES) $(TARGET) -AFLAGS += -small -relax - -SRC := playlist.c settings.c panic.c disk.c debug.c harness.c -OBJS := $(SRC:%.c=%.o) - -%.o: %.s - $(CC) -o $@ $(CFLAGS) $(INCLUDES) $(DEFS) -c $< - -all : rockbox-win32.exe - -rockbox-win32.exe: $(OBJS) - $(CC) -o rockbox-win32.exe ${OBJS} - -dist: - tar czvf dist.tar.gz Makefile main.c start.s app.lds - -clean: - -rm -f *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~ - -- cgit v1.2.3