Changeset b44959f
- Timestamp:
- Feb 18, 2021, 8:59:58 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 78da4ab
- Parents:
- 376946e
- Location:
- tests
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r376946e rb44959f 44 44 -Wall \ 45 45 -Wno-unused-function \ 46 -quiet @CFA_FLAGS@ \ 47 -DIN_DIR="${abs_srcdir}/.in/" 46 -quiet @CFA_FLAGS@ 48 47 49 48 AM_CFAFLAGS = -XCFA --deterministic-out … … 76 75 long_tests.hfa \ 77 76 .in/io.data \ 77 io/.in/io.data \ 78 78 avltree/avl.h \ 79 79 avltree/avl-private.h \ … … 142 142 # don't use distcc to do the linking because distcc doesn't do linking 143 143 % : %.cfa $(CFACCBIN) 144 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 144 $(CFACOMPILETEST) -c -o $(abspath ${@}).o -DIN_DIR="$(abspath $(dir ${<}))/.in/" 145 145 $(CFACCLINK) ${@}.o -o $(abspath ${@}) 146 146 rm $(abspath ${@}).o
Note: See TracChangeset
for help on using the changeset viewer.