Changeset 857638d for Makefile.in
- Timestamp:
- Jul 25, 2018, 3:14:34 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- b8f6002
- Parents:
- e68b3a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
re68b3a8 r857638d 290 290 LTLIBOBJS = @LTLIBOBJS@ 291 291 MACHINE_TYPE = @MACHINE_TYPE@ 292 MAINT = @MAINT@293 292 MAKEINFO = @MAKEINFO@ 294 293 MKDIR_P = @MKDIR_P@ … … 372 371 am--refresh: Makefile 373 372 @: 374 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)373 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 375 374 @for dep in $?; do \ 376 375 case '$(am__configure_deps)' in \ … … 398 397 $(SHELL) ./config.status --recheck 399 398 400 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)399 $(top_srcdir)/configure: $(am__configure_deps) 401 400 $(am__cd) $(srcdir) && $(AUTOCONF) 402 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)401 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 403 402 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 404 403 $(am__aclocal_m4_deps): … … 411 410 @rm -f stamp-h1 412 411 cd $(top_builddir) && $(SHELL) ./config.status config.h 413 $(top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@$(am__configure_deps)412 $(top_srcdir)/src/config.h.in: $(am__configure_deps) 414 413 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 415 414 rm -f stamp-h1
Note: See TracChangeset
for help on using the changeset viewer.