diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 16:40:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-01 16:40:24 +0200 |
commit | e8c76b35182a24385949e28c76c56db0d86bb7b0 (patch) | |
tree | 7e6d16c2808808b183cc6b48fa56f154191afe3e /tools/Makefile | |
parent | 125c380eef783c99f0877d60e966e37c295a2267 (diff) |
add a java build tool directory
following build tools seem to be required to cross-compile
OpenJDK:
- fastjar
- classpath
- gcj
- jamvm
- ecj
Maybe cacao is better, maybe ant is required, too.
... hacking...
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5d0f91872..3a158b839 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -4,6 +4,7 @@ include $(TOPDIR)/rules.mk TARGETS:=adk mkcrypt cpio + TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |