Changeset e4745d7a for src/driver
- 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
-
src/driver/Makefile.in
rc5cb6130 re4745d7a 36 36 PRE_UNINSTALL = : 37 37 POST_UNINSTALL = : 38 build_triplet = @build@ 39 host_triplet = @host@ 38 40 bin_PROGRAMS = cfa$(EXEEXT) 39 41 cc1lib_PROGRAMS = cc1$(EXEEXT) … … 129 131 LIBS = @LIBS@ 130 132 LTLIBOBJS = @LTLIBOBJS@ 133 MACHINE_TYPE = @MACHINE_TYPE@ 131 134 MAINT = @MAINT@ 132 135 MAKEINFO = @MAKEINFO@ … … 160 163 am__untar = @am__untar@ 161 164 bindir = @bindir@ 165 build = @build@ 162 166 build_alias = @build_alias@ 167 build_cpu = @build_cpu@ 168 build_os = @build_os@ 169 build_vendor = @build_vendor@ 163 170 builddir = @builddir@ 164 171 datadir = @datadir@ … … 167 174 dvidir = @dvidir@ 168 175 exec_prefix = @exec_prefix@ 176 host = @host@ 169 177 host_alias = @host_alias@ 178 host_cpu = @host_cpu@ 179 host_os = @host_os@ 180 host_vendor = @host_vendor@ 170 181 htmldir = @htmldir@ 171 182 includedir = @includedir@
Note: See TracChangeset
for help on using the changeset viewer.