Ignore:
Timestamp:
Aug 3, 2018, 1:57:12 PM (6 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:
ba9baad
Parents:
c59712e
Message:

configure flags are now propagated properly to libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    rc59712e rff1e0f38  
    8989PRE_UNINSTALL = :
    9090POST_UNINSTALL = :
     91build_triplet = @build@
     92host_triplet = @host@
    9193subdir = .
    9294ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    159161am__DIST_COMMON = $(srcdir)/Makefile.in \
    160162        $(top_srcdir)/./automake/compile \
     163        $(top_srcdir)/./automake/config.guess \
     164        $(top_srcdir)/./automake/config.sub \
    161165        $(top_srcdir)/./automake/install-sh \
    162166        $(top_srcdir)/./automake/missing ./automake/compile \
     167        ./automake/config.guess ./automake/config.sub \
    163168        ./automake/depcomp ./automake/install-sh ./automake/missing
    164169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     
    216221CCASFLAGS = @CCASFLAGS@
    217222CCDEPMODE = @CCDEPMODE@
     223CFACC = @CFACC@
     224CFACPP = @CFACPP@
     225CFA_BINDIR = @CFA_BINDIR@
     226CFA_INCDIR = @CFA_INCDIR@
     227CFA_LIBDIR = @CFA_LIBDIR@
     228CFA_PREFIX = @CFA_PREFIX@
    218229CFLAGS = @CFLAGS@
     230CONFIGURATION = @CONFIGURATION@
    219231CPPFLAGS = @CPPFLAGS@
    220232CXX = @CXX@
     
    224236DEFS = @DEFS@
    225237DEPDIR = @DEPDIR@
     238DRIVER_DIR = @DRIVER_DIR@
    226239ECHO_C = @ECHO_C@
    227240ECHO_N = @ECHO_N@
     
    265278am__untar = @am__untar@
    266279bindir = @bindir@
     280build = @build@
    267281build_alias = @build_alias@
     282build_cpu = @build_cpu@
     283build_os = @build_os@
     284build_vendor = @build_vendor@
    268285builddir = @builddir@
    269286datadir = @datadir@
     
    272289dvidir = @dvidir@
    273290exec_prefix = @exec_prefix@
     291host = @host@
    274292host_alias = @host_alias@
     293host_cpu = @host_cpu@
     294host_os = @host_os@
     295host_vendor = @host_vendor@
    275296htmldir = @htmldir@
    276297includedir = @includedir@
Note: See TracChangeset for help on using the changeset viewer.