Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r130 r131  
    7676OBJECTS                         =       $(patsubst $(PATH_SRC)/%.cpp,$(PATH_OBJ)/%.o,$(SOURCES))
    7777LOGS                            =       $(patsubst $(PATH_DATA)/%.cfg,$(PATH_LOG)/%.log,$(wildcard $(PATH_DATA)/$(DATA)/*.cfg))
    78 EXEC                            =       $(PATH_BIN)/soft.x
     78
     79BIN                             =       Platforms_Test.x
     80EXEC                            =       $(PATH_BIN)/$(BIN)
    7981EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY)
    8082# $(VALGRIND)
Note: See TracChangeset for help on using the changeset viewer.