- Timestamp:
- Dec 6, 2016, 3:38:11 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:
- d9c44c3
- Parents:
- c5cb6130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
rc5cb6130 re4745d7a 35 35 PRE_UNINSTALL = : 36 36 POST_UNINSTALL = : 37 build_triplet = @build@ 38 host_triplet = @host@ 37 39 EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \ 38 40 avl_test$(EXEEXT) constant0-1DP$(EXEEXT) \ … … 150 152 LIBS = @LIBS@ 151 153 LTLIBOBJS = @LTLIBOBJS@ 154 MACHINE_TYPE = @MACHINE_TYPE@ 152 155 MAINT = @MAINT@ 153 156 MAKEINFO = @MAKEINFO@ … … 181 184 am__untar = @am__untar@ 182 185 bindir = @bindir@ 186 build = @build@ 183 187 build_alias = @build_alias@ 188 build_cpu = @build_cpu@ 189 build_os = @build_os@ 190 build_vendor = @build_vendor@ 184 191 builddir = @builddir@ 185 192 datadir = @datadir@ … … 188 195 dvidir = @dvidir@ 189 196 exec_prefix = @exec_prefix@ 197 host = @host@ 190 198 host_alias = @host_alias@ 199 host_cpu = @host_cpu@ 200 host_os = @host_os@ 201 host_vendor = @host_vendor@ 191 202 htmldir = @htmldir@ 192 203 includedir = @includedir@
Note:
See TracChangeset
for help on using the changeset viewer.