- Timestamp:
- Jul 30, 2018, 10:34:00 AM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbf5a6477 r7fb69f6 674 674 build_cpu 675 675 build 676 BUILD_IN_TREE_FLAGS 677 BUILD_IN_TREE_FLAGS_NOLIB 676 678 CFACPP 677 679 CFACC … … 3380 3382 # Create variables for commonly used targets 3381 3383 DRIVER_DIR='$(top_builddir)/src/driver' 3382 3383 3384 CFACC=${DRIVER_DIR}/cfa 3384 3385 3385 CFACPP=${DRIVER_DIR}/cfa-cpp 3386 3387 3388 3389 3390 # Flag variables needed to build in tree 3391 LIBCFA_SRC='$(top_srcdir)/src/libcfa' 3392 LIBCFA_BUILD='$(top_builddir)/src/libcfa' 3393 BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}" 3394 BUILD_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 3386 3396 3387 3397
Note: See TracChangeset
for help on using the changeset viewer.