📄 makefile.cn3d.app
字号:
# # ===========================================================================# 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-ToolkitAPP = cn3dSRC = \ 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_toolsLIB = \ cdd ncbimime cn3d mmdb scoremat seqset seq seqcode \ pub medline biblio general taxon1 \ xstruct_dp \ xser xutil xctools xconnect xncbiCPPFLAGS = \ $(ORIG_CPPFLAGS) \ $(WXWIN_INCLUDE) \ $(NCBI_C_INCLUDE)NCBI_C_LIBS = -lncbimmdb -lncbiid1 -lnetcli -lncbitool -lncbiobj -lncbiLIBS = \ $(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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -