Changeset bf71cfd for configure


Ignore:
Timestamp:
Aug 1, 2018, 6:24:51 PM (7 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:
25a9b5a
Parents:
e614d73
Message:

Moved up many directories in source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re614d73 rbf71cfd  
    33813381
    33823382# Create variables for commonly used targets
    3383 DRIVER_DIR='$(top_builddir)/src/driver'
     3383DRIVER_DIR='$(top_builddir)/driver'
    33843384CFACC=${DRIVER_DIR}/cfa
    33853385CFACPP=${DRIVER_DIR}/cfa-cpp
     
    33893389
    33903390# Flag variables needed to build in tree
    3391 LIBCFA_SRC='$(top_srcdir)/src/libcfa'
    3392 LIBCFA_BUILD='$(top_builddir)/src/libcfa'
     3391LIBCFA_SRC='$(top_srcdir)/libcfa/src'
     3392LIBCFA_BUILD='$(top_builddir)/libcfa/src'
    33933393BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}"
    33943394BUILD_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"
     
    62836283
    62846284
    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"
     6285ac_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
     6288ac_config_links="$ac_config_links tests/test.py:tests/test.py"
     6289
     6290
     6291ac_config_files="$ac_config_files tests/config.py"
    62926292
    62936293cat >confcache <<\_ACEOF
     
    70477047    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    70487048    "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" ;;
    70507050    "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" ;;
    70567056    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
    70577057    "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" ;;
    70607060
    70617061  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Note: See TracChangeset for help on using the changeset viewer.