Changeset bf71cfd for libcfa/src
- Timestamp:
- Aug 1, 2018, 6:24:51 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:
- 25a9b5a
- Parents:
- e614d73
- Location:
- libcfa/src
- Files:
-
- 107 moved
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.in
re614d73 rbf71cfd 101 101 # not all platforms support concurrency, add option do disable it 102 102 @BUILD_CONCURRENCY_TRUE@am__append_4 = concurrency/CtxSwitch-@MACHINE_TYPE@.S concurrency/alarm.c concurrency/invoke.c concurrency/preemption.c 103 subdir = src/libcfa103 subdir = libcfa/src 104 104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 105 105 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 468 468 esac; \ 469 469 done; \ 470 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcfa/Makefile'; \470 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libcfa/src/Makefile'; \ 471 471 $(am__cd) $(top_srcdir) && \ 472 $(AUTOMAKE) --foreign src/libcfa/Makefile472 $(AUTOMAKE) --foreign libcfa/src/Makefile 473 473 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 474 474 @case '$?' in \
Note: See TracChangeset
for help on using the changeset viewer.