rules.hlp
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident "@(#)rules.hlp 1.6 99/12/20 "
  2. ###########################################################################
  3. # Written 1996 by J. Schilling
  4. ###########################################################################
  5. #
  6. # Help rules
  7. #
  8. ###########################################################################
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; see the file COPYING.  If not, write to
  21. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  22. ###########################################################################
  23. # Location for targets:
  24. #
  25. # - all : see appropriate rules
  26. # - clean, clobber, distclean, relink, rmtarget : rules.clr
  27. # - install, ibins : rules.ins
  28. # - depend, rmdep : rules.dep
  29. # - config : rules.cnf
  30. # - tags, TAGS : rules.tag
  31. # - .help : rules.hlp
  32. # - tinfo : rules.dir/rules.rdi
  33. #
  34. ###########################################################################
  35. .help:
  36. @echo "Usage: make [target]"
  37. @echo "Available targets are:" $(ALLTARGETS)
  38. @echo " all make the default target"
  39. @echo " clean remove all made objects and the default target"
  40. @echo " clobber remove all from 'clean' and all dependency files"
  41. @echo " distclean remove all from 'clobber' and all made files"
  42. @echo " for all architectures"
  43. @echo " relink remove and relink the default target"
  44. @echo " rmtarget remove the default target"
  45. @echo " install install the default target to final destination"
  46. @echo " ibins install the default target to local dir 'bins'"
  47. @echo " depend remake the dependency files"
  48. @echo " config remake the dynamic configuration files"
  49. @echo " tags make vi/ved compatible tag file"
  50. @echo " TAGS make emacs compatible tag file"
  51. @echo " .help display this help"
  52. @echo " tinfo display target info for slottable target components"