From 022463b46c3911830d6144acd1c2957ac9fe1f2d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 13 Sep 2009 15:24:59 +0000 Subject: Repair build-all.sh and clean-all.sh. Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete. It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/Makefile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 tools/checkwps/Makefile (limited to 'tools/checkwps/Makefile') diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile deleted file mode 100644 index faa75efac3..0000000000 --- a/tools/checkwps/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# __________ __ ___. -# Open \______ \ ____ ____ | | _\_ |__ _______ ___ -# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -# \/ \/ \/ \/ \/ -# $Id$ -# - -ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) -CFLAGS+=-mno-cygwin -EXT = .exe -else -ifeq ($(findstring MINGW,$(shell uname)),MINGW) -EXT = .exe -CC = mingw32-gcc -endif -endif - -# This is a wrapper for checkwps.make -APPSDIR=. -ROOTDIR=../.. -BUILDDIR=. -BINARY=checkwps.$(MODELNAME)$(EXT) -HOSTCC=$(CC) -TARGET=-D$(TARGETNAME) -include checkwps.make - -all: - @echo To build, run the buildall.sh script - -checkwps: $(BUILDDIR)/$(BINARY) - @echo foo > /dev/null - -clean: - rm -f checkwps.$(MODELNAME)$(EXT) -- cgit v1.2.3