Changeset 088a5cd for src/libcfa
- Timestamp:
- Mar 1, 2017, 5:17:43 PM (8 years ago)
- 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
- Location:
- src/libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
r871b664 r088a5cd 18 18 AUTOMAKE_OPTIONS = subdir-objects 19 19 20 libdir = ${CFA_LIBDIR} 20 21 lib_LIBRARIES = 21 22 … … 67 68 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator 68 69 69 70 70 libcfa_a_SOURCES = ${libsrc} 71 71 libcfa_a_CFLAGS = -nodebug -O2 -
src/libcfa/Makefile.in
r871b664 r088a5cd 281 281 infodir = @infodir@ 282 282 install_sh = @install_sh@ 283 libdir = @libdir@283 libdir = ${CFA_LIBDIR} 284 284 libexecdir = @libexecdir@ 285 285 localedir = @localedir@
Note: See TracChangeset
for help on using the changeset viewer.