Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # ia64/platform/dig/Makefile
  3. #
  4. # Copyright (C) 1999 Silicon Graphics, Inc.
  5. # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
  6. #
  7. .S.s:
  8. $(CPP) $(AFLAGS) -o $*.s $<
  9. .S.o:
  10. $(CC) $(AFLAGS) -c -o $*.o $<
  11. all: dig.a
  12. O_TARGET := dig.a
  13. obj-y := setup.o
  14. obj-$(CONFIG_IA64_GENERIC) += machvec.o
  15. clean::
  16. include $(TOPDIR)/Rules.make