/contrib/cvs/Makefile.am

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 58 lines · 30 code · 9 blank · 19 comment · 2 complexity · 316917d14b5c324b9df4290d99e359bd MD5 · raw file

  1. ## Process this file with automake to produce Makefile.in
  2. # Master Makefile for the GNU Concurrent Versions System.
  3. # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
  4. # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  5. # Free Software Foundation, Inc.
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. ## Subdirectories to run make in for the primary targets.
  15. # Unix source subdirs, where we'll want to run lint and etags:
  16. # This is a legacy variable from b4 Automake
  17. USOURCE_SUBDIRS = lib zlib diff src
  18. # All other subdirs:
  19. SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
  20. windows-NT os2 emx vms
  21. EXTRA_DIST = \
  22. .cvsignore \
  23. BUGS \
  24. ChangeLog.zoo \
  25. DEVEL-CVS \
  26. FAQ \
  27. HACKING \
  28. MINOR-BUGS \
  29. PROJECTS \
  30. README.VMS \
  31. TESTS \
  32. build.com \
  33. cvs-format.el \
  34. cvsnt.dep \
  35. cvsnt.dsp \
  36. cvsnt.dsw \
  37. cvsnt.mak \
  38. cvs.spec \
  39. mktemp.sh
  40. ## MAINTAINER Targets
  41. .PHONY: localcheck remotecheck
  42. localcheck remotecheck: all
  43. cd src && $(MAKE) $(AM_MAKEFLAGS) "$@"
  44. .PHONY: doc
  45. doc:
  46. cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@"
  47. # for backwards compatibility with the old makefiles
  48. .PHONY: realclean
  49. realclean: maintainer-clean