Changeset 3055 in kBuild
- Timestamp:
- Aug 31, 2017 3:34:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VAC308.kmk
r3023 r3055 69 69 -E 'LIB=$1' \ 70 70 -E 'INCLUDE=' \ 71 $2 \ 71 72 -- 72 73 TOOL_VAC308_CC ?= $(PATH_TOOL_VAC308_BIN)/icc$(HOSTSUFF_EXE) … … 82 83 -E 'LIB=$1' \ 83 84 -E 'INCLUDE=' \ 85 $2 \ 84 86 -- 85 87 TOOL_VAC308_CC ?= icc$(HOSTSUFF_EXE) … … 126 128 TOOL_VAC308_COMPILE_C_DEPEND = 127 129 TOOL_VAC308_COMPILE_C_DEPORD = 128 TOOL_VAC308_COMPILE_C_OUTPUT = 130 TOOL_VAC308_COMPILE_C_OUTPUT = $(obj).ii 129 131 define TOOL_VAC308_COMPILE_C_CMDS 130 132 $(QUIET) $(call TOOL_VAC308_ENV_SETUP) $(TOOL_VAC308_CC) -c\ … … 132 134 -Fo$(obj)\ 133 135 $(abspath $(source)) 134 $(QUIET) $(call TOOL_VAC308_ENV_SETUP ) $(TOOL_VAC308_CC) -P+ -Pd+ \135 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 136 $(abspath $(source)) \137 | $(DEP_PRE) -f -s -o $(dep) -t $(obj) -136 $(QUIET) $(call TOOL_VAC308_ENV_SETUP,,-wo $(obj).ii) $(TOOL_VAC308_CC) -P+ -Pd+ \ 137 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 138 $(abspath $(source)) 139 $(QUIET)$(DEP_PRE) -f -s -o $(dep) -t $(obj) $(obj).ii 138 140 endef 139 141 140 142 TOOL_VAC308_COMPILE_CXX_DEPEND = 141 143 TOOL_VAC308_COMPILE_CXX_DEPORD = 142 TOOL_VAC308_COMPILE_CXX_OUTPUT = 144 TOOL_VAC308_COMPILE_CXX_OUTPUT = $(obj).ii 143 145 define TOOL_VAC308_COMPILE_CXX_CMDS 144 146 $(QUIET) $(call TOOL_VAC308_ENV_SETUP) $(TOOL_VAC308_CXX) -c\ … … 146 148 -Fo$(obj)\ 147 149 $(abspath $(source)) 148 $(QUIET) $(call TOOL_VAC308_ENV_SETUP ) $(TOOL_VAC308_CXX) -P+ -Pd+ \149 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 150 $(abspath $(source)) \151 | $(DEP_PRE) -f -s -o $(dep) -t $(obj) -150 $(QUIET) $(call TOOL_VAC308_ENV_SETUP,,-wo $(obj).ii) $(TOOL_VAC308_CXX) -P+ -Pd+ \ 151 $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\ 152 $(abspath $(source)) 153 $(QUIET)$(DEP_PRE) -f -s -o $(dep) -t $(obj) $(obj).ii 152 154 endef 153 155
Note:
See TracChangeset
for help on using the changeset viewer.