Changeset 66f8528 for src/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/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
r5802a4f r66f8528 69 69 PRE_UNINSTALL = : 70 70 POST_UNINSTALL = : 71 build_triplet = @build@ 72 host_triplet = @host@ 71 73 DIST_COMMON = $(srcdir)/CodeGen/module.mk $(srcdir)/Common/module.mk \ 72 74 $(srcdir)/ControlStruct/module.mk $(srcdir)/GenPoly/module.mk \ … … 259 261 BACKEND_CC = @BACKEND_CC@ 260 262 CC = @CC@ 263 CCAS = @CCAS@ 264 CCASDEPMODE = @CCASDEPMODE@ 265 CCASFLAGS = @CCASFLAGS@ 261 266 CCDEPMODE = @CCDEPMODE@ 262 267 CFA_BACKEND_CC = @CFA_BACKEND_CC@ … … 293 298 LIBS = @LIBS@ 294 299 LTLIBOBJS = @LTLIBOBJS@ 300 MACHINE_TYPE = @MACHINE_TYPE@ 295 301 MAINT = @MAINT@ 296 302 MAKEINFO = @MAKEINFO@ … … 324 330 am__untar = @am__untar@ 325 331 bindir = @bindir@ 332 build = @build@ 326 333 build_alias = @build_alias@ 334 build_cpu = @build_cpu@ 335 build_os = @build_os@ 336 build_vendor = @build_vendor@ 327 337 builddir = @builddir@ 328 338 datadir = @datadir@ … … 331 341 dvidir = @dvidir@ 332 342 exec_prefix = @exec_prefix@ 343 host = @host@ 333 344 host_alias = @host_alias@ 345 host_cpu = @host_cpu@ 346 host_os = @host_os@ 347 host_vendor = @host_vendor@ 334 348 htmldir = @htmldir@ 335 349 includedir = @includedir@ … … 418 432 driver_cfa_cpp_SOURCES = ${SRC} 419 433 driver_cfa_cpp_LDADD = ${LEXLIB} -ldl # yywrap 420 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT 434 driver_cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${abs_top_srcdir}/src/include -DYY_NO_INPUT -O2 421 435 driver_cfa_cpp_LDFLAGS = -Xlinker -export-dynamic 422 436 all: $(BUILT_SOURCES)
Note:
See TracChangeset
for help on using the changeset viewer.