Changeset ecb4955 for src/libcfa/Makefile.in
- Timestamp:
- Jun 8, 2016, 5:15:41 PM (7 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- dd40c54
- Parents:
- 03ccadd (diff), b8f8696 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
r03ccadd recb4955 215 215 ${addprefix ${libdir}/,${lib_LIBRARIES}} ${includedir}/* 216 216 headers = limits stdlib math iostream fstream iterator rational 217 libobjs = ${headers:=.o} 217 218 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} 218 219 include_HEADERS = ${headers} … … 587 588 libcfa-prelude.o : libcfa-prelude.c 588 589 @BACKEND_CC@ -c -o $@ $< 589 .SECONDARY : ${headers} # stop implicit '.o' rules from removing extensionless headers 590 591 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing 592 % : %.c 593 @true 594 595 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp # add dependency to cfa-cpp so all libraries are rebuilt with new translator 590 596 591 597 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset
for help on using the changeset viewer.