Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # ia64/platform/sn/sn1/Makefile
  3. #
  4. # Copyright (C) 1999,2001-2002 Silicon Graphics, Inc. All rights reserved.
  5. #
  6. # This program is free software; you can redistribute it and/or modify it 
  7. # under the terms of version 2 of the GNU General Public License 
  8. # as published by the Free Software Foundation.
  9. # This program is distributed in the hope that it would be useful, but 
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of 
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  12. # Further, this software is distributed without any warranty that it is 
  13. # free of the rightful claim of any third person regarding infringement 
  14. # or the like.  Any license provided herein, whether implied or 
  15. # otherwise, applies only to this software file.  Patent licenses, if 
  16. # any, provided herein do not apply to combinations of this program with 
  17. # other software, or any other product whatsoever.
  18. # You should have received a copy of the GNU General Public 
  19. # License along with this program; if not, write the Free Software 
  20. # Foundation, Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
  21. # Contact information:  Silicon Graphics, Inc., 1600 Amphitheatre Pkwy, 
  22. # Mountain View, CA  94043, or:
  23. # http://www.sgi.com 
  24. # For further information regarding this notice, see: 
  25. # http://oss.sgi.com/projects/GenInfo/NoticeExplan
  26. #
  27. EXTRA_CFLAGS    := -DLITTLE_ENDIAN
  28. .S.s:
  29. $(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -o $*.s $<
  30. .S.o:
  31. $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
  32. all: sn1.a
  33. O_TARGET        = sn1.a
  34. obj-y          = cache.o error.o iomv.o synergy.o sn1_smp.o
  35. clean::
  36. include $(TOPDIR)/Rules.make