Changes in tests/Makefile.am [b44959f:097d3e1]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rb44959f r097d3e1 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Fri Oct 9 23:13:07 202014 ## Update Count : 8 613 ## Last Modified On : Sun Feb 21 19:04:09 2021 14 ## Update Count : 88 15 15 ############################################################################### 16 16 … … 44 44 -Wall \ 45 45 -Wno-unused-function \ 46 -quiet @CFA_FLAGS@ 46 -quiet @CFA_FLAGS@ \ 47 -DIN_DIR="${abs_srcdir}/.in/" 47 48 48 49 AM_CFAFLAGS = -XCFA --deterministic-out … … 75 76 long_tests.hfa \ 76 77 .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 -DIN_DIR="$(abspath $(dir ${<}))/.in/"144 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 145 145 $(CFACCLINK) ${@}.o -o $(abspath ${@}) 146 146 rm $(abspath ${@}).o … … 170 170 171 171 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator forall \ 172 init1 limits nested-types stdincludes cast labelledExit array builtins/sync warnings/self-assignment172 init1 limits nested-types stdincludes cast labelledExit array quasiKeyword Includes builtins/sync warnings/self-assignment 173 173 $(SYNTAX_ONLY_CODE): % : %.cfa $(CFACCBIN) 174 174 $(CFACOMPILE_SYNTAX)
Note:
See TracChangeset
for help on using the changeset viewer.