Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r56c3935 r6e7e2b36  
    115115AUTOMAKE = @AUTOMAKE@
    116116AWK = @AWK@
    117 BACKEND_CC = @BACKEND_CC@       # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
     117BACKEND_CC = @BACKEND_CC@               # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
    118118CC = @CC@
    119119CCDEPMODE = @CCDEPMODE@
     
    212212top_builddir = @top_builddir@
    213213top_srcdir = @top_srcdir@
    214 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
     214AUTOMAKE_OPTIONS = foreign              # do not require all the GNU file names
     215SUBDIRS = src/driver src src/libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
     216EXTRA_DIST = Docs                       # non-source files
    217217all: config.h
    218218        $(MAKE) $(AM_MAKEFLAGS) all-recursive
Note: See TracChangeset for help on using the changeset viewer.