Changeset 00cc023 for Makefile.in
- Timestamp:
- May 31, 2015, 1:54:23 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 5cb5f842
- Parents:
- 86bd7c1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r86bd7c1f r00cc023 35 35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 36 36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 37 $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \ 38 $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \ 39 $(top_srcdir)/src/examples/Makefile.in INSTALL install-sh \ 40 missing 37 $(top_srcdir)/configure INSTALL automake/compile \ 38 automake/depcomp automake/install-sh automake/missing \ 39 automake/ylwrap 41 40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 47 46 mkinstalldirs = $(install_sh) -d 48 47 CONFIG_HEADER = config.h 49 CONFIG_CLEAN_FILES = src/Makefile driver/Makefile libcfa/Makefile \ 50 src/examples/Makefile 48 CONFIG_CLEAN_FILES = 51 49 CONFIG_CLEAN_VPATH_FILES = 52 50 SOURCES = … … 114 112 AUTOMAKE = @AUTOMAKE@ 115 113 AWK = @AWK@ 116 BACKEND_CC = @BACKEND_CC@ 114 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 117 115 CC = @CC@ 118 116 CCDEPMODE = @CCDEPMODE@ … … 158 156 PACKAGE_VERSION = @PACKAGE_VERSION@ 159 157 PATH_SEPARATOR = @PATH_SEPARATOR@ 158 RANLIB = @RANLIB@ 160 159 SET_MAKE = @SET_MAKE@ 161 160 SHELL = @SHELL@ … … 205 204 top_builddir = @top_builddir@ 206 205 top_srcdir = @top_srcdir@ 207 AUTOMAKE_OPTIONS = foreign 208 SUBDIRS = driver src libcfa # order important, src before libcfa because cfa-cpp used to build prelude 209 210 # non-source files 211 EXTRA_DIST = Docs 206 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 207 SUBDIRS = driver src libcfa # order important, src before libcfa because cfa-cpp used to build prelude 208 EXTRA_DIST = Docs # non-source files 212 209 all: config.h 213 210 $(MAKE) $(AM_MAKEFLAGS) all-recursive … … 263 260 distclean-hdr: 264 261 -rm -f config.h stamp-h1 265 src/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/Makefile.in266 cd $(top_builddir) && $(SHELL) ./config.status $@267 driver/Makefile: $(top_builddir)/config.status $(top_srcdir)/driver/Makefile.in268 cd $(top_builddir) && $(SHELL) ./config.status $@269 libcfa/Makefile: $(top_builddir)/config.status $(top_srcdir)/libcfa/Makefile.in270 cd $(top_builddir) && $(SHELL) ./config.status $@271 src/examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/examples/Makefile.in272 cd $(top_builddir) && $(SHELL) ./config.status $@273 262 274 263 # This directory's subdirectories are mostly independent; you can cd
Note: See TracChangeset
for help on using the changeset viewer.