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

Linux/Unix编程

开发平台:

Unix_Linux

  1. # $Id: Makefile,v 1.7.2.1 2002/03/14 01:26:21 kanoj Exp $
  2. # Makefile for the Sun Boot PROM interface library under
  3. # Linux.
  4. #
  5. USE_STANDARD_AS_RULE := true
  6. EXTRA_AFLAGS := -ansi
  7. L_TARGET = promlib.a
  8. obj-y   := bootstr.o devops.o init.o memory.o misc.o 
  9.    tree.o console.o printf.o p1275.o map.o
  10. include $(TOPDIR)/Rules.make
  11. %.o: %.c
  12. $(CC) $(subst -pg,,$(CFLAGS)) -c $<