Changeset 142 for trunk/Platforms/Test/Makefile
- Timestamp:
- Aug 4, 2010, 10:09:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r139 r142 171 171 fi; 172 172 173 execute : run174 175 173 debug : 176 174 @\ … … 300 298 $(ECHO) " set CLEAN to remove previous log (default : 0)";\ 301 299 $(ECHO) " example : make run DATA=debug PRIORITY=10 CLEAN";\ 302 $(ECHO) " * execute : cf 'make run'";\303 300 $(ECHO) " * debug : cf 'make run DATA=debug'";\ 304 301 $(ECHO) " * bench : cf 'make run DATA=bench'";\ … … 307 304 $(ECHO) " * lib : make library";\ 308 305 $(ECHO) " * soft : make software";\ 306 $(ECHO) " * env : execute rule \"lib\" and \"soft\"";\ 309 307 $(ECHO) " * clean : erase temporary files";\ 310 308 $(ECHO) " * clean_all : erase generated files";\ 311 309 $(ECHO) " * help : print this message";\ 310 $(ECHO) ""; \ 311 $(ECHO) "In the compilation, set MORPHEO_TYPE for set/unset flags"; \ 312 $(ECHO) "MORPHEO_TYPE can be set at $(MORPHEO_TYPE_LIST)"; \ 313 $(ECHO) "Actual MORPHEO_TYPE is \"$(MORPHEO_TYPE)\""; \ 312 314 $(ECHO) ""; 313 315
Note: See TracChangeset
for help on using the changeset viewer.