Changes in Makefile.in [6e7e2b36:56c3935]
- File:
-
- 1 edited
-
Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r6e7e2b36 r56c3935 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 = src/driver src src/libcfa # 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 = driver 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.