Changeset 9063 for trunk/make/testcase/prog-cxx-as-c.mak
- Timestamp:
- Aug 20, 2002, 11:14:30 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/testcase/prog-cxx-as-c.mak
r8423 r9063 1 # $Id: prog-cxx-as-c.mak,v 1. 1 2002-05-16 11:37:07bird Exp $1 # $Id: prog-cxx-as-c.mak,v 1.2 2002-08-20 21:14:30 bird Exp $ 2 2 3 3 # Testcase for makeing simple C programs as C++. … … 9 9 10 10 # target config. 11 TARGET_NAME = prog-c 12 MAKEFILE = prog-c -as-cxx.mak11 TARGET_NAME = prog-cxx 12 MAKEFILE = prog-cxx-as-c.mak 13 13 TARGET_LIBS = $(LIB_C_OBJ) $(LIB_OS) # use the static library! 14 14 15 15 # rules and more 16 RULES_FORWARD = test 16 17 !include $(MAKE_INCLUDE_PROCESS) 17 18 19 !if !$(BUILD_FORWARDING) 18 20 19 21 # some helpers for the output. … … 35 37 # 36 38 test: 37 !if "$(MAKE_INCLUDE_PROCESS:process.forwarder=)" == "$(MAKE_INCLUDE_PROCESS)"38 39 $(TARGET) > out 39 ! 40 !ifdef BUILD_VERBOSE 40 41 type out 41 ! 42 !endif 42 43 $(TOOL_CMP) out << 43 44 $(_STR1) … … 46 47 47 48 << 48 !else 49 ! ifndef BUILD_VERBOSE 50 @ \ 51 ! endif 52 $(TOOL_BUILDENV) $(BUILD_ENVS_CHANGE) * $(TOOL_MAKE) -f $(MAKEFILE) $@ 49 53 50 !endif
Note:
See TracChangeset
for help on using the changeset viewer.