Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
609 B

  1. .\" $RCSfile: muck.man,v $$Revision: 4.1 $$Date: 92/08/07 17:20:23 $
  2. .TH MUCK 1 "10 Jan 1989"
  3. .SH NAME
  4. muck \- make usage checker
  5. .SH SYNOPSIS
  6. .B muck
  7. [options]
  8. .SH DESCRIPTION
  9. .I muck
  10. looks at your current makefile and complains if you've left out any dependencies
  11. between .o and .h files.
  12. It also complains about extraneous dependencies.
  13. .PP
  14. You can use the -f FILENAME option to specify an alternate name for your
  15. makefile.
  16. The -v option is a little more verbose about what muck is mucking around
  17. with at the moment.
  18. .SH SEE ALSO
  19. make(1)
  20. .SH BUGS
  21. Only knows about .h, .c and .o files.