- Timestamp:
- Feb 17, 2017, 2:20:40 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:
- 8a5cad8
- Parents:
- 32b8144 (diff), 317450e (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. - Location:
- src/tests
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/tests/Makefile.am ¶
r32b8144 r11f95ee5 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Feb 6 16:10:43201714 ## Update Count : 4 013 ## Last Modified On : Thu Feb 16 15:27:50 2017 14 ## Update Count : 41 15 15 ############################################################################### 16 16 … … 68 68 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 69 69 70 KRfunctions : KRfunctions.c 71 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 72 70 73 memberCtors-ERR1: memberCtors.c 71 74 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} -
TabularUnified src/tests/Makefile.in ¶
r32b8144 r11f95ee5 689 689 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 690 690 691 KRfunctions : KRfunctions.c 692 ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@} 693 691 694 memberCtors-ERR1: memberCtors.c 692 695 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
Note: See TracChangeset
for help on using the changeset viewer.