Changeset 66f8528 for Makefile.in


Ignore:
Timestamp:
Dec 15, 2016, 5:16:42 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
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.
Message:

Merge branch 'master' into tuples

Conflicts:

src/ResolvExpr/CommonType.cc
src/tests/.expect/32/extension.txt
src/tests/.expect/32/gccExtensions.txt
src/tests/.expect/64/declarationSpecifier.txt
src/tests/.expect/64/extension.txt
src/tests/.expect/64/gccExtensions.txt
src/tests/.expect/castError.txt
src/tests/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r5802a4f r66f8528  
    3535PRE_UNINSTALL = :
    3636POST_UNINSTALL = :
     37build_triplet = @build@
     38host_triplet = @host@
    3739subdir = .
    3840DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3941        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    4042        $(top_srcdir)/configure INSTALL automake/compile \
    41         automake/depcomp automake/install-sh automake/missing \
    42         automake/ylwrap
     43        automake/config.guess automake/config.sub automake/depcomp \
     44        automake/install-sh automake/missing automake/ylwrap
    4345ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4446am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    124126BACKEND_CC = @BACKEND_CC@               # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
    125127CC = @CC@
     128CCAS = @CCAS@
     129CCASDEPMODE = @CCASDEPMODE@
     130CCASFLAGS = @CCASFLAGS@
    126131CCDEPMODE = @CCDEPMODE@
    127132CFA_BACKEND_CC = @CFA_BACKEND_CC@
     
    158163LIBS = @LIBS@
    159164LTLIBOBJS = @LTLIBOBJS@
     165MACHINE_TYPE = @MACHINE_TYPE@
    160166MAINT = @MAINT@
    161167MAKEINFO = @MAKEINFO@
     
    189195am__untar = @am__untar@
    190196bindir = @bindir@
     197build = @build@
    191198build_alias = @build_alias@
     199build_cpu = @build_cpu@
     200build_os = @build_os@
     201build_vendor = @build_vendor@
    192202builddir = @builddir@
    193203datadir = @datadir@
     
    196206dvidir = @dvidir@
    197207exec_prefix = @exec_prefix@
     208host = @host@
    198209host_alias = @host_alias@
     210host_cpu = @host_cpu@
     211host_os = @host_os@
     212host_vendor = @host_vendor@
    199213htmldir = @htmldir@
    200214includedir = @includedir@
     
    221235top_srcdir = @top_srcdir@
    222236AUTOMAKE_OPTIONS = foreign              # do not require all the GNU file names
    223 SUBDIRS = src/driver src src/libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
     237SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
    224238EXTRA_DIST = Docs                       # non-source files
    225239MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
Note: See TracChangeset for help on using the changeset viewer.