Changeset 9919 for trunk/make/process.mak
- Timestamp:
- Mar 7, 2003, 10:35:24 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.mak
r9904 r9919 1 # $Id: process.mak,v 1.3 5 2003-03-05 15:10:07bird Exp $1 # $Id: process.mak,v 1.36 2003-03-07 09:35:24 bird Exp $ 2 2 # 3 3 # Generic Buildsystem … … 472 472 #_SRC = $< 473 473 #!ifdef SLKRUNS 474 _SRC = $(PATH_CURRENT)\$ <474 _SRC = $(PATH_CURRENT)\$(<F) 475 475 #!endif 476 476 _DST = $(PATH_TARGET)\$(@F) … … 1222 1222 !if "$(_TARGET_EARLY_PUBLISH)" != "" || "$(TARGET_MODE:LIB=cute)" == "$(TARGET_MODE)" 1223 1223 ! if "$(TARGET_MODE)" != "EMPTY" && "$(TARGET_MODE)" != "TESTCASE" && "$(TARGET_MODE)" != "DEPEND" 1224 @$(ECHO) Publishing $(CLRFIL)$(TARGET)$(CLRTXT) to directory $(CLRFIL)$(TARGET_PUB_DIR) \$(TARGET_PUB_SUB)$(CLRRST)1224 @$(ECHO) Publishing $(CLRFIL)$(TARGET)$(CLRTXT) to directory $(CLRFIL)$(TARGET_PUB_DIR)$(CLRRST) 1225 1225 @if not exist "$(TARGET)" $(TOOL_ECHO) $(CLRERR)WARNING: $(CLRFIL)$(TARGET)$(CLRERR) doesn't exist. $(CLRRST) 1226 1226 @if not exist "$(TARGET_PUB_DIR)" $(TOOL_CREATEPATH) $(TARGET_PUB_DIR) 1227 1227 @if exist "$(TARGET)" $(TOOL_COPY) "$(TARGET)" "$(TARGET_PUB)" 1228 1228 @if exist "$(TARGET_SYM)" $(TOOL_COPY) "$(TARGET_SYM)" "$(TARGET_PUB_DIR)" 1229 ! ifdef PUBLISH_MAP 1230 @if exist "$(TARGET_MAP)" $(TOOL_COPY) "$(TARGET_MAP)" "$(TARGET_PUB_DIR)" 1231 ! endif 1229 1232 ! if "$(TARGET_PUB_DEB)" != "" 1230 1233 @$(ECHO) Publishing unstripped $(CLRFIL)$(TARGET)$(CLRTXT) to directory $(CLRFIL)$(TARGET_PUB_DIR_DEB)$(CLRRST) … … 1233 1236 @if exist "$(_TARGET_DEB)" $(TOOL_COPY) "$(_TARGET_DEB)" "$(TARGET_PUB_DEB)" 1234 1237 @if exist "$(TARGET_SYM)" $(TOOL_COPY) "$(TARGET_SYM)" "$(TARGET_PUB_DIR_DEB)" 1238 ! ifdef PUBLISH_MAP 1239 @if exist "$(TARGET_MAP)" $(TOOL_COPY) "$(TARGET_MAP)" "$(TARGET_PUB_DIR_DEB)" 1240 ! endif 1235 1241 ! endif 1236 1242 ! endif
Note:
See TracChangeset
for help on using the changeset viewer.