tripe-android
5 years agoMakefile: Move cleanup of the class files near the compiler rules.
Mark Wooding [Thu, 17 May 2018 09:43:16 +0000 (10:43 +0100)]
Makefile: Move cleanup of the class files near the compiler rules.

5 years agoMakefile: Don't leave class-file placement to the `FOOFLAGS' variables.
Mark Wooding [Thu, 17 May 2018 09:41:10 +0000 (10:41 +0100)]
Makefile: Don't leave class-file placement to the `FOOFLAGS' variables.

They can (and should) be overridden by users.  But changing the output
arrangements will break the build system's assumptions.

5 years agoMakefile: Use the `fsc' Scala compiler instead, because it's less slow.
Mark Wooding [Thu, 17 May 2018 09:38:10 +0000 (10:38 +0100)]
Makefile: Use the `fsc' Scala compiler instead, because it's less slow.

6 years agoMakefile: Use a less-specific symlink to find Java headers.
Mark Wooding [Wed, 16 May 2018 09:23:27 +0000 (10:23 +0100)]
Makefile: Use a less-specific symlink to find Java headers.

6 years agoInitial commit.
Mark Wooding [Wed, 16 May 2018 09:20:55 +0000 (10:20 +0100)]
Initial commit.