Changeset ff1e0f38 for libcfa/Makefile.in
- Timestamp:
- Aug 3, 2018, 1:57:12 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:
- ba9baad
- Parents:
- c59712e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/Makefile.in
rc59712e rff1e0f38 89 89 PRE_UNINSTALL = : 90 90 POST_UNINSTALL = : 91 build_triplet = @build@ 92 host_triplet = @host@ 91 93 subdir = . 92 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 159 161 am__DIST_COMMON = $(srcdir)/Makefile.in \ 160 162 $(top_srcdir)/./automake/compile \ 163 $(top_srcdir)/./automake/config.guess \ 164 $(top_srcdir)/./automake/config.sub \ 161 165 $(top_srcdir)/./automake/install-sh \ 162 166 $(top_srcdir)/./automake/missing ./automake/compile \ 167 ./automake/config.guess ./automake/config.sub \ 163 168 ./automake/depcomp ./automake/install-sh ./automake/missing 164 169 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) … … 216 221 CCASFLAGS = @CCASFLAGS@ 217 222 CCDEPMODE = @CCDEPMODE@ 223 CFACC = @CFACC@ 224 CFACPP = @CFACPP@ 225 CFA_BINDIR = @CFA_BINDIR@ 226 CFA_INCDIR = @CFA_INCDIR@ 227 CFA_LIBDIR = @CFA_LIBDIR@ 228 CFA_PREFIX = @CFA_PREFIX@ 218 229 CFLAGS = @CFLAGS@ 230 CONFIGURATION = @CONFIGURATION@ 219 231 CPPFLAGS = @CPPFLAGS@ 220 232 CXX = @CXX@ … … 224 236 DEFS = @DEFS@ 225 237 DEPDIR = @DEPDIR@ 238 DRIVER_DIR = @DRIVER_DIR@ 226 239 ECHO_C = @ECHO_C@ 227 240 ECHO_N = @ECHO_N@ … … 265 278 am__untar = @am__untar@ 266 279 bindir = @bindir@ 280 build = @build@ 267 281 build_alias = @build_alias@ 282 build_cpu = @build_cpu@ 283 build_os = @build_os@ 284 build_vendor = @build_vendor@ 268 285 builddir = @builddir@ 269 286 datadir = @datadir@ … … 272 289 dvidir = @dvidir@ 273 290 exec_prefix = @exec_prefix@ 291 host = @host@ 274 292 host_alias = @host_alias@ 293 host_cpu = @host_cpu@ 294 host_os = @host_os@ 295 host_vendor = @host_vendor@ 275 296 htmldir = @htmldir@ 276 297 includedir = @includedir@
Note: See TracChangeset
for help on using the changeset viewer.