X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=android%2FMakefile;h=0ba4f58acc579dbf29fa410eda14b165da5590bd;hb=39809ded547bdbb08207d3e514950425215b4410;hp=35c24ec2050cdc060dd553f01a7a4ecf0c4e1b86;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;p=xscreensaver diff --git a/android/Makefile b/android/Makefile index 35c24ec2..0ba4f58a 100644 --- a/android/Makefile +++ b/android/Makefile @@ -1,7 +1,7 @@ # XScreenSaver for Android export TERM=dumb -GRADLE = cd project ; ./gradlew +GRADLE = ./gradlew default:: debug all:: release @@ -41,6 +41,7 @@ export ANDROID_HACKS= \ anemone \ anemotaxis \ apollonian \ + atlantis \ attraction \ atunnel \ blaster \ @@ -50,14 +51,17 @@ export ANDROID_HACKS= \ bouncingcow \ boxed \ boxfit \ + bouboule \ braid \ bsod \ cage \ ccurve \ + celtic \ cloudlife \ companioncube \ compass \ coral \ + crackberg \ crystal \ cubestack \ cubestorm \ @@ -67,6 +71,7 @@ export ANDROID_HACKS= \ dangerball \ decayscreen \ deco \ + deluxe \ demon \ discrete \ discoball \ @@ -97,6 +102,7 @@ export ANDROID_HACKS= \ glschool \ glsnake \ gltext \ + goop \ grav \ greynetic \ helix \ @@ -125,6 +131,7 @@ export ANDROID_HACKS= \ moebiusgears \ moire \ morph3d \ + munch \ nerverot \ noof \ penetrate \ @@ -132,6 +139,7 @@ export ANDROID_HACKS= \ petri \ piecewise \ pinion \ + polyominoes \ polytopes \ pong \ popsquares \ @@ -141,6 +149,7 @@ export ANDROID_HACKS= \ raverhoop \ rd-bomb \ ripples \ + rocks \ romanboy \ rorschach \ rotzoomer \ @@ -151,6 +160,7 @@ export ANDROID_HACKS= \ sierpinski \ sierpinski3d \ slidescreen \ + slip \ splodesic \ squiral \ stairs \ @@ -169,6 +179,7 @@ export ANDROID_HACKS= \ twang \ unknownpleasures \ vermiculate \ + vigilance \ voronoi \ wander \ whirlwindwarp \ @@ -176,6 +187,7 @@ export ANDROID_HACKS= \ wormhole \ xflame \ xlyap \ + xrayswarm \ xspirograph \ @@ -185,23 +197,19 @@ ANDROID_TODO= \ antinspect \ antmaze \ antspotlight \ - atlantis \ barcode \ binaryring \ blitspin \ - bouboule \ bumps \ carousel \ - celtic \ circuit \ cityflow \ - crackberg \ cube21 \ cubenetic \ cubicgrid \ - deluxe \ dymaxionmap \ endgame \ + esper \ flipscreen3d \ fliptext \ fontglide \ @@ -211,7 +219,6 @@ ANDROID_TODO= \ glhanoi \ glplanet \ glslideshow \ - goop \ halftone \ halo \ hypertorus \ @@ -224,20 +231,16 @@ ANDROID_TODO= \ moire2 \ molecule \ mountain \ - munch \ noseguy \ pedal \ phosphor \ photopile \ pipes \ - polyominoes \ projectiveplane \ pulsar \ qix \ queens \ - rocks \ skytentacles \ - slip \ speedmine \ spheremonics \ splitflap \ @@ -251,7 +254,6 @@ ANDROID_TODO= \ xanalogtv \ xjack \ xmatrix \ - xrayswarm \ zoom \ @@ -284,7 +286,7 @@ m6502.h:: fi; \ done -project/xscreensaver/res/drawable/%.png: +xscreensaver/res/drawable/%.png: @\ FILE1=`echo "$@" | sed 's!^.*/\([^/]*\)\.png$$!\1.jpg!'` ; \ FILE2="$@" ; \ @@ -302,19 +304,19 @@ project/xscreensaver/res/drawable/%.png: thumbs:: @for f in $(ANDROID_HACKS) $(ANDROID_TODO) ; do \ - $(MAKE) project/xscreensaver/res/drawable/$$f.png ; \ + $(MAKE) xscreensaver/res/drawable/$$f.png ; \ done clean_thumbs:: @\ for f in $(ANDROID_HACKS) $(ANDROID_TODO) ; do \ - rm -f project/xscreensaver/res/drawable/$$f.png ; \ + rm -f xscreensaver/res/drawable/$$f.png ; \ done distclean:: clean_thumbs clean -EXTRA_TARFILES = project/xscreensaver/res/drawable/thumbnail.png \ +EXTRA_TARFILES = xscreensaver/res/drawable/thumbnail.png \ echo_tarfiles: @FILES=`find . $(EXTRA_TARFILES) \( \( \ @@ -323,6 +325,7 @@ echo_tarfiles: -o -name '*.keystore' \ -o -name '*_dream.xml' \ -o -name '*_settings.xml' \ + -o -name '*_wallpaper.xml' \ -o -name AndroidManifest.xml \ -o -name strings.xml \ -o -name settings.xml \ @@ -356,7 +359,7 @@ $(KEYSTORE): keytool -genkey -v -keystore $@ \ -alias xscreensaver -keyalg RSA -keysize 2048 -validity 10000 -APK_DIR = project/xscreensaver/build/outputs/apk/ +APK_DIR = xscreensaver/build/outputs/apk/ APK_UNSIGNED = $(APK_DIR)/xscreensaver-release-unsigned.apk APK_UNALIGNED = $(APK_DIR)/xscreensaver-release-unaligned.apk APK_SIGNED = $(APK_DIR)/xscreensaver-release.apk