Changeset 66f8528 for 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
-
Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r5802a4f r66f8528 35 35 PRE_UNINSTALL = : 36 36 POST_UNINSTALL = : 37 build_triplet = @build@ 38 host_triplet = @host@ 37 39 subdir = . 38 40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 39 41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 42 $(top_srcdir)/configure INSTALL automake/compile \ 41 automake/ depcomp automake/install-sh automake/missing\42 automake/ ylwrap43 automake/config.guess automake/config.sub automake/depcomp \ 44 automake/install-sh automake/missing automake/ylwrap 43 45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 124 126 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 125 127 CC = @CC@ 128 CCAS = @CCAS@ 129 CCASDEPMODE = @CCASDEPMODE@ 130 CCASFLAGS = @CCASFLAGS@ 126 131 CCDEPMODE = @CCDEPMODE@ 127 132 CFA_BACKEND_CC = @CFA_BACKEND_CC@ … … 158 163 LIBS = @LIBS@ 159 164 LTLIBOBJS = @LTLIBOBJS@ 165 MACHINE_TYPE = @MACHINE_TYPE@ 160 166 MAINT = @MAINT@ 161 167 MAKEINFO = @MAKEINFO@ … … 189 195 am__untar = @am__untar@ 190 196 bindir = @bindir@ 197 build = @build@ 191 198 build_alias = @build_alias@ 199 build_cpu = @build_cpu@ 200 build_os = @build_os@ 201 build_vendor = @build_vendor@ 192 202 builddir = @builddir@ 193 203 datadir = @datadir@ … … 196 206 dvidir = @dvidir@ 197 207 exec_prefix = @exec_prefix@ 208 host = @host@ 198 209 host_alias = @host_alias@ 210 host_cpu = @host_cpu@ 211 host_os = @host_os@ 212 host_vendor = @host_vendor@ 199 213 htmldir = @htmldir@ 200 214 includedir = @includedir@ … … 221 235 top_srcdir = @top_srcdir@ 222 236 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 223 SUBDIRS = src/driver src src/ libcfa # order important, src before libcfabecause cfa-cpp used to build prelude237 SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude 224 238 EXTRA_DIST = Docs # non-source files 225 239 MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
Note:
See TracChangeset
for help on using the changeset viewer.