Changeset 6e7e2b36 for Makefile.in
- Timestamp:
- Jun 1, 2015, 8:52:19 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:
- c3a4385
- Parents:
- d1d17f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rd1d17f5 r6e7e2b36 115 115 AUTOMAKE = @AUTOMAKE@ 116 116 AWK = @AWK@ 117 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command117 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 118 118 CC = @CC@ 119 119 CCDEPMODE = @CCDEPMODE@ … … 212 212 top_builddir = @top_builddir@ 213 213 top_srcdir = @top_srcdir@ 214 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names215 SUBDIRS = driver srclibcfa # order important, src before libcfa because cfa-cpp used to build prelude216 EXTRA_DIST = Docs # non-source files214 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 215 SUBDIRS = src/driver src src/libcfa # order important, src before libcfa because cfa-cpp used to build prelude 216 EXTRA_DIST = Docs # non-source files 217 217 all: config.h 218 218 $(MAKE) $(AM_MAKEFLAGS) all-recursive
Note: See TracChangeset
for help on using the changeset viewer.