equal
deleted
inserted
replaced
149 endif |
149 endif |
150 ifneq ($(wildcard exports.inf),) |
150 ifneq ($(wildcard exports.inf),) |
151 echo #include "exports.inf" >> bld.inf |
151 echo #include "exports.inf" >> bld.inf |
152 endif |
152 endif |
153 |
153 |
|
154 # Quick java releasables target |
|
155 RELEASABLE_PATH = $(EPOCROOT)epoc32/release/$(PLATFORM)/$(CFG)/z/resource/java/jvm/lib/jrt |
154 javareleasables: |
156 javareleasables: |
155 ifneq ($(ANT_FILE),) |
157 ifneq ($(ANT_FILE),) |
156 $(ANT) -q -Dtarget.platform=$(PLATFORM) -Dtarget.cfg=$(VARIANT) $(ANT_PROJECT_DEFINES) releasables > $(DEVNULL) |
158 echo $(RELEASABLE_PATH)/$(BASENAME).odc |
157 $(call CATCOMMAND,java_releasables_$(PLATFORM)_$(VARIANT).tmp) |
|
158 $(call RMFILE,java_releasables_$(PLATFORM)_$(VARIANT).tmp) |
|
159 endif |
159 endif |
160 |
160 |
161 # Remove all generated build files |
161 # Remove all generated build files |
162 clean_generated: FORCE |
162 clean_generated: FORCE |
163 $(PHASEINFO) |
163 $(PHASEINFO) |