comparison Makefile.in @ 1138:b7118ffd32ae

Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall
author Adam Chlipala <adamc@hcoop.net>
date Sat, 30 Jan 2010 11:21:26 -0500
parents 32710de7227b
children f6cb1cb2d7a8
comparison
equal deleted inserted replaced
1137:a8921f5ef6bd 1138:b7118ffd32ae
1 # Makefile.in generated by automake 1.11 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc. 6 # Inc.
275 # To change the values of `make' variables: instead of editing Makefiles, 275 # To change the values of `make' variables: instead of editing Makefiles,
276 # (1) if the variable is set in `config.status', edit `config.status' 276 # (1) if the variable is set in `config.status', edit `config.status'
277 # (which will cause the Makefiles to be regenerated when you run `make'); 277 # (which will cause the Makefiles to be regenerated when you run `make');
278 # (2) otherwise, pass the desired values on the `make' command line. 278 # (2) otherwise, pass the desired values on the `make' command line.
279 $(RECURSIVE_TARGETS): 279 $(RECURSIVE_TARGETS):
280 @failcom='exit 1'; \ 280 @fail= failcom='exit 1'; \
281 for f in x $$MAKEFLAGS; do \ 281 for f in x $$MAKEFLAGS; do \
282 case $$f in \ 282 case $$f in \
283 *=* | --[!k]*);; \ 283 *=* | --[!k]*);; \
284 *k*) failcom='fail=yes';; \ 284 *k*) failcom='fail=yes';; \
285 esac; \ 285 esac; \
300 if test "$$dot_seen" = "no"; then \ 300 if test "$$dot_seen" = "no"; then \
301 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 301 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
302 fi; test -z "$$fail" 302 fi; test -z "$$fail"
303 303
304 $(RECURSIVE_CLEAN_TARGETS): 304 $(RECURSIVE_CLEAN_TARGETS):
305 @failcom='exit 1'; \ 305 @fail= failcom='exit 1'; \
306 for f in x $$MAKEFLAGS; do \ 306 for f in x $$MAKEFLAGS; do \
307 case $$f in \ 307 case $$f in \
308 *=* | --[!k]*);; \ 308 *=* | --[!k]*);; \
309 *k*) failcom='fail=yes';; \ 309 *k*) failcom='fail=yes';; \
310 esac; \ 310 esac; \
464 distdir) \ 464 distdir) \
465 || exit 1; \ 465 || exit 1; \
466 fi; \ 466 fi; \
467 done 467 done
468 -test -n "$(am__skip_mode_fix)" \ 468 -test -n "$(am__skip_mode_fix)" \
469 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 469 || find "$(distdir)" -type d ! -perm -755 \
470 -exec chmod u+rwx,go+rx {} \; -o \
470 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 471 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
471 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 472 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
472 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 473 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
473 || chmod -R a+r "$(distdir)" 474 || chmod -R a+r "$(distdir)"
474 dist-gzip: distdir 475 dist-gzip: distdir
508 # it guarantees that the distribution is self-contained by making another 509 # it guarantees that the distribution is self-contained by making another
509 # tarfile. 510 # tarfile.
510 distcheck: dist 511 distcheck: dist
511 case '$(DIST_ARCHIVES)' in \ 512 case '$(DIST_ARCHIVES)' in \
512 *.tar.gz*) \ 513 *.tar.gz*) \
513 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 514 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
514 *.tar.bz2*) \ 515 *.tar.bz2*) \
515 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 516 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
516 *.tar.lzma*) \ 517 *.tar.lzma*) \
517 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 518 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
518 *.tar.xz*) \ 519 *.tar.xz*) \
519 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 520 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
520 *.tar.Z*) \ 521 *.tar.Z*) \
521 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 522 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
522 *.shar.gz*) \ 523 *.shar.gz*) \
523 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 524 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
524 *.zip*) \ 525 *.zip*) \
525 unzip $(distdir).zip ;;\ 526 unzip $(distdir).zip ;;\
526 esac 527 esac
527 chmod -R a-w $(distdir); chmod a+w $(distdir) 528 chmod -R a-w $(distdir); chmod a+w $(distdir)
528 mkdir $(distdir)/_build 529 mkdir $(distdir)/_build