~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to platform/ibm_pwr3.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
 
#
2
 
# $Id: ibm_pwr3.ncbi.mk,v 1.3 2001/09/13 19:35:57 beloslyu Exp $
3
 
#
4
 
# Initial version ddas@us.ibm.com 08/19/1999
5
 
# Replace r6k with ibm_pwr3 or ibm_auto: cpsosa@us.ibm.com Jun-2001
6
 
# -D_LARGE_FILES flag added: F. Parpia, K. Tzeng, C. Strauss Aug-2001
7
 
# OPENGL Targets to build CN3D: K. Tzeng and C. Strauss Aug-2001
8
 
#
9
 
NCBI_DEFAULT_LCL = ibm
10
 
NCBI_MAKE_SHELL = /bin/sh
11
 
NCBI_CC = xlc_r
12
 
NCBI_CFLAGS1 = -c -qcpluscmt
13
 
NCBI_LDFLAGS1 = -bmaxdata:0x40000000 -bmaxstack:0x10000000 -D_LARGE_FILES
14
 
NCBI_OPTFLAG = -g
15
 
NCBI_OPTFLAG = -O3 -qmaxmem=-1 -qarch=pwr3 -qtune=auto -qcache=auto -qcompact -DPOSIX_THREADS_AVAIL -D_LARGE_FILES
16
 
NCBI_INCDIR = /usr/ncbi/include
17
 
NCBI_LIBDIR = /usr/ncbi/lib
18
 
NCBI_ALTLIB = /usr/ncbi/altlib
19
 
#will work only when you have Motif installed!
20
 
NCBI_VIBFLAG = -DWIN_MOTIF
21
 
NCBI_VIBLIBS = -lXm -lXmu -lXt -lX11
22
 
NCBI_DISTVIBLIBS = -lXm -lXmu -lXt -lX11
23
 
NCBI_OTHERLIBS = -lm
24
 
NCBI_RANLIB = ranlib
25
 
# Used by makedis.csh
26
 
NCBI_MT_OTHERLIBS = -lpthread
27
 
NCBI_THREAD_OBJ = ncbithr.o
28
 
NETENTREZVERSION = 2.02c2ASN1SPEC6 
29
 
# uncomment OPENGL_TARGETS to build OpenGL apps; do not change
30
 
# OPENGL_NCBI_LIBS! However, may need to set
31
 
# OPENGL_INCLUDE and OPENGL_LIBS to your local environment
32
 
#OPENGL_TARGETS = Cn3D
33
 
OPENGL_NCBI_LIBS = LIB400=libvibrantOGL.a LIB3000=libncbicn3dOGL.a
34
 
OPENGL_INCLUDE =
35
 
OPENGL_LIBS = -lGL -lGLU -lXGLW -lglut -lglobalm5
36
 
NCBI_OGLLIBS = -lGL -lGLU -lXGLW -lglut -lglobalm5
37
 
 
38
 
NCBI_LBSM_SRC = ncbi_service_lbsmd_stub.c
39
 
NCBI_LBSM_OBJ = ncbi_service_lbsmd_stub.o