Changeset cde3891 for libcfa/Makefile.in


Ignore:
Timestamp:
Jan 23, 2019, 4:52:16 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
a200795
Parents:
9b086ca (diff), 1d832f4 (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
  • libcfa/Makefile.in

    r9b086ca rcde3891  
    8989PRE_UNINSTALL = :
    9090POST_UNINSTALL = :
     91build_triplet = @build@
     92host_triplet = @host@
    9193subdir = .
    9294ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    93 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \
    94         $(top_srcdir)/configure.ac
     95am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
     96        $(top_srcdir)/automake/ltoptions.m4 \
     97        $(top_srcdir)/automake/ltsugar.m4 \
     98        $(top_srcdir)/automake/ltversion.m4 \
     99        $(top_srcdir)/automake/lt~obsolete.m4 \
     100        $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac
    95101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    96102        $(ACLOCAL_M4)
     
    158164CSCOPE = cscope
    159165DIST_SUBDIRS = $(SUBDIRS)
    160 am__DIST_COMMON = $(srcdir)/Makefile.in \
    161         $(top_srcdir)/./automake/compile \
    162         $(top_srcdir)/./automake/install-sh \
    163         $(top_srcdir)/./automake/missing ./automake/compile \
    164         ./automake/config.guess ./automake/config.sub \
    165         ./automake/depcomp ./automake/install-sh ./automake/missing
     166am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
     167        $(top_srcdir)/automake/config.guess \
     168        $(top_srcdir)/automake/config.sub \
     169        $(top_srcdir)/automake/install-sh \
     170        $(top_srcdir)/automake/ltmain.sh \
     171        $(top_srcdir)/automake/missing automake/compile \
     172        automake/config.guess automake/config.sub automake/depcomp \
     173        automake/install-sh automake/ltmain.sh automake/missing
    166174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    167175distdir = $(PACKAGE)-$(VERSION)
     
    209217AMTAR = @AMTAR@
    210218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     219AR = @AR@
    211220ARCHITECTURE = @ARCHITECTURE@
    212221ARCH_FLAGS = @ARCH_FLAGS@
     
    227236CFA_NAME = @CFA_NAME@
    228237CFA_PREFIX = @CFA_PREFIX@
     238CFA_VERSION = @CFA_VERSION@
    229239CFLAGS = @CFLAGS@
    230240CONFIGURATION = @CONFIGURATION@
     241CONFIG_BUILDLIB = @CONFIG_BUILDLIB@
    231242CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
    232243CONFIG_CFLAGS = @CONFIG_CFLAGS@
     244CPP = @CPP@
    233245CPPFLAGS = @CPPFLAGS@
    234246CXX = @CXX@
     247CXXCPP = @CXXCPP@
    235248CXXDEPMODE = @CXXDEPMODE@
    236249CXXFLAGS = @CXXFLAGS@
     
    238251DEFS = @DEFS@
    239252DEPDIR = @DEPDIR@
     253DLLTOOL = @DLLTOOL@
    240254DRIVER_DIR = @DRIVER_DIR@
     255DSYMUTIL = @DSYMUTIL@
     256DUMPBIN = @DUMPBIN@
    241257ECHO_C = @ECHO_C@
    242258ECHO_N = @ECHO_N@
    243259ECHO_T = @ECHO_T@
     260EGREP = @EGREP@
    244261EXEEXT = @EXEEXT@
     262FGREP = @FGREP@
     263GREP = @GREP@
    245264INSTALL = @INSTALL@
    246265INSTALL_DATA = @INSTALL_DATA@
     
    248267INSTALL_SCRIPT = @INSTALL_SCRIPT@
    249268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
     269LD = @LD@
    250270LDFLAGS = @LDFLAGS@
    251271LIBOBJS = @LIBOBJS@
    252272LIBS = @LIBS@
     273LIBTOOL = @LIBTOOL@
     274LIPO = @LIPO@
     275LN_S = @LN_S@
    253276LTLIBOBJS = @LTLIBOBJS@
     277LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    254278MAKEINFO = @MAKEINFO@
     279MANIFEST_TOOL = @MANIFEST_TOOL@
    255280MKDIR_P = @MKDIR_P@
     281NM = @NM@
     282NMEDIT = @NMEDIT@
     283OBJDUMP = @OBJDUMP@
    256284OBJEXT = @OBJEXT@
     285OTOOL = @OTOOL@
     286OTOOL64 = @OTOOL64@
    257287PACKAGE = @PACKAGE@
    258288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
     
    264294PATH_SEPARATOR = @PATH_SEPARATOR@
    265295RANLIB = @RANLIB@
     296SED = @SED@
    266297SET_MAKE = @SET_MAKE@
    267298SHELL = @SHELL@
     
    272303abs_top_builddir = @abs_top_builddir@
    273304abs_top_srcdir = @abs_top_srcdir@
     305ac_ct_AR = @ac_ct_AR@
    274306ac_ct_CC = @ac_ct_CC@
    275307ac_ct_CXX = @ac_ct_CXX@
     308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    276309am__include = @am__include@
    277310am__leading_dot = @am__leading_dot@
     
    280313am__untar = @am__untar@
    281314bindir = @bindir@
     315build = @build@
    282316build_alias = @build_alias@
     317build_cpu = @build_cpu@
     318build_os = @build_os@
     319build_vendor = @build_vendor@
    283320builddir = @builddir@
    284321datadir = @datadir@
     
    287324dvidir = @dvidir@
    288325exec_prefix = @exec_prefix@
     326host = @host@
    289327host_alias = @host_alias@
     328host_cpu = @host_cpu@
     329host_os = @host_os@
     330host_vendor = @host_vendor@
    290331htmldir = @htmldir@
    291332includedir = @includedir@
     
    313354top_srcdir = @top_srcdir@
    314355AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
     356ACLOCAL_AMFLAGS = -I automake
    315357SUBDIRS = prelude src      # order important
    316358all: all-recursive
     
    350392        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    351393$(am__aclocal_m4_deps):
     394
     395mostlyclean-libtool:
     396        -rm -f *.lo
     397
     398clean-libtool:
     399        -rm -rf .libs _libs
     400
     401distclean-libtool:
     402        -rm -f libtool config.lt
    352403
    353404# This directory's subdirectories are mostly independent; you can cd
     
    682733clean: clean-recursive
    683734
    684 clean-am: clean-generic mostlyclean-am
     735clean-am: clean-generic clean-libtool mostlyclean-am
    685736
    686737distclean: distclean-recursive
    687738        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    688739        -rm -f Makefile
    689 distclean-am: clean-am distclean-generic distclean-tags
     740distclean-am: clean-am distclean-generic distclean-libtool \
     741        distclean-tags
    690742
    691743dvi: dvi-recursive
     
    737789mostlyclean: mostlyclean-recursive
    738790
    739 mostlyclean-am: mostlyclean-generic
     791mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    740792
    741793pdf: pdf-recursive
     
    753805.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    754806        am--refresh check check-am clean clean-cscope clean-generic \
    755         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
    756         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
    757         distcheck distclean distclean-generic distclean-tags \
    758         distcleancheck distdir distuninstallcheck dvi dvi-am html \
    759         html-am info info-am install install-am install-data \
    760         install-data-am install-dvi install-dvi-am install-exec \
    761         install-exec-am install-html install-html-am install-info \
    762         install-info-am install-man install-pdf install-pdf-am \
    763         install-ps install-ps-am install-strip installcheck \
    764         installcheck-am installdirs installdirs-am maintainer-clean \
    765         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
    766         pdf-am ps ps-am tags tags-am uninstall uninstall-am
     807        clean-libtool cscope cscopelist-am ctags ctags-am dist \
     808        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
     809        dist-xz dist-zip distcheck distclean distclean-generic \
     810        distclean-libtool distclean-tags distcleancheck distdir \
     811        distuninstallcheck dvi dvi-am html html-am info info-am \
     812        install install-am install-data install-data-am install-dvi \
     813        install-dvi-am install-exec install-exec-am install-html \
     814        install-html-am install-info install-info-am install-man \
     815        install-pdf install-pdf-am install-ps install-ps-am \
     816        install-strip installcheck installcheck-am installdirs \
     817        installdirs-am maintainer-clean maintainer-clean-generic \
     818        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
     819        ps ps-am tags tags-am uninstall uninstall-am
    767820
    768821.PRECIOUS: Makefile
Note: See TracChangeset for help on using the changeset viewer.