gbench_install.mak

来自「ncbi源码」· MAK 代码 · 共 70 行

MAK
70
字号
CORELIBS = \        $(INTDIR)\bin\ncbi_algo.dll \        $(INTDIR)\bin\ncbi_bdb.dll \        $(INTDIR)\bin\ncbi_core.dll \        $(INTDIR)\bin\ncbi_dbapi.dll \        $(INTDIR)\bin\ncbi_dbapi_driver.dll \        $(INTDIR)\bin\dbapi_driver_dblib.dll \        $(INTDIR)\bin\ncbi_general.dll \        $(INTDIR)\bin\ncbi_image.dll \        $(INTDIR)\bin\ncbi_lds.dll \        $(INTDIR)\bin\ncbi_misc.dll \        $(INTDIR)\bin\ncbi_pub.dll \        $(INTDIR)\bin\ncbi_seq.dll \        $(INTDIR)\bin\ncbi_seqext.dll \        $(INTDIR)\bin\ncbi_sqlite.dll \        $(INTDIR)\bin\ncbi_validator.dll \        $(INTDIR)\bin\ncbi_web.dll \        $(INTDIR)\bin\ncbi_xloader_cdd.dll \        $(INTDIR)\bin\ncbi_xloader_lds.dll \        $(INTDIR)\bin\ncbi_xloader_genbank.dll \        $(INTDIR)\bin\ncbi_xreader.dll \        $(INTDIR)\bin\ncbi_xreader_id1.dll \        $(INTDIR)\bin\ncbi_xreader_pubseqos.dll \        $(INTDIR)\bin\ncbi_xloader_table.dll \        $(INTDIR)\bin\ncbi_xloader_trace.dllall : dirs \    $(CORELIBS) \    third-party \    config-files \    patterns \    plugin-scandirs :    @echo Creating directory structure...    @if not exist $(INTDIR)\bin mkdir $(INTDIR)\bin     @if not exist $(INTDIR)\etc mkdir $(INTDIR)\etc     @if not exist $(INTDIR)\plugins mkdir $(INTDIR)\plugins     @if not exist $(INTDIR)\etc\patterns mkdir $(INTDIR)\etc\patterns DSTBIN = $(INTDIR)\binSRCBIN = ..\..\dll\bin\$(INTDIR)$(CORELIBS) : ..\..\dll\bin\$(INTDIR)\$(*B).dll    @if exist $** echo Updating $(*B).dll...    @if exist $** copy $** $(INTDIR)\bin > NULthird-party : fltkdll libdb41 sqlitefltkdll libdb41 sqlite :    @echo Copying third-party library: $@.dll    @if exist ..\..\..\..\..\lib\$(INTDIR)\$@.dll   copy ..\..\..\..\..\lib\$(INTDIR)\$@.dll $(INTDIR)\bin     > NUL    @if exist ..\..\..\..\..\lib\$(INTDIR)\$@.pdb   copy ..\..\..\..\..\lib\$(INTDIR)\$@.pdb $(INTDIR)\bin     > NUL    @if not exist $(INTDIR)\bin\$@.dll copy \\DIZZY\public\lib\$(INTDIR)\$@.dll $(INTDIR)\bin        > NULconfig-files :    @echo Copying config files...     @copy ..\..\..\..\src\gui\gbench\gbench.ini $(INTDIR)\etc > NUL    @copy ..\..\..\..\src\gui\gbench\news.ini $(INTDIR)\etc > NUL    @copy ..\..\..\..\src\gui\gbench\algo_urls $(INTDIR)\etc > NULpatterns :    @echo Copying patterns...    @copy ..\..\..\..\src\gui\gbench\patterns\kozak.ini $(INTDIR)\etc\patterns > NULplugin-scan :    @echo Creating plugin cache file...     @$(INTDIR)\bin\gbench_plugin_scan -strict $(INTDIR)\plugins

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?