Changeset 6e7e2b36 for src/libcfa
- Timestamp:
- Jun 1, 2015, 8:52:19 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- c3a4385
- Parents:
- d1d17f5
- Location:
- src/libcfa
- Files:
-
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
rd1d17f5 r6e7e2b36 37 37 PRE_UNINSTALL = : 38 38 POST_UNINSTALL = : 39 subdir = libcfa39 subdir = src/libcfa 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 219 219 esac; \ 220 220 done; \ 221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcfa/Makefile'; \221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcfa/Makefile'; \ 222 222 $(am__cd) $(top_srcdir) && \ 223 $(AUTOMAKE) --gnu libcfa/Makefile223 $(AUTOMAKE) --gnu src/libcfa/Makefile 224 224 .PRECIOUS: Makefile 225 225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.