equal
deleted
inserted
replaced
48 LIBDIR:= |
48 LIBDIR:= |
49 LINKER_FIRSTSTATLIB:= |
49 LINKER_FIRSTSTATLIB:= |
50 MAINLINKAS:= |
50 MAINLINKAS:= |
51 NEWLIBFILE:= |
51 NEWLIBFILE:= |
52 RELEASABLES:= |
52 RELEASABLES:= |
|
53 TC_RELEASABLES:= |
53 STATLIBDIR:= |
54 STATLIBDIR:= |
54 STDCPP_BUILD:= |
55 STDCPP_BUILD:= |
55 STDCPPTAGFILE:= |
56 STDCPPTAGFILE:= |
56 UID1:= |
57 UID1:= |
57 WIN32_LIBRARIES:= |
58 WIN32_LIBRARIES:= |
202 |
203 |
203 |
204 |
204 # Run trace compiler ##################################### |
205 # Run trace compiler ##################################### |
205 TRACE_MARKER_PATH:=$(OUTPUTPATH) |
206 TRACE_MARKER_PATH:=$(OUTPUTPATH) |
206 |
207 |
207 ifeq ($(UID3),) |
208 ifeq ($(subst 0,,$(UID3)),) |
208 ifeq ($(UID2),) |
209 ifeq ($(UID2),) |
209 USE_TRACE_COMPILER:= |
210 USE_TRACE_COMPILER:= |
210 else |
211 else |
211 UID_TC:=$(UID2) |
212 UID_TC:=$(UID2) |
212 endif |
213 endif |
216 |
217 |
217 # USE_TRACE_COMPILER defaults to blank in Raptor config. |
218 # USE_TRACE_COMPILER defaults to blank in Raptor config. |
218 # Users can turn TC on by setting it to 1 in user config. |
219 # Users can turn TC on by setting it to 1 in user config. |
219 ifneq ($(USE_TRACE_COMPILER),) |
220 ifneq ($(USE_TRACE_COMPILER),) |
220 include $(FLMHOME)/tracecompiler.mk |
221 include $(FLMHOME)/tracecompiler.mk |
|
222 TC_RELEASABLES:=$(TRACE_DICTIONARY) $(AUTOGEN_HEADER) |
221 endif |
223 endif |
222 |
224 |
223 |
225 |
224 #################### |
226 #################### |
225 ## IMPORT LIBRARY ## |
227 ## IMPORT LIBRARY ## |
686 # clean up |
688 # clean up |
687 $(call raptor_clean,$(CLEANTARGETS)) |
689 $(call raptor_clean,$(CLEANTARGETS)) |
688 # make the output directories while reading makefile - some build engines prefer this |
690 # make the output directories while reading makefile - some build engines prefer this |
689 $(call makepath,$(CREATABLEPATHS)) |
691 $(call makepath,$(CREATABLEPATHS)) |
690 # for the --what option and the log file |
692 # for the --what option and the log file |
691 $(call raptor_release,$(RELEASABLES)) |
693 $(call raptor_release,$(RELEASABLES) $(TC_RELEASABLES)) |