Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Makefile.Environment

    r117 r138  
    88vpath   %.o     $(DIR_OBJ)
    99
    10 .PRECIOUS                       : $(DIR_OBJ)/$(ENTITY)_%.o $(DIR_BIN)/%.x
     10.PRECIOUS                       : $(DIR_OBJ)/$(PREFIX_OBJ)%.o $(DIR_BIN)/%.x
    1111
    1212test_env                        :
     
    1414                                $(ECHO) "-------------------| $(ENTITY)"
    1515
    16 $(DIR_OBJ)/$(ENTITY)_%.o        : %.cpp $(HEADERS)
     16$(DIR_OBJ)/$(PREFIX_OBJ)%.o     : %.cpp $(HEADERS)
    1717                                @\
    1818                                $(ECHO) "Compilation        : $*";\
    1919                                $(CXX) $(MORPHEO_CXX_FLAGS) -c -o $@ $<;
    2020
    21 $(DIR_OBJ)/$(ENTITY)_%.o        : %.c $(HEADERS)
     21$(DIR_OBJ)/$(PREFIX_OBJ)%.o     : %.c $(HEADERS)
    2222                                @\
    2323                                $(ECHO) "Compilation        : $*";\
Note: See TracChangeset for help on using the changeset viewer.