Changeset b87a5ed for Makefile.in
- Timestamp:
- May 16, 2015, 3:36:19 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- a32b204
- Parents:
- b8508a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rb8508a2 rb87a5ed 38 38 $(top_srcdir)/libcfa/Makefile.in \ 39 39 $(top_srcdir)/translator/Makefile.in \ 40 $(top_srcdir)/translator/examples/Makefile.in AUTHORS COPYING\41 ChangeLog INSTALL NEWSinstall-sh missing mkinstalldirs40 $(top_srcdir)/translator/examples/Makefile.in AUTHORS INSTALL \ 41 TODO install-sh missing mkinstalldirs 42 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 43 am__aclocal_m4_deps = $(top_srcdir)/configure.in … … 225 225 case '$(am__configure_deps)' in \ 226 226 *$$dep*) \ 227 echo ' cd $(srcdir) && $(AUTOMAKE) -- gnu'; \228 $(am__cd) $(srcdir) && $(AUTOMAKE) -- gnu\227 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 228 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 229 229 && exit 0; \ 230 230 exit 1;; \ 231 231 esac; \ 232 232 done; \ 233 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuMakefile'; \233 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 234 234 $(am__cd) $(top_srcdir) && \ 235 $(AUTOMAKE) -- gnuMakefile235 $(AUTOMAKE) --foreign Makefile 236 236 .PRECIOUS: Makefile 237 237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.