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

生物技术

开发平台:

C/C++

  1. #  ===========================================================================
  2. #  PRODUCTION $Log: Makefile.cn3d.app,v $
  3. #  PRODUCTION Revision 1000.2  2004/06/01 18:27:30  gouriano
  4. #  PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.59
  5. #  PRODUCTION
  6. #  ===========================================================================
  7. # $Id: Makefile.cn3d.app,v 1000.2 2004/06/01 18:27:30 gouriano Exp $
  8. # Author:  Paul Thiessen
  9. # Build application "cn3d"
  10. #################################
  11. REQUIRES = objects wxWindows ctools OpenGL C-Toolkit
  12. APP = cn3d
  13. SRC = 
  14. alignment_manager 
  15. alignment_set 
  16. animation_controls 
  17. annotate_dialog 
  18. atom_set 
  19. block_multiple_alignment 
  20. bond 
  21. cdd_annot_dialog 
  22. cdd_book_ref_dialog 
  23. cdd_ref_dialog 
  24. cdd_splash_dialog 
  25. chemical_graph 
  26. cn3d_app 
  27. cn3d_ba_interface 
  28. cn3d_blast 
  29. cn3d_cache 
  30. cn3d_colors 
  31. cn3d_glcanvas 
  32. cn3d_png 
  33. cn3d_threader 
  34. cn3d_tools 
  35. command_processor 
  36. conservation_colorer 
  37. coord_set 
  38. data_manager 
  39. file_messaging 
  40. messenger 
  41. molecule 
  42. molecule_identifier 
  43. multitext_dialog 
  44. object_3d 
  45. opengl_renderer 
  46. periodic_table 
  47. preferences_dialog 
  48. progress_meter 
  49. residue 
  50. sequence_display 
  51. sequence_set 
  52. sequence_viewer 
  53. sequence_viewer_widget 
  54. sequence_viewer_window 
  55. show_hide_dialog 
  56. show_hide_manager 
  57. structure_base 
  58. structure_set 
  59. structure_window 
  60. style_dialog 
  61. style_manager 
  62. taxonomy_tree 
  63. update_viewer 
  64. update_viewer_window 
  65. vector_math 
  66. viewer_base 
  67. viewer_window_base 
  68. wx_tools
  69. LIB = 
  70. cdd ncbimime cn3d mmdb scoremat seqset seq seqcode 
  71. pub medline biblio general taxon1 
  72. xstruct_dp 
  73. xser xutil xctools xconnect xncbi
  74. CPPFLAGS = 
  75. $(ORIG_CPPFLAGS) 
  76. $(WXWIN_INCLUDE) 
  77. $(NCBI_C_INCLUDE)
  78. NCBI_C_LIBS = -lncbimmdb -lncbiid1 -lnetcli -lncbitool -lncbiobj -lncbi
  79. LIBS = 
  80. $(WXWIN_LIBS) $(WXWIN_GL_LIBS) 
  81. $(NCBI_C_LIBPATH) 
  82. $(NCBI_C_LIBS) 
  83. $(ORIG_LIBS)
  84. # for distribution on linux/gcc, do:
  85. #   gcc  ....  -lpthread -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic