Changeset 690166d for Makefile.in


Ignore:
Timestamp:
Jan 11, 2019, 3:21:59 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
def9d4e
Parents:
0689cd9 (diff), 52ffa30 (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

    r0689cd9 r690166d  
    9494subdir = .
    9595ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    96 am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
    97         $(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
    98102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    99103        $(ACLOCAL_M4)
     
    198202        $(top_srcdir)/automake/config.sub \
    199203        $(top_srcdir)/automake/install-sh \
     204        $(top_srcdir)/automake/ltmain.sh \
    200205        $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
    201206        INSTALL README automake/compile automake/config.guess \
    202207        automake/config.sub automake/depcomp automake/install-sh \
    203         automake/missing automake/ylwrap
     208        automake/ltmain.sh automake/missing automake/ylwrap
    204209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    205210distdir = $(PACKAGE)-$(VERSION)
     
    248253AMTAR = @AMTAR@
    249254AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     255AR = @AR@
    250256AUTOCONF = @AUTOCONF@
    251257AUTOHEADER = @AUTOHEADER@
     
    271277CPPFLAGS = @CPPFLAGS@
    272278CXX = @CXX@
     279CXXCPP = @CXXCPP@
    273280CXXDEPMODE = @CXXDEPMODE@
    274281CXXFLAGS = @CXXFLAGS@
     
    276283DEFS = @DEFS@
    277284DEPDIR = @DEPDIR@
     285DLLTOOL = @DLLTOOL@
    278286DRIVER_DIR = @DRIVER_DIR@
     287DSYMUTIL = @DSYMUTIL@
     288DUMPBIN = @DUMPBIN@
    279289ECHO_C = @ECHO_C@
    280290ECHO_N = @ECHO_N@
     
    282292EGREP = @EGREP@
    283293EXEEXT = @EXEEXT@
     294FGREP = @FGREP@
    284295GREP = @GREP@
    285296HOST_FLAGS = @HOST_FLAGS@
     
    289300INSTALL_SCRIPT = @INSTALL_SCRIPT@
    290301INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     302LD = @LD@
    291303LDFLAGS = @LDFLAGS@
    292304LEX = @LEX@
     
    297309LIBOBJS = @LIBOBJS@
    298310LIBS = @LIBS@
     311LIBTOOL = @LIBTOOL@
     312LIPO = @LIPO@
     313LN_S = @LN_S@
    299314LTLIBOBJS = @LTLIBOBJS@
     315LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    300316MAKEINFO = @MAKEINFO@
     317MANIFEST_TOOL = @MANIFEST_TOOL@
    301318MKDIR_P = @MKDIR_P@
     319NM = @NM@
     320NMEDIT = @NMEDIT@
     321OBJDUMP = @OBJDUMP@
    302322OBJEXT = @OBJEXT@
     323OTOOL = @OTOOL@
     324OTOOL64 = @OTOOL64@
    303325PACKAGE = @PACKAGE@
    304326PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    310332PATH_SEPARATOR = @PATH_SEPARATOR@
    311333RANLIB = @RANLIB@
     334SED = @SED@
    312335SET_MAKE = @SET_MAKE@
    313336SHELL = @SHELL@
     
    321344abs_top_builddir = @abs_top_builddir@
    322345abs_top_srcdir = @abs_top_srcdir@
     346ac_ct_AR = @ac_ct_AR@
    323347ac_ct_CC = @ac_ct_CC@
    324348ac_ct_CXX = @ac_ct_CXX@
     349ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    325350am__include = @am__include@
    326351am__leading_dot = @am__leading_dot@
     
    370395top_srcdir = @top_srcdir@
    371396AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     397ACLOCAL_AMFLAGS = -I automake
    372398MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/*
    373399SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
     
    427453distclean-hdr:
    428454        -rm -f config.h stamp-h1
     455
     456mostlyclean-libtool:
     457        -rm -f *.lo
     458
     459clean-libtool:
     460        -rm -rf .libs _libs
     461
     462distclean-libtool:
     463        -rm -f libtool config.lt
    429464install-man1: $(man1_MANS)
    430465        @$(NORMAL_INSTALL)
     
    802837clean: clean-recursive
    803838
    804 clean-am: clean-generic mostlyclean-am
     839clean-am: clean-generic clean-libtool mostlyclean-am
    805840
    806841distclean: distclean-recursive
    807842        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    808843        -rm -f Makefile
    809 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
     844distclean-am: clean-am distclean-generic distclean-hdr \
     845        distclean-libtool distclean-tags
    810846
    811847dvi: dvi-recursive
     
    857893mostlyclean: mostlyclean-recursive
    858894
    859 mostlyclean-am: mostlyclean-generic
     895mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    860896
    861897pdf: pdf-recursive
     
    875911.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    876912        am--refresh check check-am clean clean-cscope clean-generic \
    877         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
    878         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
    879         distcheck distclean distclean-generic distclean-hdr \
    880         distclean-tags distcleancheck distdir distuninstallcheck dvi \
    881         dvi-am html html-am info info-am install install-am \
    882         install-data install-data-am install-dvi install-dvi-am \
    883         install-exec install-exec-am install-html install-html-am \
    884         install-info install-info-am install-man install-man1 \
    885         install-pdf install-pdf-am install-ps install-ps-am \
    886         install-strip installcheck installcheck-am installdirs \
    887         installdirs-am maintainer-clean maintainer-clean-generic \
    888         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
    889         tags-am uninstall uninstall-am uninstall-man uninstall-man1
     913        clean-libtool cscope cscopelist-am ctags ctags-am dist \
     914        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
     915        dist-xz dist-zip distcheck distclean distclean-generic \
     916        distclean-hdr distclean-libtool distclean-tags distcleancheck \
     917        distdir distuninstallcheck dvi dvi-am html html-am info \
     918        info-am install install-am install-data install-data-am \
     919        install-dvi install-dvi-am install-exec install-exec-am \
     920        install-html install-html-am install-info install-info-am \
     921        install-man install-man1 install-pdf install-pdf-am install-ps \
     922        install-ps-am install-strip installcheck installcheck-am \
     923        installdirs installdirs-am maintainer-clean \
     924        maintainer-clean-generic mostlyclean mostlyclean-generic \
     925        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
     926        uninstall-am uninstall-man uninstall-man1
    890927
    891928.PRECIOUS: Makefile
Note: See TracChangeset for help on using the changeset viewer.