- File:
-
- 1 edited
-
src/tests/preempt_longrun/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.am
rd35e796 r7bdcac1 25 25 TIME = /usr/bin/time -f "%E" 26 26 27 # $(shell ./update-type $(type)) 28 # ./update-type $(type) 29 30 UPDATED_TYPE = $(shell ./update-type $(type)) 31 32 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z) 27 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell echo $(type) | tr a-z A-Z) 33 28 CFLAGS = ${BUILD_FLAGS} 34 29 CC = @CFA_BINDIR@/@CFA_NAME@ … … 50 45 51 46 clean-local: 52 rm -f ${TESTS} core* out.log .type47 rm -f ${TESTS} 53 48 54 % : %.c ${CC} ${UPDATED_TYPE}49 % : %.c ${CC} 55 50 ${AM_V_GEN}${CC} ${CFLAGS} ${<} $(debug) -o ${@} 56 51
Note:
See TracChangeset
for help on using the changeset viewer.