Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r4b1afb6 r375a068  
    3535PRE_UNINSTALL = :
    3636POST_UNINSTALL = :
     37build_triplet = @build@
     38host_triplet = @host@
    3739subdir = .
    3840DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3941        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    4042        $(top_srcdir)/configure INSTALL automake/compile \
    41         automake/depcomp automake/install-sh automake/missing \
    42         automake/ylwrap
     43        automake/config.guess automake/config.sub automake/depcomp \
     44        automake/install-sh automake/missing automake/ylwrap
    4345ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4446am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    124126BACKEND_CC = @BACKEND_CC@               # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
    125127CC = @CC@
     128CCAS = @CCAS@
     129CCASDEPMODE = @CCASDEPMODE@
     130CCASFLAGS = @CCASFLAGS@
    126131CCDEPMODE = @CCDEPMODE@
    127132CFA_BACKEND_CC = @CFA_BACKEND_CC@
     
    158163LIBS = @LIBS@
    159164LTLIBOBJS = @LTLIBOBJS@
     165MACHINE_TYPE = @MACHINE_TYPE@
    160166MAINT = @MAINT@
    161167MAKEINFO = @MAKEINFO@
     
    189195am__untar = @am__untar@
    190196bindir = @bindir@
     197build = @build@
    191198build_alias = @build_alias@
     199build_cpu = @build_cpu@
     200build_os = @build_os@
     201build_vendor = @build_vendor@
    192202builddir = @builddir@
    193203datadir = @datadir@
     
    196206dvidir = @dvidir@
    197207exec_prefix = @exec_prefix@
     208host = @host@
    198209host_alias = @host_alias@
     210host_cpu = @host_cpu@
     211host_os = @host_os@
     212host_vendor = @host_vendor@
    199213htmldir = @htmldir@
    200214includedir = @includedir@
     
    221235top_srcdir = @top_srcdir@
    222236AUTOMAKE_OPTIONS = foreign              # do not require all the GNU file names
    223 SUBDIRS = src/driver src src/libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
     237SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
    224238EXTRA_DIST = Docs                       # non-source files
    225239MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
Note: See TracChangeset for help on using the changeset viewer.