Makefile.demo_taxplot3d.app
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. #  ===========================================================================
  2. #  PRODUCTION $Log: Makefile.demo_taxplot3d.app,v $
  3. #  PRODUCTION Revision 1000.0  2004/06/01 21:31:49  gouriano
  4. #  PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.1
  5. #  PRODUCTION
  6. #  ===========================================================================
  7. # $Id: Makefile.demo_taxplot3d.app,v 1000.0 2004/06/01 21:31:49 gouriano Exp $
  8. APP = demo_taxplot3d
  9. SRC = demo_taxplot3d demo_taxplot3d_ui shi_loader
  10. LIB =  w_taxplot3d w_gl w_fltk gui_graph gui_opengl gui_print gui_utils ximage 
  11.        xalnmgr submit tables $(OBJMGR_LIBS)
  12. LIBS = $(IMAGE_LIBS) $(FLTK_LIBS_ALL) $(CMPRS_LIBS) 
  13.        $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)
  14. CPPFLAGS = $(FLTK_INCLUDE) $(ORIG_CPPFLAGS)
  15. REQUIRES = objects dbapi OpenGL
  16. POST_LINK = $(FLTK_POST_LINK)