Changes in src/benchmark/Makefile.am [3edc2df:4cedd9f]
- File:
-
- 1 edited
-
src/benchmark/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/Makefile.am
r3edc2df r4cedd9f 133 133 ## ========================================================================================================= 134 134 creation$(EXEEXT) :\ 135 creation-pthread.run \ 136 creation-cfa_coroutine.run \ 137 creation-cfa_coroutine_eager.run \ 138 creation-cfa_thread.run \ 139 creation-upp_coroutine.run \ 135 creation-pthread.run \ 136 creation-cfa_coroutine.run \ 137 creation-cfa_thread.run \ 138 creation-upp_coroutine.run \ 140 139 creation-upp_thread.run 141 140 142 141 creation-cfa_coroutine$(EXEEXT): 143 142 ${CC} creation/cfa_cor.c -DBENCH_N=10000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags} 144 145 creation-cfa_coroutine_eager$(EXEEXT):146 ${CC} creation/cfa_cor.c -DBENCH_N=10000000 -I. -nodebug -lrt -quiet @CFA_FLAGS@ ${AM_CFLAGS} ${CFLAGS} ${ccflags} -DEAGER147 143 148 144 creation-cfa_thread$(EXEEXT): … … 160 156 ## ========================================================================================================= 161 157 162 compile$(EXEEXT) :\163 compile-array$(EXEEXT) \164 compile-attributes$(EXEEXT) \165 compile-empty$(EXEEXT) \166 compile-expression$(EXEEXT) \167 compile-io$(EXEEXT) \168 compile-monitor$(EXEEXT) \169 compile-operators$(EXEEXT) \170 compile-thread$(EXEEXT) \171 compile-typeof$(EXEEXT)172 173 174 compile-array$(EXEEXT):175 @printf '%20s\t' $(subst compile-,,$@)176 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/array.c177 178 compile-attributes$(EXEEXT):179 @printf '%20s\t' $(subst compile-,,$@)180 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/attributes.c181 182 compile-empty$(EXEEXT):183 @printf '%20s\t' $(subst compile-,,$@)184 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w compile/empty.c185 186 compile-expression$(EXEEXT):187 @printf '%20s\t' $(subst compile-,,$@)188 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/expression.c189 190 compile-io$(EXEEXT):191 @printf '%20s\t' $(subst compile-,,$@)192 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/io.c193 194 compile-monitor$(EXEEXT):195 @printf '%20s\t' $(subst compile-,,$@)196 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/monitor.c197 198 compile-operators$(EXEEXT):199 @printf '%20s\t' $(subst compile-,,$@)200 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/operators.c201 202 compile-thread$(EXEEXT):203 @printf '%20s\t' $(subst compile-,,$@)204 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/thread.c205 206 compile-typeof$(EXEEXT):207 @printf '%20s\t' $(subst compile-,,$@)208 @/usr/bin/time -f "%E" ${CC} -quiet -fsyntax-only -w ../tests/typeof.c209 210 211 ## =========================================================================================================212 213 158 %.run : %$(EXEEXT) ${REPEAT} 214 159 @rm -f .result.log
Note:
See TracChangeset
for help on using the changeset viewer.