Ignore:
Timestamp:
Jul 27, 2018, 3:33:11 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
bf5a6477
Parents:
f37279b
Message:

Create variable for cfa, cfa-cpp in driver directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/Makefile.in

    rf37279b r50697b0  
    215215CCASFLAGS = @CCASFLAGS@
    216216CCDEPMODE = @CCDEPMODE@
     217CFACC = @CFACC@
     218CFACPP = @CFACPP@
    217219CFA_BACKEND_CC = @CFA_BACKEND_CC@
    218220CFA_BINDIR = @CFA_BINDIR@
     
    231233DEFS = @DEFS@
    232234DEPDIR = @DEPDIR@
     235DRIVER_DIR = @DRIVER_DIR@
    233236ECHO_C = @ECHO_C@
    234237ECHO_N = @ECHO_N@
Note: See TracChangeset for help on using the changeset viewer.