Changeset 6be8514 for src/libcfa/Makefile.am
- Timestamp:
- May 31, 2016, 2:11:45 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- e309947
- Parents:
- b287f67 (diff), 76c5d6e (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
rb287f67 r6be8514 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Tue Apr 19 22:30:17201614 ## Update Count : 1 2413 ## Last Modified On : Tue May 31 13:24:15 2016 14 ## Update Count : 141 15 15 ############################################################################### 16 16 … … 53 53 CC = ${abs_top_srcdir}/src/driver/cfa 54 54 55 # extension-less header files are overridden by default make rules => explicitly override rule 56 % : %.c 57 true 55 headers = limits stdlib math iostream fstream iterator rational 56 .SECONDARY : ${headers} # stop implicit '.o' rules from removing extensionless headers 58 57 59 .c.o : ${abs_top_srcdir}/src/driver/cfa-cpp 60 ${CC} ${CFLAGS} -c -o $@ $< 58 libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c} 61 59 62 libs = limits stdlib math iostream fstream iterator rational 63 libcfa_a_SOURCES = libcfa-prelude.c ${libs:=.c} 64 65 cheaders = # expat 66 cfaheaders = # limits 67 include_HEADERS = ${cheaders:=.h} ${libs} ${cfaheaders} 60 include_HEADERS = ${headers} 68 61 69 62 CLEANFILES = libcfa-prelude.c
Note: See TracChangeset
for help on using the changeset viewer.