Changeset 37fe352 for libcfa/Makefile.in


Ignore:
Timestamp:
Aug 5, 2018, 4:11:41 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
28582b2
Parents:
4dcaed2
Message:

Added proper multi-lib handling, tests still do not work and arm support is broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    r4dcaed2 r37fe352  
    8989PRE_UNINSTALL = :
    9090POST_UNINSTALL = :
    91 build_triplet = @build@
    92 host_triplet = @host@
    9391subdir = .
    9492ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     93am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \
     94        $(top_srcdir)/configure.ac
    9695am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    9796        $(ACLOCAL_M4)
     
    161160am__DIST_COMMON = $(srcdir)/Makefile.in \
    162161        $(top_srcdir)/./automake/compile \
    163         $(top_srcdir)/./automake/config.guess \
    164         $(top_srcdir)/./automake/config.sub \
    165162        $(top_srcdir)/./automake/install-sh \
    166163        $(top_srcdir)/./automake/missing ./automake/compile \
     
    212209AMTAR = @AMTAR@
    213210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
     211ARCHITECTURE = @ARCHITECTURE@
     212ARCH_FLAGS = @ARCH_FLAGS@
    214213AUTOCONF = @AUTOCONF@
    215214AUTOHEADER = @AUTOHEADER@
     
    226225CFA_INCDIR = @CFA_INCDIR@
    227226CFA_LIBDIR = @CFA_LIBDIR@
     227CFA_NAME = @CFA_NAME@
    228228CFA_PREFIX = @CFA_PREFIX@
    229229CFLAGS = @CFLAGS@
     
    278278am__untar = @am__untar@
    279279bindir = @bindir@
    280 build = @build@
    281280build_alias = @build_alias@
    282 build_cpu = @build_cpu@
    283 build_os = @build_os@
    284 build_vendor = @build_vendor@
    285281builddir = @builddir@
    286282datadir = @datadir@
     
    289285dvidir = @dvidir@
    290286exec_prefix = @exec_prefix@
    291 host = @host@
    292287host_alias = @host_alias@
    293 host_cpu = @host_cpu@
    294 host_os = @host_os@
    295 host_vendor = @host_vendor@
    296288htmldir = @htmldir@
    297289includedir = @includedir@
Note: See TracChangeset for help on using the changeset viewer.