X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=android%2FMakefile;h=f0d5da0185bbcdeafdac47eb01c97e113dd0eefd;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hp=0ba4f58acc579dbf29fa410eda14b165da5590bd;hpb=39809ded547bdbb08207d3e514950425215b4410;p=xscreensaver diff --git a/android/Makefile b/android/Makefile index 0ba4f58a..f0d5da01 100644 --- a/android/Makefile +++ b/android/Makefile @@ -40,32 +40,43 @@ export ANDROID_HACKS= \ abstractile \ anemone \ anemotaxis \ + antmaze \ + antspotlight \ apollonian \ atlantis \ attraction \ atunnel \ + binaryring \ blaster \ blinkbox \ + blitspin \ blocktube \ boing \ + bouboule \ bouncingcow \ boxed \ boxfit \ - bouboule \ braid \ bsod \ + bumps \ cage \ ccurve \ celtic \ + circuit \ + cityflow \ cloudlife \ companioncube \ compass \ coral \ crackberg \ + crumbler \ crystal \ + cube21 \ + cubenetic \ cubestack \ cubestorm \ cubetwist \ + cubicgrid \ cwaves \ cynosure \ dangerball \ @@ -73,21 +84,26 @@ export ANDROID_HACKS= \ deco \ deluxe \ demon \ - discrete \ discoball \ + discrete \ distort \ dnalogo \ drift \ + dymaxionmap \ + endgame \ energystream \ engine \ epicycle \ eruption \ + esper \ euler2d \ fadeplot \ fiberlamp \ + filmleader \ fireworkx \ flame \ flipflop \ + flipscreen3d \ flow \ fluidballs \ flyingtoasters \ @@ -96,25 +112,36 @@ export ANDROID_HACKS= \ gears \ geodesic \ geodesicgears \ + gflux \ + glblur \ glcells \ + gleidescope \ + glhanoi \ glknots \ glmatrix \ + glplanet \ glschool \ + glslideshow \ glsnake \ gltext \ goop \ grav \ greynetic \ + halo \ helix \ hexadrop \ hexstrut \ hilbert \ hopalong \ + hypertorus \ hypnowheel \ ifs \ imsmap \ + interaggregate \ interference \ intermomentary \ + jigglypuff \ + jigsaw \ julia \ kaleidescope \ kaleidocycle \ @@ -125,28 +152,39 @@ export ANDROID_HACKS= \ loop \ m6502 \ maze \ + maze3d \ memscroller \ menger \ metaballs \ + mirrorblob \ + moebius \ moebiusgears \ moire \ + moire2 \ morph3d \ + mountain \ munch \ nerverot \ noof \ + noseguy \ + peepers \ penetrate \ penrose \ petri \ piecewise \ pinion \ - polyominoes \ + pipes \ polytopes \ pong \ popsquares \ + projectiveplane \ providence \ + pulsar \ pyro \ quasicrystal \ + queens \ raverhoop \ + razzledazzle \ rd-bomb \ ripples \ rocks \ @@ -159,102 +197,70 @@ export ANDROID_HACKS= \ shadebobs \ sierpinski \ sierpinski3d \ + skytentacles \ slidescreen \ slip \ + spheremonics \ + splitflap \ splodesic \ + spotlight \ squiral \ stairs \ - starfish \ stonerview \ strange \ substrate \ superquadrics \ + surfaces \ swirl \ tangram \ + tessellimage \ thornbird \ timetunnel \ topblock \ triangle \ tronbit \ + truchet \ twang \ unknownpleasures \ vermiculate \ + vfeedback \ vigilance \ voronoi \ wander \ whirlwindwarp \ winduprobot \ wormhole \ + xanalogtv \ xflame \ + xjack \ xlyap \ + xmatrix \ xrayswarm \ xspirograph \ + zoom \ # These don't work well enough to turn on by default: # ANDROID_TODO= \ antinspect \ - antmaze \ - antspotlight \ barcode \ - binaryring \ - blitspin \ - bumps \ carousel \ - circuit \ - cityflow \ - cube21 \ - cubenetic \ - cubicgrid \ - dymaxionmap \ - endgame \ - esper \ - flipscreen3d \ fliptext \ fontglide \ - gflux \ - glblur \ - gleidescope \ - glhanoi \ - glplanet \ - glslideshow \ halftone \ - halo \ - hypertorus \ - interaggregate \ - jigglypuff \ - jigsaw \ juggler3d \ - mirrorblob \ - moebius \ - moire2 \ molecule \ - mountain \ - noseguy \ pedal \ phosphor \ photopile \ - pipes \ - projectiveplane \ - pulsar \ + polyominoes \ qix \ - queens \ - skytentacles \ speedmine \ - spheremonics \ - splitflap \ - spotlight \ + starfish \ starwars \ - surfaces \ - tessellimage \ testx11 \ - truchet \ unicrud \ - xanalogtv \ - xjack \ - xmatrix \ - zoom \ # Download and resize images from jwz.org. @@ -322,6 +328,7 @@ echo_tarfiles: @FILES=`find . $(EXTRA_TARFILES) \( \( \ -name .DS_Store \ -o -name '*~' \ + -o -name '*.jks' \ -o -name '*.keystore' \ -o -name '*_dream.xml' \ -o -name '*_settings.xml' \ @@ -344,27 +351,30 @@ echo_tarfiles: | sort` ; \ echo $$FILES +images_png_h: + cd ../hacks/images && $(MAKE) + run_check:: ../hacks/check-configs.pl --build-android $(ANDROID_HACKS) -debug:: m6502.h run_check +debug:: m6502.h run_check images_png_h $(GRADLE) assembleDebug -release:: m6502.h run_check +release:: m6502.h run_check images_png_h export APP_ABI=all ; \ $(GRADLE) assembleRelease -KEYSTORE = xscreensaver.keystore +KEYSTORE = xscreensaver.jks $(KEYSTORE): keytool -genkey -v -keystore $@ \ -alias xscreensaver -keyalg RSA -keysize 2048 -validity 10000 -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 +APK_DIR = xscreensaver/build/outputs/apk/release/ +APK_UNSIGNED = $(APK_DIR)xscreensaver-release-unsigned.apk +APK_UNALIGNED = $(APK_DIR)xscreensaver-release-unaligned.apk +APK_SIGNED = $(APK_DIR)xscreensaver-release.apk - TOOLDIR = $(shell echo $$HOME/Library/Android/sdk/build-tools/* | tail -1) + TOOLDIR = $(shell ls -d $$HOME/Library/Android/sdk/build-tools/* | tail -1) ZIPALIGN = $(TOOLDIR)/zipalign JARSIGNER = jarsigner