Changeset 66f8528 for src/driver/Makefile.in
- Timestamp:
- Dec 15, 2016, 5:16:42 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:
- 43385ca, f7ff3fb
- Parents:
- 5802a4f (diff), 596f987b (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. - File:
-
- 1 edited
-
src/driver/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/Makefile.in
r5802a4f r66f8528 36 36 PRE_UNINSTALL = : 37 37 POST_UNINSTALL = : 38 build_triplet = @build@ 39 host_triplet = @host@ 40 @BUILD_NO_LIB_FALSE@am__append_1 = -DHAVE_LIBCFA 41 @BUILD_DEBUG_TRUE@am__append_2 = -DHAVE_LIBCFA_DEBUG 42 @BUILD_RELEASE_TRUE@am__append_3 = -DHAVE_LIBCFA_RELEASE 38 43 bin_PROGRAMS = cfa$(EXEEXT) 39 44 cc1lib_PROGRAMS = cc1$(EXEEXT) … … 92 97 BACKEND_CC = @BACKEND_CC@ 93 98 CC = @CC@ 99 CCAS = @CCAS@ 100 CCASDEPMODE = @CCASDEPMODE@ 101 CCASFLAGS = @CCASFLAGS@ 94 102 CCDEPMODE = @CCDEPMODE@ 95 103 CFA_BACKEND_CC = @CFA_BACKEND_CC@ … … 126 134 LIBS = @LIBS@ 127 135 LTLIBOBJS = @LTLIBOBJS@ 136 MACHINE_TYPE = @MACHINE_TYPE@ 128 137 MAINT = @MAINT@ 129 138 MAKEINFO = @MAKEINFO@ … … 157 166 am__untar = @am__untar@ 158 167 bindir = @bindir@ 168 build = @build@ 159 169 build_alias = @build_alias@ 170 build_cpu = @build_cpu@ 171 build_os = @build_os@ 172 build_vendor = @build_vendor@ 160 173 builddir = @builddir@ 161 174 datadir = @datadir@ … … 164 177 dvidir = @dvidir@ 165 178 exec_prefix = @exec_prefix@ 179 host = @host@ 166 180 host_alias = @host_alias@ 181 host_cpu = @host_cpu@ 182 host_os = @host_os@ 183 host_vendor = @host_vendor@ 167 184 htmldir = @htmldir@ 168 185 includedir = @includedir@ … … 190 207 191 208 # applies to both programs 192 AM_CXXFLAGS = -Wall 209 AM_CXXFLAGS = -Wall -O2 $(am__append_1) $(am__append_2) \ 210 $(am__append_3) 193 211 cfa_SOURCES = cfa.cc 194 212
Note:
See TracChangeset
for help on using the changeset viewer.