Changeset 00cc023 for Makefile.in


Ignore:
Timestamp:
May 31, 2015, 1:54:23 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:
5cb5f842
Parents:
86bd7c1f
Message:

redo automake first attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r86bd7c1f r00cc023  
    3535DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    3636        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    37         $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \
    38         $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \
    39         $(top_srcdir)/src/examples/Makefile.in INSTALL install-sh \
    40         missing
     37        $(top_srcdir)/configure INSTALL automake/compile \
     38        automake/depcomp automake/install-sh automake/missing \
     39        automake/ylwrap
    4140ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4241am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    4746mkinstalldirs = $(install_sh) -d
    4847CONFIG_HEADER = config.h
    49 CONFIG_CLEAN_FILES = src/Makefile driver/Makefile libcfa/Makefile \
    50         src/examples/Makefile
     48CONFIG_CLEAN_FILES =
    5149CONFIG_CLEAN_VPATH_FILES =
    5250SOURCES =
     
    114112AUTOMAKE = @AUTOMAKE@
    115113AWK = @AWK@
    116 BACKEND_CC = @BACKEND_CC@
     114BACKEND_CC = @BACKEND_CC@       # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
    117115CC = @CC@
    118116CCDEPMODE = @CCDEPMODE@
     
    158156PACKAGE_VERSION = @PACKAGE_VERSION@
    159157PATH_SEPARATOR = @PATH_SEPARATOR@
     158RANLIB = @RANLIB@
    160159SET_MAKE = @SET_MAKE@
    161160SHELL = @SHELL@
     
    205204top_builddir = @top_builddir@
    206205top_srcdir = @top_srcdir@
    207 AUTOMAKE_OPTIONS = foreign
    208 SUBDIRS = driver src libcfa  # order important, src before libcfa because cfa-cpp used to build prelude
    209 
    210 # non-source files
    211 EXTRA_DIST = Docs
     206AUTOMAKE_OPTIONS = foreign      # do not require all the GNU file names
     207SUBDIRS = driver src libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
     208EXTRA_DIST = Docs               # non-source files
    212209all: config.h
    213210        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     
    263260distclean-hdr:
    264261        -rm -f config.h stamp-h1
    265 src/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/Makefile.in
    266         cd $(top_builddir) && $(SHELL) ./config.status $@
    267 driver/Makefile: $(top_builddir)/config.status $(top_srcdir)/driver/Makefile.in
    268         cd $(top_builddir) && $(SHELL) ./config.status $@
    269 libcfa/Makefile: $(top_builddir)/config.status $(top_srcdir)/libcfa/Makefile.in
    270         cd $(top_builddir) && $(SHELL) ./config.status $@
    271 src/examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/examples/Makefile.in
    272         cd $(top_builddir) && $(SHELL) ./config.status $@
    273262
    274263# This directory's subdirectories are mostly independent; you can cd
Note: See TracChangeset for help on using the changeset viewer.