Changes in Makefile.in [7fb69f6:857638d]
- File:
-
- 1 edited
-
Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r7fb69f6 r857638d 250 250 AWK = @AWK@ 251 251 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 252 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@253 BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@254 252 CC = @CC@ 255 253 CCAS = @CCAS@ … … 257 255 CCASFLAGS = @CCASFLAGS@ 258 256 CCDEPMODE = @CCDEPMODE@ 259 CFACC = @CFACC@260 CFACPP = @CFACPP@261 257 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 262 258 CFA_BINDIR = @CFA_BINDIR@ … … 275 271 DEFS = @DEFS@ 276 272 DEPDIR = @DEPDIR@ 277 DRIVER_DIR = @DRIVER_DIR@278 273 ECHO_C = @ECHO_C@ 279 274 ECHO_N = @ECHO_N@
Note:
See TracChangeset
for help on using the changeset viewer.