Changes in Makefile.in [857638d:7fb69f6]
- File:
-
- 1 edited
-
Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r857638d r7fb69f6 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@ 252 254 CC = @CC@ 253 255 CCAS = @CCAS@ … … 255 257 CCASFLAGS = @CCASFLAGS@ 256 258 CCDEPMODE = @CCDEPMODE@ 259 CFACC = @CFACC@ 260 CFACPP = @CFACPP@ 257 261 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 258 262 CFA_BINDIR = @CFA_BINDIR@ … … 271 275 DEFS = @DEFS@ 272 276 DEPDIR = @DEPDIR@ 277 DRIVER_DIR = @DRIVER_DIR@ 273 278 ECHO_C = @ECHO_C@ 274 279 ECHO_N = @ECHO_N@
Note:
See TracChangeset
for help on using the changeset viewer.