Changeset ecb4955 for src/libcfa/Makefile.am
- 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.am
r03ccadd recb4955 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Tue Jun 7 14:38:18201614 ## Update Count : 1 4213 ## Last Modified On : Wed Jun 8 14:20:34 2016 14 ## Update Count : 165 15 15 ############################################################################### 16 16 … … 54 54 55 55 headers = limits stdlib math iostream fstream iterator rational 56 .PRECIOUS : ${headers} # stop implicit '.o' rules from removing extensionless headers 56 libobjs = ${headers:=.o} 57 57 58 #.SECONDARY : ${headers} # stop implicit '.o' rules from removing extensionless headers 58 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing 59 % : %.c 60 @true 59 61 62 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp # add dependency to cfa-cpp so all libraries are rebuilt with new translator 60 63 61 64 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
Note: See TracChangeset
for help on using the changeset viewer.