X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=android%2FMakefile;fp=android%2FMakefile;h=2b88a6215f7f6d7bd15bef48c97e829cd674a16f;hp=0000000000000000000000000000000000000000;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/android/Makefile b/android/Makefile new file mode 100644 index 00000000..2b88a621 --- /dev/null +++ b/android/Makefile @@ -0,0 +1,28 @@ +# XScreenSaver for Android + +default: all + +all: + @echo Nope. ; exit 1 + +clean:: + +distclean:: + +distdepend:: + +# Todo: +# check_versions: +# update_thumbs: + + +# Should probably exclude "gen" + +echo_tarfiles: + @echo `find . \ + \( \( -name '.??*' -o -name build -o -name '*~*' \) \ + -prune \) \ + -o \( -type f -o -type l \) -print \ + | sed 's@^\./@@' \ + | sort` +