Makefile.cn3d.app
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- #
- # ===========================================================================
- # PRODUCTION $Log: Makefile.cn3d.app,v $
- # PRODUCTION Revision 1000.2 2004/06/01 18:27:30 gouriano
- # PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.59
- # PRODUCTION
- # ===========================================================================
- #
- # $Id: Makefile.cn3d.app,v 1000.2 2004/06/01 18:27:30 gouriano Exp $
- # Author: Paul Thiessen
- # Build application "cn3d"
- #################################
- REQUIRES = objects wxWindows ctools OpenGL C-Toolkit
- APP = cn3d
- SRC =
- alignment_manager
- alignment_set
- animation_controls
- annotate_dialog
- atom_set
- block_multiple_alignment
- bond
- cdd_annot_dialog
- cdd_book_ref_dialog
- cdd_ref_dialog
- cdd_splash_dialog
- chemical_graph
- cn3d_app
- cn3d_ba_interface
- cn3d_blast
- cn3d_cache
- cn3d_colors
- cn3d_glcanvas
- cn3d_png
- cn3d_threader
- cn3d_tools
- command_processor
- conservation_colorer
- coord_set
- data_manager
- file_messaging
- messenger
- molecule
- molecule_identifier
- multitext_dialog
- object_3d
- opengl_renderer
- periodic_table
- preferences_dialog
- progress_meter
- residue
- sequence_display
- sequence_set
- sequence_viewer
- sequence_viewer_widget
- sequence_viewer_window
- show_hide_dialog
- show_hide_manager
- structure_base
- structure_set
- structure_window
- style_dialog
- style_manager
- taxonomy_tree
- update_viewer
- update_viewer_window
- vector_math
- viewer_base
- viewer_window_base
- wx_tools
- LIB =
- cdd ncbimime cn3d mmdb scoremat seqset seq seqcode
- pub medline biblio general taxon1
- xstruct_dp
- xser xutil xctools xconnect xncbi
- CPPFLAGS =
- $(ORIG_CPPFLAGS)
- $(WXWIN_INCLUDE)
- $(NCBI_C_INCLUDE)
- NCBI_C_LIBS = -lncbimmdb -lncbiid1 -lnetcli -lncbitool -lncbiobj -lncbi
- LIBS =
- $(WXWIN_LIBS) $(WXWIN_GL_LIBS)
- $(NCBI_C_LIBPATH)
- $(NCBI_C_LIBS)
- $(ORIG_LIBS)
- # for distribution on linux/gcc, do:
- # gcc .... -lpthread -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic