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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident "@(#)rules.top 1.14 98/09/20 "
  2. ###########################################################################
  3. # Written 1996 by J. Schilling
  4. ###########################################################################
  5. #
  6. # Rules that should be included at top of every Makefile
  7. # This is the general purpose C-language version
  8. #
  9. ###########################################################################
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; either version 2, or (at your option)
  13. # any later version.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18. # GNU General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU General Public License
  21. # along with this program; see the file COPYING.  If not, write to
  22. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  23. ###########################################################################
  24. #
  25. # Include global language independent macros
  26. #
  27. ###########################################################################
  28. include $(SRCROOT)/$(RULESDIR)/rules1.top
  29. ###########################################################################
  30. #
  31. # Include platform dependent macros for C-language here.
  32. #
  33. # If a project needs other languages too, additional rules may be defined.
  34. # These additional rules should be placed in a file that uses a hierarchy
  35. # similar to rules.top and mey be called e.g. yacc.top.
  36. #
  37. ###########################################################################
  38. include $(SRCROOT)/$(RULESDIR)/$(XARCH).rul