File: Makefile.compress.lib

package info (click to toggle)
ncbi-blast%2B 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124,504 kB
  • ctags: 98,524
  • sloc: cpp: 762,010; ansic: 145,319; sh: 10,307; pascal: 7,390; xml: 5,050; java: 2,284; perl: 2,055; python: 1,515; makefile: 1,158; awk: 162; sql: 18
file content (17 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Makefile.compress.lib 427415 2014-02-20 13:33:40Z gouriano $

SRC = compress stream streambuf stream_util bzip2 zlib lzo \
      reader_zlib tar archive archive_ archive_zip

LIB = xcompress

CPPFLAGS = $(ORIG_CPPFLAGS) $(CMPRS_INCLUDE)

DLL_LIB =  $(BZ2_LIB)  $(Z_LIB)  $(LZO_LIB) xutil xncbi
LIBS    =  $(BZ2_LIBS) $(Z_LIBS) $(LZO_LIBS) $(ORIG_LIBS)

WATCHERS = ivanov


USES_LIBRARIES =  \
    $(CMPRS_LIB) $(CMPRS_LIBS) xutil