Changeset 9134 for trunk/make/process.forwarder.mak
- Timestamp:
- Aug 27, 2002, 4:59:42 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.forwarder.mak
r9127 r9134 1 # $Id: process.forwarder.mak,v 1.1 1 2002-08-24 22:31:24bird Exp $1 # $Id: process.forwarder.mak,v 1.12 2002-08-27 02:59:42 bird Exp $ 2 2 3 3 # … … 65 65 66 66 .SUFFIXES: 67 .SUFFIXES: .c .cpp . orc .asm .$(EXT_OBJ) .rc .$(EXT_RES) .ii .s67 .SUFFIXES: .c .cpp .asm .$(EXT_OBJ) .rc .$(EXT_RES) .ii .s 68 68 69 69 … … 168 168 169 169 170 # Compiling Odin32 resources.171 .orc{$(PATH_TARGET)}.obj:172 \173 !ifndef BUILD_VERBOSE174 @ \175 !endif176 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@177 178 .orc.obj:179 \180 !ifndef BUILD_VERBOSE181 @ \182 !endif183 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@184 170 185 171 … … 195 181 # Generic forwarder 196 182 # ----------------------------------------------------------------------------- 197 build rebuild needed lib executable miscellaneous \183 build rebuild clean dep needed lib executable miscellaneous \ 198 184 !if "$(TARGET_MODE)" == "DEPEND" 199 185 $(TARGET) \ … … 201 187 $(TARGET_ILIB) \ 202 188 $(RULES_FORWARD) \ 203 testcasetarget:189 install testcase nothing target: 204 190 \ 205 191 !ifndef BUILD_VERBOSE … … 209 195 echo . && SET _BUILD_PROJECT=$(BUILD_PROJECT) && \ 210 196 !endif 211 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@212 213 214 215 # -----------------------------------------------------------------------------216 # Generic forwarder - No dependencies.217 # -----------------------------------------------------------------------------218 clean dep publish publish_target nothing:219 \220 !ifndef BUILD_VERBOSE221 @ \222 !endif223 echo . && \224 !ifndef _BUILD_PROJECT # workarounds for buggy SET implementation in NMAKE.225 SET _BUILD_PROJECT=$(BUILD_PROJECT) && \226 !endif227 SET NODEP=1 && \228 197 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@ 229 198
Note:
See TracChangeset
for help on using the changeset viewer.