gbench_install.mak
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- CORELIBS =
- $(INTDIR)binncbi_algo.dll
- $(INTDIR)binncbi_bdb.dll
- $(INTDIR)binncbi_core.dll
- $(INTDIR)binncbi_dbapi.dll
- $(INTDIR)binncbi_dbapi_driver.dll
- $(INTDIR)bindbapi_driver_dblib.dll
- $(INTDIR)binncbi_general.dll
- $(INTDIR)binncbi_image.dll
- $(INTDIR)binncbi_lds.dll
- $(INTDIR)binncbi_misc.dll
- $(INTDIR)binncbi_pub.dll
- $(INTDIR)binncbi_seq.dll
- $(INTDIR)binncbi_seqext.dll
- $(INTDIR)binncbi_sqlite.dll
- $(INTDIR)binncbi_validator.dll
- $(INTDIR)binncbi_web.dll
- $(INTDIR)binncbi_xloader_cdd.dll
- $(INTDIR)binncbi_xloader_lds.dll
- $(INTDIR)binncbi_xloader_genbank.dll
- $(INTDIR)binncbi_xreader.dll
- $(INTDIR)binncbi_xreader_id1.dll
- $(INTDIR)binncbi_xreader_pubseqos.dll
- $(INTDIR)binncbi_xloader_table.dll
- $(INTDIR)binncbi_xloader_trace.dll
- all : dirs
- $(CORELIBS)
- third-party
- config-files
- patterns
- plugin-scan
- dirs :
- @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)etcpatterns mkdir $(INTDIR)etcpatterns
- DSTBIN = $(INTDIR)bin
- SRCBIN = ....dllbin$(INTDIR)
- $(CORELIBS) : ....dllbin$(INTDIR)$(*B).dll
- @if exist $** echo Updating $(*B).dll...
- @if exist $** copy $** $(INTDIR)bin > NUL
- third-party : fltkdll libdb41 sqlite
- fltkdll 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 \DIZZYpubliclib$(INTDIR)$@.dll $(INTDIR)bin > NUL
- config-files :
- @echo Copying config files...
- @copy ........srcguigbenchgbench.ini $(INTDIR)etc > NUL
- @copy ........srcguigbenchnews.ini $(INTDIR)etc > NUL
- @copy ........srcguigbenchalgo_urls $(INTDIR)etc > NUL
- patterns :
- @echo Copying patterns...
- @copy ........srcguigbenchpatternskozak.ini $(INTDIR)etcpatterns > NUL
- plugin-scan :
- @echo Creating plugin cache file...
- @$(INTDIR)bingbench_plugin_scan -strict $(INTDIR)plugins