File: Makefile.cgi.lib

package info (click to toggle)
ncbi-blast%2B 2.2.26-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 84,492 kB
  • sloc: cpp: 596,564; ansic: 123,603; sh: 9,290; java: 2,268; perl: 2,079; xml: 2,013; python: 1,340; makefile: 941; pascal: 650; awk: 242; sql: 18; objc: 7
file content (15 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile.cgi.lib 184376 2010-02-26 17:16:17Z ivanov $

# Build library "XCGI"
# NOTE:  see also makefile for lib "XFCGI" -- these two should be kept in-sync!
#################################

SRC = ncbicgi cgiapp cgictx ncbicgir ncbires ref_args cgi_run cgi_util \
      cgi_serial cgi_session cgi_exception cgiapp_cached cgi_entry_reader
LIB = xcgi

DLL_LIB = xutil xncbi

CPPFLAGS = $(ORIG_CPPFLAGS) $(FASTCGI_INCLUDE)

WATCHERS = vakatov