Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r7fb69f6 r857638d  
    250250AWK = @AWK@
    251251BACKEND_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@
    254252CC = @CC@
    255253CCAS = @CCAS@
     
    257255CCASFLAGS = @CCASFLAGS@
    258256CCDEPMODE = @CCDEPMODE@
    259 CFACC = @CFACC@
    260 CFACPP = @CFACPP@
    261257CFA_BACKEND_CC = @CFA_BACKEND_CC@
    262258CFA_BINDIR = @CFA_BINDIR@
     
    275271DEFS = @DEFS@
    276272DEPDIR = @DEPDIR@
    277 DRIVER_DIR = @DRIVER_DIR@
    278273ECHO_C = @ECHO_C@
    279274ECHO_N = @ECHO_N@
Note: See TracChangeset for help on using the changeset viewer.