From b7cf0602fd08f6a367d42f0b6adadb8322b3d35d Mon Sep 17 00:00:00 2001 From: Alan Korr Date: Sun, 21 Apr 2002 12:21:14 +0000 Subject: removing all that stuff permanently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@159 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/makefile-vars | 79 --------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 firmware/test/makefile-vars (limited to 'firmware/test/makefile-vars') diff --git a/firmware/test/makefile-vars b/firmware/test/makefile-vars deleted file mode 100644 index 719f01dd98..0000000000 --- a/firmware/test/makefile-vars +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################# -## __________ __ ___. -## Open \______ \ ____ ____ | | _\_ |__ _______ ___ -## Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -## Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -## Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -## \/ \/ \/ \/ \/ -## Copyright Alan Korr, 2002. All rights reserved. -## -## Permission to use, copy, modify, and distribute this software for any -## purpose is hereby granted without fee, provided that this copyright and -## permissions notice appear in all copies and derivatives, and that no -## charge may be made for the software and its documentation except to cover -## cost of distribution. -## -## This software is provided "as is" without express or implied warranty. -############################################################################# - -####################################################################### -## PLEASE CONSIDER THERE IS NOTHING TO CHANGE IN THE FOLLOWING LINES -## SINCE THERE ARE COMMON FOR ALL LIBRARY -## - -ARCH=test - -CC = gcc -AS = as -LD = ld -AR = ar -RL = ranlib -OC = objcopy -GZ = gzip -f - -PREFIX = ~/rockbox/$(ARCH) -DEFINES = -DTEST - -CFLAGS = -g -#CFLAGS += -save-temps -CFLAGS += -Wall \ - -W \ - -Wshadow \ - -Wpointer-arith \ - -Waggregate-return \ - -Wstrict-prototypes \ - -Wredundant-decls \ - -Winline \ - -Wmissing-prototypes \ - -Werror \ - -Wsign-compare \ - -Wmissing-declarations \ - -Wmissing-noreturns \ - -Wnested-externs -CFLAGS += -pipe -O3 -CFLAGS += -fomit-frame-pointer \ - -fschedule-insns -CFLAGS += $(EXTRA_CFLAGS) -CFLAGS += $(DEFINES) - -INCLUDES = -I.. \ - -I. \ - -I$(PREFIX)/headers - -LIBRARY = lib$(PACKAGE).a - -HEADERS = $(PACKAGE).h \ - config.h \ - defines.h \ - types.h \ - return_values.h \ - inlines.h \ - functions.h - -SOURCES = $(wildcard $(PACKAGE)-*.c) - -OBJECTS = $(SOURCES:.c=.o) - -DEPENDENCIES = $(SOURCES:.c=.d) - -HEADER_PATH = $(PREFIX)/headers/$(PACKAGE)/. -- cgit v1.2.3