Changeset 7fb69f6 for configure


Ignore:
Timestamp:
Jul 30, 2018, 10:34:00 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, 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:
944a90f
Parents:
bf5a6477
Message:

Added configure variable for building cfa source in tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rbf5a6477 r7fb69f6  
    674674build_cpu
    675675build
     676BUILD_IN_TREE_FLAGS
     677BUILD_IN_TREE_FLAGS_NOLIB
    676678CFACPP
    677679CFACC
     
    33803382# Create variables for commonly used targets
    33813383DRIVER_DIR='$(top_builddir)/src/driver'
    3382 
    33833384CFACC=${DRIVER_DIR}/cfa
    3384 
    33853385CFACPP=${DRIVER_DIR}/cfa-cpp
     3386
     3387
     3388
     3389
     3390# Flag variables needed to build in tree
     3391LIBCFA_SRC='$(top_srcdir)/src/libcfa'
     3392LIBCFA_BUILD='$(top_builddir)/src/libcfa'
     3393BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}"
     3394BUILD_IN_TREE_FLAGS="${BUILD_IN_TREE_FLAGS_NOLIB} -L${LIBCFA_BUILD} -I${LIBCFA_SRC} -I${LIBCFA_SRC}AM_CFLAGS/containers -I${LIBCFA_SRC}/concurrency -I${LIBCFA_SRC}/stdhdr"
     3395
    33863396
    33873397
Note: See TracChangeset for help on using the changeset viewer.