Changeset b067d9b for Makefile.in


Ignore:
Timestamp:
Oct 29, 2019, 4:01:24 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
773db65, 9421f3d8
Parents:
7951100 (diff), 8364209 (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' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r7951100 rb067d9b  
    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/libtool.m4 \
     97        $(top_srcdir)/automake/ltoptions.m4 \
     98        $(top_srcdir)/automake/ltsugar.m4 \
     99        $(top_srcdir)/automake/ltversion.m4 \
     100        $(top_srcdir)/automake/lt~obsolete.m4 \
     101        $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac
    96102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    97103        $(ACLOCAL_M4)
     
    162168NROFF = nroff
    163169MANS = $(man1_MANS)
     170DATA = $(noinst_DATA)
    164171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    165172  distclean-recursive maintainer-clean-recursive
     
    170177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    171178        cscope distdir dist dist-all distcheck
    172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    173         $(LISP)config.h.in
     179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    174180# Read a list of newline-separated strings from the standard input,
    175181# and print each of them once, without duplicates.  Input order is
     
    192198CSCOPE = cscope
    193199DIST_SUBDIRS = $(SUBDIRS)
    194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    195         $(top_srcdir)/automake/compile \
     200am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
    196201        $(top_srcdir)/automake/config.guess \
    197202        $(top_srcdir)/automake/config.sub \
    198203        $(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
     204        $(top_srcdir)/automake/ltmain.sh \
     205        $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
     206        INSTALL README automake/compile automake/config.guess \
     207        automake/config.sub automake/depcomp automake/install-sh \
     208        automake/ltmain.sh automake/missing automake/ylwrap
    202209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    203210distdir = $(PACKAGE)-$(VERSION)
     
    243250distcleancheck_listfiles = find . -type f -print
    244251ACLOCAL = @ACLOCAL@
    245 ALLOCA = @ALLOCA@
    246252AMTAR = @AMTAR@
    247253AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     254AR = @AR@
    248255AUTOCONF = @AUTOCONF@
    249256AUTOHEADER = @AUTOHEADER@
    250257AUTOMAKE = @AUTOMAKE@
    251258AWK = @AWK@
    252 BACKEND_CC = @BACKEND_CC@               # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
     259BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
    253260CC = @CC@
    254261CCAS = @CCAS@
     
    256263CCASFLAGS = @CCASFLAGS@
    257264CCDEPMODE = @CCDEPMODE@
     265CFACC = @CFACC@
     266CFACC_INSTALL = @CFACC_INSTALL@
     267CFACPP = @CFACPP@
    258268CFA_BACKEND_CC = @CFA_BACKEND_CC@
    259269CFA_BINDIR = @CFA_BINDIR@
     
    267277CPPFLAGS = @CPPFLAGS@
    268278CXX = @CXX@
     279CXXCPP = @CXXCPP@
    269280CXXDEPMODE = @CXXDEPMODE@
    270281CXXFLAGS = @CXXFLAGS@
    271282CYGPATH_W = @CYGPATH_W@
    272283DEFS = @DEFS@
     284DEMANGLER = @DEMANGLER@
    273285DEPDIR = @DEPDIR@
     286DLLTOOL = @DLLTOOL@
     287DRIVER_DIR = @DRIVER_DIR@
     288DSYMUTIL = @DSYMUTIL@
     289DUMPBIN = @DUMPBIN@
    274290ECHO_C = @ECHO_C@
    275291ECHO_N = @ECHO_N@
     
    277293EGREP = @EGREP@
    278294EXEEXT = @EXEEXT@
     295FGREP = @FGREP@
    279296GREP = @GREP@
     297HAS_DISTCC = @HAS_DISTCC@
     298HOST_FLAGS = @HOST_FLAGS@
    280299INSTALL = @INSTALL@
    281300INSTALL_DATA = @INSTALL_DATA@
     
    283302INSTALL_SCRIPT = @INSTALL_SCRIPT@
    284303INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     304LD = @LD@
    285305LDFLAGS = @LDFLAGS@
    286306LEX = @LEX@
    287307LEXLIB = @LEXLIB@
    288308LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     309LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     310LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
     311LIBDEMANGLE = @LIBDEMANGLE@
    289312LIBOBJS = @LIBOBJS@
    290313LIBS = @LIBS@
     314LIBTOOL = @LIBTOOL@
     315LIPO = @LIPO@
     316LN_S = @LN_S@
    291317LTLIBOBJS = @LTLIBOBJS@
    292 MACHINE_TYPE = @MACHINE_TYPE@
    293 MAINT = @MAINT@
     318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    294319MAKEINFO = @MAKEINFO@
     320MANIFEST_TOOL = @MANIFEST_TOOL@
    295321MKDIR_P = @MKDIR_P@
     322NM = @NM@
     323NMEDIT = @NMEDIT@
     324OBJDUMP = @OBJDUMP@
    296325OBJEXT = @OBJEXT@
     326OTOOL = @OTOOL@
     327OTOOL64 = @OTOOL64@
    297328PACKAGE = @PACKAGE@
    298329PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    304335PATH_SEPARATOR = @PATH_SEPARATOR@
    305336RANLIB = @RANLIB@
     337SED = @SED@
    306338SET_MAKE = @SET_MAKE@
    307339SHELL = @SHELL@
    308340STRIP = @STRIP@
     341TARGET_HOSTS = @TARGET_HOSTS@
    309342VERSION = @VERSION@
    310343YACC = @YACC@
     
    314347abs_top_builddir = @abs_top_builddir@
    315348abs_top_srcdir = @abs_top_srcdir@
     349ac_ct_AR = @ac_ct_AR@
    316350ac_ct_CC = @ac_ct_CC@
    317351ac_ct_CXX = @ac_ct_CXX@
     352ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    318353am__include = @am__include@
    319354am__leading_dot = @am__leading_dot@
     
    362397top_builddir = @top_builddir@
    363398top_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/*
     399AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     400ACLOCAL_AMFLAGS = -I automake
     401MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important
     402SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
     403noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
    368404man1_MANS = doc/man/cfa.1
     405debug = yes
    369406all: config.h
    370407        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     
    373410am--refresh: Makefile
    374411        @:
    375 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
     412$(srcdir)/Makefile.in: $(srcdir)/Makefile.am  $(am__configure_deps)
    376413        @for dep in $?; do \
    377414          case '$(am__configure_deps)' in \
     
    399436        $(SHELL) ./config.status --recheck
    400437
    401 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     438$(top_srcdir)/configure: $(am__configure_deps)
    402439        $(am__cd) $(srcdir) && $(AUTOCONF)
    403 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
     440$(ACLOCAL_M4): $(am__aclocal_m4_deps)
    404441        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    405442$(am__aclocal_m4_deps):
     
    409446        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    410447
    411 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     448stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
    412449        @rm -f stamp-h1
    413450        cd $(top_builddir) && $(SHELL) ./config.status config.h
    414 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     451$(top_srcdir)/src/config.h.in: $(am__configure_deps)
    415452        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    416453        rm -f stamp-h1
     
    419456distclean-hdr:
    420457        -rm -f config.h stamp-h1
     458
     459mostlyclean-libtool:
     460        -rm -f *.lo
     461
     462clean-libtool:
     463        -rm -rf .libs _libs
     464
     465distclean-libtool:
     466        -rm -f libtool config.lt
    421467install-man1: $(man1_MANS)
    422468        @$(NORMAL_INSTALL)
     
    757803check-am: all-am
    758804check: check-recursive
    759 all-am: Makefile $(MANS) config.h
     805all-am: Makefile $(MANS) $(DATA) config.h
    760806installdirs: installdirs-recursive
    761807installdirs-am:
     
    770816install-am: all-am
    771817        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    772 
    773 installcheck: installcheck-recursive
    774818install-strip:
    775819        if test -z '$(STRIP)'; then \
     
    796840clean: clean-recursive
    797841
    798 clean-am: clean-generic mostlyclean-am
     842clean-am: clean-generic clean-libtool mostlyclean-am
    799843
    800844distclean: distclean-recursive
    801845        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    802846        -rm -f Makefile
    803 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
     847distclean-am: clean-am distclean-generic distclean-hdr \
     848        distclean-libtool distclean-tags
    804849
    805850dvi: dvi-recursive
     
    851896mostlyclean: mostlyclean-recursive
    852897
    853 mostlyclean-am: mostlyclean-generic
     898mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    854899
    855900pdf: pdf-recursive
     
    869914.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    870915        am--refresh check check-am clean clean-cscope clean-generic \
    871         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
    872         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
    873         distcheck distclean distclean-generic distclean-hdr \
    874         distclean-tags distcleancheck distdir distuninstallcheck dvi \
    875         dvi-am html html-am info info-am install install-am \
    876         install-data install-data-am install-dvi install-dvi-am \
    877         install-exec install-exec-am install-html install-html-am \
    878         install-info install-info-am install-man install-man1 \
    879         install-pdf install-pdf-am install-ps install-ps-am \
    880         install-strip installcheck installcheck-am installdirs \
    881         installdirs-am maintainer-clean maintainer-clean-generic \
    882         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
    883         tags-am uninstall uninstall-am uninstall-man uninstall-man1
     916        clean-libtool cscope cscopelist-am ctags ctags-am dist \
     917        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
     918        dist-xz dist-zip distcheck distclean distclean-generic \
     919        distclean-hdr distclean-libtool distclean-tags distcleancheck \
     920        distdir distuninstallcheck dvi dvi-am html html-am info \
     921        info-am install install-am install-data install-data-am \
     922        install-dvi install-dvi-am install-exec install-exec-am \
     923        install-html install-html-am install-info install-info-am \
     924        install-man install-man1 install-pdf install-pdf-am install-ps \
     925        install-ps-am install-strip installcheck installcheck-am \
     926        installdirs installdirs-am maintainer-clean \
     927        maintainer-clean-generic mostlyclean mostlyclean-generic \
     928        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
     929        uninstall-am uninstall-man uninstall-man1
    884930
    885931.PRECIOUS: Makefile
    886932
     933
     934@LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
     935        @$(eval config_file = $(dir $@)config.data)
     936        @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false)
     937        @$(eval config_data = $(shell cat $(config_file)))
     938        @echo "Configuring libcfa with '$(config_data)''"
     939        @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
     940check:
     941        $(MAKE) -C tests all-tests installed=no debug=${debug}
     942
     943installcheck:
     944        $(MAKE) -C tests all-tests installed=yes debug=${debug}
     945
     946configure-libcfa: @LIBCFA_TARGET_MAKEFILES@
     947        @true
     948
     949status: @LIBCFA_TARGET_MAKEFILES@
     950        @echo -ne "translator\n\t"
     951        @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
     952        @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"
    887953
    888954# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.