Changeset e4745d7a for src/examples
- Timestamp:
- Dec 6, 2016, 3:38:11 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:
- d9c44c3
- Parents:
- c5cb6130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/examples/Makefile.in ¶
rc5cb6130 re4745d7a 36 36 PRE_UNINSTALL = : 37 37 POST_UNINSTALL = : 38 build_triplet = @build@ 39 host_triplet = @host@ 38 40 noinst_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \ 39 41 avl_test$(EXEEXT) … … 140 142 LIBS = @LIBS@ 141 143 LTLIBOBJS = @LTLIBOBJS@ 144 MACHINE_TYPE = @MACHINE_TYPE@ 142 145 MAINT = @MAINT@ 143 146 MAKEINFO = @MAKEINFO@ … … 171 174 am__untar = @am__untar@ 172 175 bindir = @bindir@ 176 build = @build@ 173 177 build_alias = @build_alias@ 178 build_cpu = @build_cpu@ 179 build_os = @build_os@ 180 build_vendor = @build_vendor@ 174 181 builddir = @builddir@ 175 182 datadir = @datadir@ … … 178 185 dvidir = @dvidir@ 179 186 exec_prefix = @exec_prefix@ 187 host = @host@ 180 188 host_alias = @host_alias@ 189 host_cpu = @host_cpu@ 190 host_os = @host_os@ 191 host_vendor = @host_vendor@ 181 192 htmldir = @htmldir@ 182 193 includedir = @includedir@
Note: See TracChangeset
for help on using the changeset viewer.