Changeset 2988eeb for src/examples
- Timestamp:
- Mar 6, 2017, 8:53:48 PM (9 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:
- 7fe2498
- Parents:
- c443d1d (diff), 3f80888 (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/examples
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/Makefile.am
rc443d1d r2988eeb 18 18 CFLAGS = 19 19 AM_CFLAGS = -g -Wall -Wno-unused-function -O2 20 CC = @CFA_BINDIR@/ cfa20 CC = @CFA_BINDIR@/@CFA_NAME@ 21 21 22 22 noinst_PROGRAMS = fstream_test vector_test avl_test Bench # build but do not install -
src/examples/Makefile.in
rc443d1d r2988eeb 105 105 AWK = @AWK@ 106 106 BACKEND_CC = @BACKEND_CC@ 107 CC = @CFA_BINDIR@/ cfa107 CC = @CFA_BINDIR@/@CFA_NAME@ 108 108 CCAS = @CCAS@ 109 109 CCASDEPMODE = @CCASDEPMODE@ … … 115 115 CFA_INCDIR = @CFA_INCDIR@ 116 116 CFA_LIBDIR = @CFA_LIBDIR@ 117 CFA_NAME = @CFA_NAME@ 117 118 CFA_PREFIX = @CFA_PREFIX@ 118 119
Note:
See TracChangeset
for help on using the changeset viewer.