Changeset 3b2f41e


Ignore:
Timestamp:
Aug 28, 2020, 12:52:11 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e80051f
Parents:
856dff8
Message:

Configure now automatically generates the makefile responsible for distributing libcfa src

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r856dff8 r3b2f41e  
    1818**/Makefile
    1919**/Makefile.in
     20**/Makefile.dist.in
    2021/version
    2122
  • configure.ac

    r856dff8 r3b2f41e  
    202202
    203203        LIBCFA_TARGET_DIRS="${LIBCFA_TARGET_DIRS} ${lib_dir}"
     204        LIBCFA_1TARGET_DIR="${lib_dir}"
    204205        LIBCFA_TARGET_MAKEFILES="${LIBCFA_TARGET_MAKEFILES} ${lib_dir}/Makefile"
    205206
     
    213214
    214215AC_SUBST(LIBCFA_TARGET_DIRS)
     216AC_SUBST(LIBCFA_1TARGET_DIR)
    215217AC_SUBST(LIBCFA_TARGET_MAKEFILES)
    216218
     
    278280        driver/Makefile
    279281        src/Makefile
    280         benchmark/Makefile
     282        libcfa/Makefile:libcfa/Makefile.dist.in
    281283        tests/Makefile
    282284        longrun_tests/Makefile
     285        benchmark/Makefile
    283286        tools/Makefile
    284287        tools/prettyprinter/Makefile
Note: See TracChangeset for help on using the changeset viewer.