Changeset 131 for trunk/Platforms/Test/Makefile
- Timestamp:
- Jul 8, 2009, 8:40:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r130 r131 76 76 OBJECTS = $(patsubst $(PATH_SRC)/%.cpp,$(PATH_OBJ)/%.o,$(SOURCES)) 77 77 LOGS = $(patsubst $(PATH_DATA)/%.cfg,$(PATH_LOG)/%.log,$(wildcard $(PATH_DATA)/$(DATA)/*.cfg)) 78 EXEC = $(PATH_BIN)/soft.x 78 79 BIN = Platforms_Test.x 80 EXEC = $(PATH_BIN)/$(BIN) 79 81 EXEC_PREFIX = $(NICE) -n $(PRIORITY) 80 82 # $(VALGRIND)
Note: See TracChangeset
for help on using the changeset viewer.