Changeset ea57077 for src/examples
- Timestamp:
- Jul 27, 2018, 1:35:35 PM (8 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, stuck-waitfor-destruct
- Children:
- 8f50da0, c2ea058
- Parents:
- 303c61d (diff), a92bd63 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/examples/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/Makefile.in
r303c61d rea57077 231 231 LTLIBOBJS = @LTLIBOBJS@ 232 232 MACHINE_TYPE = @MACHINE_TYPE@ 233 MAINT = @MAINT@234 233 MAKEINFO = @MAKEINFO@ 235 234 MKDIR_P = @MKDIR_P@ … … 310 309 .SUFFIXES: 311 310 .SUFFIXES: .c .o .obj 312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)311 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 313 312 @for dep in $?; do \ 314 313 case '$(am__configure_deps)' in \ … … 334 333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335 334 336 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)335 $(top_srcdir)/configure: $(am__configure_deps) 337 336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 338 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)337 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 339 338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 340 339 $(am__aclocal_m4_deps):
Note:
See TracChangeset
for help on using the changeset viewer.