File: install.prl

package info (click to toggle)
ncbi-vdb 3.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,776 kB
  • sloc: ansic: 304,815; cpp: 75,250; python: 5,402; perl: 3,438; yacc: 2,225; sh: 689; lex: 574; makefile: 428; xml: 4
file content (9 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
sub PACKAGE_NAME { 'NCBI-VDB' }
sub HAVE        { ( CONFIG => 1, DLLS => 1, LIBS => 1, USR_INCLUDES => 1, ) }
sub CONFIG_OUT  {  'build' }
sub INCLUDES    {  'interfaces/ngs/ncbi/NGS.hpp' }
sub INCLUDES_OUT{  'ncbi-vdb' }
sub LIBS
    { ( 'ncbi-ngs-c++' => 'LIB', 'ncbi-vdb'  => 'LIB', 'ncbi-vdb'  => 'SHL',
                                 'ncbi-wvdb' => 'LIB', 'ncbi-wvdb' => 'SHL', ) }
1