Changeset 2225 for trunk/freewrt/tools/gmake
- Timestamp:
- 03/21/07 23:01:31 (5 years ago)
- Files:
-
- trunk/freewrt/tools/gmake/Makefile.in (modified) (6 diffs)
- trunk/freewrt/tools/gmake/configure (modified) (2 diffs)
- trunk/freewrt/tools/gmake/glob/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/gmake/Makefile.in
r2223 r2225 133 133 ETAGS = etags 134 134 CTAGS = ctags 135 DIST_SUBDIRS = glob config po doc w32135 DIST_SUBDIRS = glob #config po doc w32 136 136 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 137 137 distdir = $(PACKAGE)-$(VERSION) … … 262 262 @WINDOWSENV_TRUE@W32INC = -I $(top_srcdir)/w32/include 263 263 @WINDOWSENV_TRUE@W32LIB = -Lw32 -lw32 264 SUBDIRS = glob config po doc $(MAYBE_W32)264 SUBDIRS = glob #config po doc $(MAYBE_W32) 265 265 @USE_CUSTOMS_FALSE@remote = remote-stub.c 266 266 @USE_CUSTOMS_TRUE@remote = remote-cstms.c … … 276 276 make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \ 277 277 $(am__append_1) 278 man_MANS = make.1278 man_MANS = #make.1 279 279 AM_CPPFLAGS = $(GLOBINC) $(am__append_2) 280 280 … … 330 330 am--refresh: 331 331 @: 332 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)333 @for dep in $?; do \334 case '$(am__configure_deps)' in \335 *$$dep*) \336 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \337 cd $(srcdir) && $(AUTOMAKE) --gnu \338 && exit 0; \339 exit 1;; \340 esac; \341 done; \342 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \343 cd $(top_srcdir) && \344 $(AUTOMAKE) --gnu Makefile345 332 .PRECIOUS: Makefile 346 333 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 357 344 $(SHELL) ./config.status --recheck 358 345 359 $(top_srcdir)/configure: $(am__configure_deps)360 cd $(srcdir) && $(AUTOCONF)361 $(ACLOCAL_M4): $(am__aclocal_m4_deps)362 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)363 364 346 config.h: stamp-h1 365 347 @if test ! -f $@; then \ … … 371 353 @rm -f stamp-h1 372 354 cd $(top_builddir) && $(SHELL) ./config.status config.h 373 $(srcdir)/config.h.in: $(am__configure_deps)374 cd $(top_srcdir) && $(AUTOHEADER)375 rm -f stamp-h1376 touch $@377 355 378 356 distclean-hdr: trunk/freewrt/tools/gmake/configure
r2223 r2225 13787 13787 13788 13788 # Specify what files are to be created. 13789 ac_config_files="$ac_config_files Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile"13789 ac_config_files="$ac_config_files Makefile glob/Makefile" 13790 13790 13791 13791 … … 14378 14378 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 14379 14379 "glob/Makefile" ) CONFIG_FILES="$CONFIG_FILES glob/Makefile" ;; 14380 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;14381 "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;14382 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;14383 "w32/Makefile" ) CONFIG_FILES="$CONFIG_FILES w32/Makefile" ;;14384 14380 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 14385 14381 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; trunk/freewrt/tools/gmake/glob/Makefile.in
r2223 r2225 210 210 .SUFFIXES: 211 211 .SUFFIXES: .c .o .obj 212 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)213 @for dep in $?; do \214 case '$(am__configure_deps)' in \215 *$$dep*) \216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \217 && exit 0; \218 exit 1;; \219 esac; \220 done; \221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \222 cd $(top_srcdir) && \223 $(AUTOMAKE) --foreign glob/Makefile224 212 .PRECIOUS: Makefile 225 213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 233 221 234 222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh236 237 $(top_srcdir)/configure: $(am__configure_deps)238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh239 $(ACLOCAL_M4): $(am__aclocal_m4_deps)240 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 241 224


