1
0
Fork 0
forked from len0rd/rockbox

Rename libchinachip to libchinachippatcher.

Use the same name for output file / library and folder to simplify
dependencies.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2011-12-16 21:34:48 +00:00
parent 84205025c7
commit 13b2f53813
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
CFLAGS = -g -Wall CFLAGS = -g -Wall
CC = gcc CC = gcc
OUTPUT = chinachip OUTPUT = chinachippatcher
LIBSOURCES = chinachip.c LIBSOURCES = chinachip.c
SOURCES = $(LIBSOURCES) main.c SOURCES = $(LIBSOURCES) main.c

View file

@ -113,16 +113,16 @@ libmkmpioboot.commands = @$(MAKE) -s \
APPVERSION=\"rbutil\" \ APPVERSION=\"rbutil\" \
libmkmpioboot$$RBLIBPOSTFIX \ libmkmpioboot$$RBLIBPOSTFIX \
CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\"
libchinachip.commands = @$(MAKE) -s \ libchinachippatcher.commands = @$(MAKE) -s \
BUILD_DIR=$$MYBUILDDIR/chinachip/ \ BUILD_DIR=$$MYBUILDDIR/chinachippatcher/ \
TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/chinachippatcher \ TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/chinachippatcher \
APPVERSION=\"rbutil\" \ APPVERSION=\"rbutil\" \
libchinachip$$RBLIBPOSTFIX \ libchinachippatcher$$RBLIBPOSTFIX \
CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\" CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\"
# Note: order is important for RBLIBS! The libs are appended to the linker # Note: order is important for RBLIBS! The libs are appended to the linker
# flags in this order, put libucl at the end. # flags in this order, put libucl at the end.
RBLIBS = librbspeex libipodpatcher libsansapatcher libmkamsboot libmktccboot \ RBLIBS = librbspeex libipodpatcher libsansapatcher libmkamsboot libmktccboot \
libmkmpioboot libchinachip libucl libmkmpioboot libchinachippatcher libucl
QMAKE_EXTRA_TARGETS += $$RBLIBS QMAKE_EXTRA_TARGETS += $$RBLIBS
PRE_TARGETDEPS += $$RBLIBS PRE_TARGETDEPS += $$RBLIBS