~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to platform/solarisintel.ncbi.mk

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: solarisintel.ncbi.mk,v 1.14 2001/06/12 21:11:56 vakatov Exp $
 
2
# $Id: solarisintel.ncbi.mk,v 1.16 2003/05/07 17:40:12 beloslyu Exp $
3
3
#
4
4
NCBI_DEFAULT_LCL = sin
5
5
NCBI_MAKE_SHELL = /usr/bin/sh
 
6
NCBI_AR=ar
6
7
NCBI_CC = cc
7
8
NCBI_CFLAGS1 = -c
8
9
NCBI_LDFLAGS1 = -O
65
66
NCBI_DBUGEXTRA = -g
66
67
NETENTREZVERSION = 2.02c2ASN1SPEC6 
67
68
 
68
 
NCBI_LBSM_SRC = ncbi_service_lbsmd_stub.c
69
 
NCBI_LBSM_OBJ = ncbi_service_lbsmd_stub.o
 
69
NCBI_LBSM_SRC = ncbi_lbsmd_stub.c
 
70
NCBI_LBSM_OBJ = ncbi_lbsmd_stub.o
70
71