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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. SRCROOT= ..
  4. RULESDIR= RULES
  5. include $(SRCROOT)/$(RULESDIR)/rules.top
  6. ###########################################################################
  7. #.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
  8. #VPATH= .:stdio:$(ARCHDIR)
  9. INSDIR= lib
  10. TARGETLIB= scg
  11. #CPPOPTS += -Ispecincl
  12. CPPOPTS += -DUSE_PG
  13. include Targets
  14. LIBS=
  15. ###########################################################################
  16. include $(SRCROOT)/$(RULESDIR)/rules.lib
  17. ###########################################################################
  18. #CC= echo " ==> COMPILING "$@""; cc
  19. ###########################################################################