- Timestamp:
- Aug 1, 2018, 6:24:51 PM (7 years ago)
- 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:
- 25a9b5a
- Parents:
- e614d73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
re614d73 rbf71cfd 3381 3381 3382 3382 # Create variables for commonly used targets 3383 DRIVER_DIR='$(top_builddir)/ src/driver'3383 DRIVER_DIR='$(top_builddir)/driver' 3384 3384 CFACC=${DRIVER_DIR}/cfa 3385 3385 CFACPP=${DRIVER_DIR}/cfa-cpp … … 3389 3389 3390 3390 # Flag variables needed to build in tree 3391 LIBCFA_SRC='$(top_srcdir)/ src/libcfa'3392 LIBCFA_BUILD='$(top_builddir)/ src/libcfa'3391 LIBCFA_SRC='$(top_srcdir)/libcfa/src' 3392 LIBCFA_BUILD='$(top_builddir)/libcfa/src' 3393 3393 BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}" 3394 3394 BUILD_IN_TREE_FLAGS="${BUILD_IN_TREE_FLAGS_NOLIB} -L${LIBCFA_BUILD} -I${LIBCFA_SRC} -I${LIBCFA_SRC}/containers -I${LIBCFA_SRC}/concurrency -I${LIBCFA_SRC}/stdhdr" … … 6283 6283 6284 6284 6285 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/benchmark/Makefile src/tests/Makefile src/tests/preempt_longrun/Makefile src/prelude/Makefile src/libcfa/Makefile tools/Makefile tools/prettyprinter/Makefile"6286 6287 6288 ac_config_links="$ac_config_links src/tests/test.py:src/tests/test.py"6289 6290 6291 ac_config_files="$ac_config_files src/tests/config.py"6285 ac_config_files="$ac_config_files Makefile driver/Makefile src/Makefile benchmark/Makefile tests/Makefile tests/preempt_longrun/Makefile libcfa/prelude/Makefile libcfa/src/Makefile tools/Makefile tools/prettyprinter/Makefile" 6286 6287 6288 ac_config_links="$ac_config_links tests/test.py:tests/test.py" 6289 6290 6291 ac_config_files="$ac_config_files tests/config.py" 6292 6292 6293 6293 cat >confcache <<\_ACEOF … … 7047 7047 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 7048 7048 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 7049 " src/driver/Makefile") CONFIG_FILES="$CONFIG_FILES src/driver/Makefile" ;;7049 "driver/Makefile") CONFIG_FILES="$CONFIG_FILES driver/Makefile" ;; 7050 7050 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 7051 " src/benchmark/Makefile") CONFIG_FILES="$CONFIG_FILES src/benchmark/Makefile" ;;7052 " src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;7053 " src/tests/preempt_longrun/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/preempt_longrun/Makefile" ;;7054 " src/prelude/Makefile") CONFIG_FILES="$CONFIG_FILES src/prelude/Makefile" ;;7055 " src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;;7051 "benchmark/Makefile") CONFIG_FILES="$CONFIG_FILES benchmark/Makefile" ;; 7052 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 7053 "tests/preempt_longrun/Makefile") CONFIG_FILES="$CONFIG_FILES tests/preempt_longrun/Makefile" ;; 7054 "libcfa/prelude/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/prelude/Makefile" ;; 7055 "libcfa/src/Makefile") CONFIG_FILES="$CONFIG_FILES libcfa/src/Makefile" ;; 7056 7056 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; 7057 7057 "tools/prettyprinter/Makefile") CONFIG_FILES="$CONFIG_FILES tools/prettyprinter/Makefile" ;; 7058 " src/tests/test.py") CONFIG_LINKS="$CONFIG_LINKS src/tests/test.py:src/tests/test.py" ;;7059 " src/tests/config.py") CONFIG_FILES="$CONFIG_FILES src/tests/config.py" ;;7058 "tests/test.py") CONFIG_LINKS="$CONFIG_LINKS tests/test.py:tests/test.py" ;; 7059 "tests/config.py") CONFIG_FILES="$CONFIG_FILES tests/config.py" ;; 7060 7060 7061 7061 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset
for help on using the changeset viewer.