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