Changeset 3b2f41e for configure.ac
- Timestamp:
- Aug 28, 2020, 12:52:11 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e80051f
- Parents:
- 856dff8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r856dff8 r3b2f41e 202 202 203 203 LIBCFA_TARGET_DIRS="${LIBCFA_TARGET_DIRS} ${lib_dir}" 204 LIBCFA_1TARGET_DIR="${lib_dir}" 204 205 LIBCFA_TARGET_MAKEFILES="${LIBCFA_TARGET_MAKEFILES} ${lib_dir}/Makefile" 205 206 … … 213 214 214 215 AC_SUBST(LIBCFA_TARGET_DIRS) 216 AC_SUBST(LIBCFA_1TARGET_DIR) 215 217 AC_SUBST(LIBCFA_TARGET_MAKEFILES) 216 218 … … 278 280 driver/Makefile 279 281 src/Makefile 280 benchmark/Makefile282 libcfa/Makefile:libcfa/Makefile.dist.in 281 283 tests/Makefile 282 284 longrun_tests/Makefile 285 benchmark/Makefile 283 286 tools/Makefile 284 287 tools/prettyprinter/Makefile
Note: See TracChangeset
for help on using the changeset viewer.