Changeset 6e7e2b36 for Makefile.in


Ignore:
Timestamp:
Jun 1, 2015, 8:52:19 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

redo automake seventh attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rd1d17f5 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.