Changeset bf71cfd for configure.ac


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

Moved up many directories in source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re614d73 rbf71cfd  
    172172
    173173# Create variables for commonly used targets
    174 DRIVER_DIR='$(top_builddir)/src/driver'
     174DRIVER_DIR='$(top_builddir)/driver'
    175175CFACC=${DRIVER_DIR}/cfa
    176176CFACPP=${DRIVER_DIR}/cfa-cpp
     
    180180
    181181# Flag variables needed to build in tree
    182 LIBCFA_SRC='$(top_srcdir)/src/libcfa'
    183 LIBCFA_BUILD='$(top_builddir)/src/libcfa'
     182LIBCFA_SRC='$(top_srcdir)/libcfa/src'
     183LIBCFA_BUILD='$(top_builddir)/libcfa/src'
    184184BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}"
    185185BUILD_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"
     
    254254AC_CONFIG_FILES([
    255255        Makefile
    256         src/driver/Makefile
     256        driver/Makefile
    257257        src/Makefile
    258         src/benchmark/Makefile
    259         src/tests/Makefile
    260         src/tests/preempt_longrun/Makefile
    261         src/prelude/Makefile
    262         src/libcfa/Makefile
     258        benchmark/Makefile
     259        tests/Makefile
     260        tests/preempt_longrun/Makefile
     261        libcfa/prelude/Makefile
     262        libcfa/src/Makefile
    263263        tools/Makefile
    264264        tools/prettyprinter/Makefile
    265265        ])
    266266
    267 AC_CONFIG_LINKS([src/tests/test.py:src/tests/test.py])
    268 
    269 AC_OUTPUT(src/tests/config.py)
     267AC_CONFIG_LINKS([tests/test.py:tests/test.py])
     268
     269AC_OUTPUT(tests/config.py)
    270270
    271271AM_COND_IF([BUILD_RELEASE],
Note: See TracChangeset for help on using the changeset viewer.