- Timestamp:
- May 9, 2008, 8:00:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common
r81 r83 2 2 # $Id$ 3 3 # 4 # [ 4 # [ Description ] 5 5 # 6 6 # Makefile … … 45 45 46 46 test_env : 47 @$(ECHO) "-------------------| $(ENTITY)"48 47 ifeq ($(origin MORPHEO_TOPLEVEL), undefined) 49 48 $(error "variable MORPHEO_TOPLEVEL is undefined"); … … 55 54 $(error "variable DIR_MORPHEO is undefined"); 56 55 endif 56 @$(ECHO) "-------------------| $(ENTITY)" 57 57 58 58 59 $(DIR_OBJ)/%.o : $(DIR_SRC)/%.cpp $(HEADERS) … … 68 69 common_clean : 69 70 @\ 70 $(ECHO) "Delete temporary files in directory "$(PWD);\71 $(ECHO) "Delete temporary files in directory $(PWD)";\ 71 72 $(RM) $(DIR_OBJ) \ 72 73 $(DIR_BIN) \
Note: See TracChangeset
for help on using the changeset viewer.