Clustering.bpg
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
源码类别:

生物技术

开发平台:

C++ Builder

  1. #------------------------------------------------------------------------------
  2. VERSION = BWS.01
  3. #------------------------------------------------------------------------------
  4. !ifndef ROOT
  5. ROOT = $(MAKEDIR)..
  6. !endif
  7. #------------------------------------------------------------------------------
  8. MAKE = $(ROOT)binmake.exe -$(MAKEFLAGS) -f$**
  9. DCC = $(ROOT)bindcc32.exe $**
  10. BRCC = $(ROOT)binbrcc32.exe $**
  11. #------------------------------------------------------------------------------
  12. PROJECTS = Cluster.exe TreeView.exe
  13. #------------------------------------------------------------------------------
  14. default: $(PROJECTS)
  15. #------------------------------------------------------------------------------
  16. Cluster.exe: Cluster.bpr
  17.   $(MAKE)
  18. TreeView.exe: TreeView.bpr
  19.   $(MAKE)