summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index dd60bb825b..a7f4b9ce24 100755
--- a/tools/configure
+++ b/tools/configure
@@ -269,6 +269,7 @@ if [ -z "$archos" ]; then
269 output="archos.mod" 269 output="archos.mod"
270 appextra="player" 270 appextra="player"
271 archosrom="" 271 archosrom=""
272 flash=""
272 plugins="yes" 273 plugins="yes"
273 ;; 274 ;;
274 275
@@ -280,6 +281,7 @@ if [ -z "$archos" ]; then
280 output="ajbrec.ajz" 281 output="ajbrec.ajz"
281 appextra="recorder" 282 appextra="recorder"
282 archosrom="$pwd/rombox.ucl" 283 archosrom="$pwd/rombox.ucl"
284 flash="$pwd/rockbox.ucl"
283 plugins="yes" 285 plugins="yes"
284 ;; 286 ;;
285 287
@@ -291,6 +293,7 @@ if [ -z "$archos" ]; then
291 output="ajbrec.ajz" 293 output="ajbrec.ajz"
292 appextra="recorder" 294 appextra="recorder"
293 archosrom="$pwd/rombox.ucl" 295 archosrom="$pwd/rombox.ucl"
296 flash="$pwd/rockbox.ucl"
294 plugins="yes" 297 plugins="yes"
295 ;; 298 ;;
296 299
@@ -302,6 +305,7 @@ if [ -z "$archos" ]; then
302 output="ajbrec.ajz" 305 output="ajbrec.ajz"
303 appextra="recorder" 306 appextra="recorder"
304 archosrom="$pwd/rombox.ucl" 307 archosrom="$pwd/rombox.ucl"
308 flash="$pwd/rockbox.ucl"
305 plugins="yes" 309 plugins="yes"
306 ;; 310 ;;
307 311
@@ -313,6 +317,7 @@ if [ -z "$archos" ]; then
313 output="ajbrec.ajz" 317 output="ajbrec.ajz"
314 appextra="recorder" 318 appextra="recorder"
315 archosrom="$pwd/rombox.ucl" 319 archosrom="$pwd/rombox.ucl"
320 flash="$pwd/rockbox.ucl"
316 plugins="yes" 321 plugins="yes"
317 ;; 322 ;;
318 323
@@ -325,6 +330,7 @@ if [ -z "$archos" ]; then
325 output="rockbox.iriver" 330 output="rockbox.iriver"
326 appextra="" 331 appextra=""
327 archosrom="" 332 archosrom=""
333 flash=""
328 plugins="yes" 334 plugins="yes"
329 ;; 335 ;;
330 336
@@ -336,6 +342,7 @@ if [ -z "$archos" ]; then
336 output="ajbrec.ajz" 342 output="ajbrec.ajz"
337 appextra="recorder" 343 appextra="recorder"
338 archosrom="$pwd/rombox.ucl" 344 archosrom="$pwd/rombox.ucl"
345 flash="$pwd/rockbox.ucl"
339 plugins="yes" 346 plugins="yes"
340 ;; 347 ;;
341 348
@@ -431,6 +438,7 @@ sed > Makefile \
431 -e "s,@OUTPUT@,${output},g" \ 438 -e "s,@OUTPUT@,${output},g" \
432 -e "s,@APPEXTRA@,${appextra},g" \ 439 -e "s,@APPEXTRA@,${appextra},g" \
433 -e "s,@ARCHOSROM@,${archosrom},g" \ 440 -e "s,@ARCHOSROM@,${archosrom},g" \
441 -e "s,@FLASHFILE@,${flash},g" \
434 -e "s,@PLUGINS@,${plugins},g" \ 442 -e "s,@PLUGINS@,${plugins},g" \
435 -e "s,@GCCOPTS@,${GCCOPTS},g" \ 443 -e "s,@GCCOPTS@,${GCCOPTS},g" \
436<<EOF 444<<EOF
@@ -444,6 +452,7 @@ export DOCSDIR=\$(ROOTDIR)/docs
444export DEBUG=@DEBUG@ 452export DEBUG=@DEBUG@
445export ARCHOS=@ARCHOS@ 453export ARCHOS=@ARCHOS@
446export ARCHOSROM=@ARCHOSROM@ 454export ARCHOSROM=@ARCHOSROM@
455export FLASHFILE=@FLASHFILE@
447export TARGET=@TARGET@ 456export TARGET=@TARGET@
448export OBJDIR=@PWD@ 457export OBJDIR=@PWD@
449export LANGUAGE=@LANGUAGE@ 458export LANGUAGE=@LANGUAGE@