Changeset 119 for trunk/Platforms/Test
- Timestamp:
- May 25, 2009, 7:40:26 PM (15 years ago)
- Location:
- trunk/Platforms/Test
- Files:
-
- 19 added
- 1 deleted
- 1 edited
- 18 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platforms/Test/Makefile
r117 r119 132 132 esac; \ 133 133 134 run : all134 run : 135 135 @\ 136 136 if $(TEST) "$(DATA)" != "$(DATA_ALL)"; then \ … … 167 167 $(MAKE) run DATA=bench; 168 168 169 $(DIR_LOG)/%.log : $(DIR_DATA)/%.cfg 169 $(DIR_LOG)/%.log : $(DIR_DATA)/%.cfg $(EXEC) 170 170 @\ 171 171 file=$$($(BASENAME) $<); \ … … 188 188 #-----[ Library + Software ]------------------------------- 189 189 190 env : soft lib 191 190 192 lib : 191 193 @\
Note: See TracChangeset
for help on using the changeset viewer.