- Timestamp:
- Jun 29, 2016, 12:47:03 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:
- d06010a
- Parents:
- 4b2589a
- Location:
- src/tests
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r4b2589a r85f0713 46 46 constant0-1NDDP : constant0-1.c 47 47 ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@} 48 49 dtor-early-exit-ERR1: dtor-early-exit.c 50 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} 51 52 dtor-early-exit-ERR2: dtor-early-exit.c 53 ${CC} ${CFLAGS} -DERR2 ${<} -o ${@} 54 -
src/tests/Makefile.in
r4b2589a r85f0713 654 654 ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@} 655 655 656 dtor-early-exit-ERR1: dtor-early-exit.c 657 ${CC} ${CFLAGS} -DERR1 ${<} -o ${@} 658 659 dtor-early-exit-ERR2: dtor-early-exit.c 660 ${CC} ${CFLAGS} -DERR2 ${<} -o ${@} 661 656 662 # Tell versions [3.59,3.63) of GNU make to not export all variables. 657 663 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.