Changeset 37fe352 for libcfa/Makefile.in
- Timestamp:
- Aug 5, 2018, 4:11:41 PM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
r4dcaed2 r37fe352 89 89 PRE_UNINSTALL = : 90 90 POST_UNINSTALL = : 91 build_triplet = @build@92 host_triplet = @host@93 91 subdir = . 94 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 93 am__aclocal_m4_deps = $(top_srcdir)/../automake/cfa.m4 \ 94 $(top_srcdir)/configure.ac 96 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 96 $(ACLOCAL_M4) … … 161 160 am__DIST_COMMON = $(srcdir)/Makefile.in \ 162 161 $(top_srcdir)/./automake/compile \ 163 $(top_srcdir)/./automake/config.guess \164 $(top_srcdir)/./automake/config.sub \165 162 $(top_srcdir)/./automake/install-sh \ 166 163 $(top_srcdir)/./automake/missing ./automake/compile \ … … 212 209 AMTAR = @AMTAR@ 213 210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 211 ARCHITECTURE = @ARCHITECTURE@ 212 ARCH_FLAGS = @ARCH_FLAGS@ 214 213 AUTOCONF = @AUTOCONF@ 215 214 AUTOHEADER = @AUTOHEADER@ … … 226 225 CFA_INCDIR = @CFA_INCDIR@ 227 226 CFA_LIBDIR = @CFA_LIBDIR@ 227 CFA_NAME = @CFA_NAME@ 228 228 CFA_PREFIX = @CFA_PREFIX@ 229 229 CFLAGS = @CFLAGS@ … … 278 278 am__untar = @am__untar@ 279 279 bindir = @bindir@ 280 build = @build@281 280 build_alias = @build_alias@ 282 build_cpu = @build_cpu@283 build_os = @build_os@284 build_vendor = @build_vendor@285 281 builddir = @builddir@ 286 282 datadir = @datadir@ … … 289 285 dvidir = @dvidir@ 290 286 exec_prefix = @exec_prefix@ 291 host = @host@292 287 host_alias = @host_alias@ 293 host_cpu = @host_cpu@294 host_os = @host_os@295 host_vendor = @host_vendor@296 288 htmldir = @htmldir@ 297 289 includedir = @includedir@
Note: See TracChangeset
for help on using the changeset viewer.