Changeset 90152a4 for Makefile.in


Ignore:
Timestamp:
Aug 27, 2018, 4:40:34 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
b7c89aa
Parents:
f9feab8 (diff), 305581d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into cleanup-dtors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rf9feab8 r90152a4  
    1717######################## -*- Mode: Makefile-Automake -*- ######################
    1818###############################################################################
     19
    1920VPATH = @srcdir@
    2021am__is_gnu_make = { \
     
    9394subdir = .
    9495ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     96am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
     97        $(top_srcdir)/configure.ac
    9698am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    9799        $(ACLOCAL_M4)
     
    162164NROFF = nroff
    163165MANS = $(man1_MANS)
     166DATA = $(noinst_DATA)
    164167RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    165168  distclean-recursive maintainer-clean-recursive
     
    170173AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    171174        cscope distdir dist dist-all distcheck
    172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    173         $(LISP)config.h.in
     175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    174176# Read a list of newline-separated strings from the standard input,
    175177# and print each of them once, without duplicates.  Input order is
     
    192194CSCOPE = cscope
    193195DIST_SUBDIRS = $(SUBDIRS)
    194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    195         $(top_srcdir)/automake/compile \
     196am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
    196197        $(top_srcdir)/automake/config.guess \
    197198        $(top_srcdir)/automake/config.sub \
    198199        $(top_srcdir)/automake/install-sh \
    199         $(top_srcdir)/automake/missing INSTALL README automake/compile \
    200         automake/config.guess automake/config.sub automake/depcomp \
    201         automake/install-sh automake/missing automake/ylwrap
     200        $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
     201        INSTALL README automake/compile automake/config.guess \
     202        automake/config.sub automake/depcomp automake/install-sh \
     203        automake/missing automake/ylwrap
    202204DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    203205distdir = $(PACKAGE)-$(VERSION)
     
    250252AUTOMAKE = @AUTOMAKE@
    251253AWK = @AWK@
    252 BACKEND_CC = @BACKEND_CC@               # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
     254BACKEND_CC = @BACKEND_CC@     # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
     255BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
    253256CC = @CC@
    254257CCAS = @CCAS@
     
    256259CCASFLAGS = @CCASFLAGS@
    257260CCDEPMODE = @CCDEPMODE@
     261CFACC = @CFACC@
     262CFACPP = @CFACPP@
    258263CFA_BACKEND_CC = @CFA_BACKEND_CC@
    259264CFA_BINDIR = @CFA_BINDIR@
     
    272277DEFS = @DEFS@
    273278DEPDIR = @DEPDIR@
     279DRIVER_DIR = @DRIVER_DIR@
    274280ECHO_C = @ECHO_C@
    275281ECHO_N = @ECHO_N@
     
    278284EXEEXT = @EXEEXT@
    279285GREP = @GREP@
     286HOST_FLAGS = @HOST_FLAGS@
    280287INSTALL = @INSTALL@
    281288INSTALL_DATA = @INSTALL_DATA@
     
    287294LEXLIB = @LEXLIB@
    288295LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     296LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     297LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    289298LIBOBJS = @LIBOBJS@
    290299LIBS = @LIBS@
    291300LTLIBOBJS = @LTLIBOBJS@
    292 MACHINE_TYPE = @MACHINE_TYPE@
    293 MAINT = @MAINT@
    294301MAKEINFO = @MAKEINFO@
    295302MKDIR_P = @MKDIR_P@
     
    307314SHELL = @SHELL@
    308315STRIP = @STRIP@
     316TARGET_HOSTS = @TARGET_HOSTS@
    309317VERSION = @VERSION@
    310318YACC = @YACC@
     
    362370top_builddir = @top_builddir@
    363371top_srcdir = @top_srcdir@
    364 AUTOMAKE_OPTIONS = foreign              # do not require all the GNU file names
    365 SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
    366 EXTRA_DIST = Docs                       # non-source files
    367 MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
     372AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     373MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/*
     374SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
     375noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
    368376man1_MANS = doc/man/cfa.1
     377debug = yes
    369378all: config.h
    370379        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     
    373382am--refresh: Makefile
    374383        @:
    375 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
     384$(srcdir)/Makefile.in: $(srcdir)/Makefile.am  $(am__configure_deps)
    376385        @for dep in $?; do \
    377386          case '$(am__configure_deps)' in \
     
    399408        $(SHELL) ./config.status --recheck
    400409
    401 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     410$(top_srcdir)/configure: $(am__configure_deps)
    402411        $(am__cd) $(srcdir) && $(AUTOCONF)
    403 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
     412$(ACLOCAL_M4): $(am__aclocal_m4_deps)
    404413        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    405414$(am__aclocal_m4_deps):
     
    409418        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    410419
    411 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     420stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
    412421        @rm -f stamp-h1
    413422        cd $(top_builddir) && $(SHELL) ./config.status config.h
    414 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     423$(top_srcdir)/src/config.h.in: $(am__configure_deps)
    415424        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    416425        rm -f stamp-h1
     
    757766check-am: all-am
    758767check: check-recursive
    759 all-am: Makefile $(MANS) config.h
     768all-am: Makefile $(MANS) $(DATA) config.h
    760769installdirs: installdirs-recursive
    761770installdirs-am:
     
    770779install-am: all-am
    771780        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    772 
    773 installcheck: installcheck-recursive
    774781install-strip:
    775782        if test -z '$(STRIP)'; then \
     
    885892.PRECIOUS: Makefile
    886893
     894 # order important
     895
     896@LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
     897        @$(eval config_file = $(dir $@)config.data)
     898        @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false)
     899        @$(eval config_data = $(shell cat $(config_file)))
     900        @echo "Configuring libcfa with '$(config_data)''"
     901        @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
     902check:
     903        $(MAKE) -C tests all-tests installed=no debug=${debug}
     904
     905installcheck:
     906        $(MAKE) -C tests all-tests installed=yes debug=${debug}
     907
     908status: @LIBCFA_TARGET_MAKEFILES@
     909        @echo -ne "translator\n\t"
     910        @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
     911        @find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
    887912
    888913# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.