Changeset 6aa5ec0f for Makefile.in
- Timestamp:
- May 27, 2015, 3:05:16 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:
- 6244dfb, be5aa1b
- Parents:
- 8a0a7309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r8a0a7309 r6aa5ec0f 146 146 LIBS = @LIBS@ 147 147 LTLIBOBJS = @LTLIBOBJS@ 148 MAINT = @MAINT@ 148 149 MAKEINFO = @MAKEINFO@ 149 150 MKDIR_P = @MKDIR_P@ … … 215 216 am--refresh: Makefile 216 217 @: 217 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)218 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 218 219 @for dep in $?; do \ 219 220 case '$(am__configure_deps)' in \ … … 242 243 $(SHELL) ./config.status --recheck 243 244 244 $(top_srcdir)/configure: $(am__configure_deps)245 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 245 246 $(am__cd) $(srcdir) && $(AUTOCONF) 246 $(ACLOCAL_M4): $(am__aclocal_m4_deps)247 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 247 248 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 248 249 $(am__aclocal_m4_deps): … … 255 256 @rm -f stamp-h1 256 257 cd $(top_builddir) && $(SHELL) ./config.status config.h 257 $(srcdir)/config.h.in: $(am__configure_deps)258 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 258 259 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 259 260 rm -f stamp-h1
Note: See TracChangeset
for help on using the changeset viewer.