Changeset 088a5cd for src/libcfa


Ignore:
Timestamp:
Mar 1, 2017, 5:17:43 PM (8 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e958ff8
Parents:
871b664
Message:

Libs are now installed in a subdiractory called cfa

Location:
src/libcfa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    r871b664 r088a5cd  
    1818AUTOMAKE_OPTIONS = subdir-objects
    1919
     20libdir = ${CFA_LIBDIR}
    2021lib_LIBRARIES =
    2122
     
    6768${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
    6869
    69 
    7070libcfa_a_SOURCES = ${libsrc}
    7171libcfa_a_CFLAGS = -nodebug -O2
  • src/libcfa/Makefile.in

    r871b664 r088a5cd  
    281281infodir = @infodir@
    282282install_sh = @install_sh@
    283 libdir = @libdir@
     283libdir = ${CFA_LIBDIR}
    284284libexecdir = @libexecdir@
    285285localedir = @localedir@
Note: See TracChangeset for help on using the changeset viewer.