Changeset bf71cfd for configure.ac
- Timestamp:
- Aug 1, 2018, 6:24:51 PM (5 years ago)
- Branches:
- 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:
- 25a9b5a
- Parents:
- e614d73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
re614d73 rbf71cfd 172 172 173 173 # Create variables for commonly used targets 174 DRIVER_DIR='$(top_builddir)/ src/driver'174 DRIVER_DIR='$(top_builddir)/driver' 175 175 CFACC=${DRIVER_DIR}/cfa 176 176 CFACPP=${DRIVER_DIR}/cfa-cpp … … 180 180 181 181 # Flag variables needed to build in tree 182 LIBCFA_SRC='$(top_srcdir)/ src/libcfa'183 LIBCFA_BUILD='$(top_builddir)/ src/libcfa'182 LIBCFA_SRC='$(top_srcdir)/libcfa/src' 183 LIBCFA_BUILD='$(top_builddir)/libcfa/src' 184 184 BUILD_IN_TREE_FLAGS_NOLIB="-XCFA -t -B${DRIVER_DIR}" 185 185 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" … … 254 254 AC_CONFIG_FILES([ 255 255 Makefile 256 src/driver/Makefile256 driver/Makefile 257 257 src/Makefile 258 src/benchmark/Makefile259 src/tests/Makefile260 src/tests/preempt_longrun/Makefile261 src/prelude/Makefile262 src/libcfa/Makefile258 benchmark/Makefile 259 tests/Makefile 260 tests/preempt_longrun/Makefile 261 libcfa/prelude/Makefile 262 libcfa/src/Makefile 263 263 tools/Makefile 264 264 tools/prettyprinter/Makefile 265 265 ]) 266 266 267 AC_CONFIG_LINKS([ src/tests/test.py:src/tests/test.py])268 269 AC_OUTPUT( src/tests/config.py)267 AC_CONFIG_LINKS([tests/test.py:tests/test.py]) 268 269 AC_OUTPUT(tests/config.py) 270 270 271 271 AM_COND_IF([BUILD_RELEASE],
Note: See TracChangeset
for help on using the changeset viewer.