Changeset 50697b0 for configure.ac


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
  • configure.ac

    rf37279b r50697b0  
    170170AC_DEFINE_UNQUOTED(CFA_LIBDIR, "${cfa_libdir}", [Location of cc1 and cfa-cpp commands.])
    171171AC_SUBST(CFA_LIBDIR, ${cfa_libdir})
     172
     173# Create variables for commonly used targets
     174DRIVER_DIR='$(top_builddir)/src/driver'
     175AC_SUBST(DRIVER_DIR)
     176CFACC=${DRIVER_DIR}/cfa
     177AC_SUBST(CFACC)
     178CFACPP=${DRIVER_DIR}/cfa-cpp
     179AC_SUBST(CFACPP)
    172180
    173181AC_CANONICAL_BUILD
Note: See TracChangeset for help on using the changeset viewer.