IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2869


Ignore:
Timestamp:
Jan 3, 2005, 1:41:36 PM (22 years ago)
Author:
harman
Message:

Added PS_LIB_VERSION

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r2847 r2869  
    66##  Assumptions:    Variable "prefix" already defined
    77##
    8 ##  $Revision: 1.36 $  $Name: not supported by cvs2svn $
    9 ##  $Date: 2004-12-29 22:15:50 $
     8##  $Revision: 1.37 $  $Name: not supported by cvs2svn $
     9##  $Date: 2005-01-03 23:37:52 $
    1010##
    1111##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545endif
    4646
     47ifndef PS_LIB_VERSION
     48    export PS_LIB_VERSION = rel4
     49endif
     50
    4751ifndef sladir
    4852    export sladir = /usr/local/star
     
    7074
    7175EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f -L$(sladir)/lib $(SLA_LINK) $(XML2_LINK)
    72 LDFLAGS := -g2 -pipe $(EXTLIBS) 
     76LDFLAGS := -g2 -pipe $(EXTLIBS)
    7377
    7478# Define or refine variables for the Linux OS
     
    8690
    8791ifneq "$(findstring arwin,$(OSTYPE))" ""
    88     CFLAGS += -Wno-long-double -DDARWIN 
     92    CFLAGS += -Wno-long-double -DDARWIN
    8993    CFLAGS_RELOC := $(CFLAGS)
    9094    LDFLAGS := $(LDFLAGS) -lmx
  • trunk/psLib/src/sysUtils/Makefile

    r2316 r2869  
    33##  Makefile:   sysUtils
    44##
    5 ##  $Revision: 1.23 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-11-10 18:25:40 $
     5##  $Revision: 1.24 $  $Name: not supported by cvs2svn $
     6##  $Date: 2005-01-03 23:41:36 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626# Set CFLAGS used by the implicit rule to compile .c
    2727
    28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I../astronomy -I../image -I..
     28CFLAGS := $(CFLAGS_RELOC) -DPS_LIB_VERSION="\"$(PS_LIB_VERSION)\"" -I../collections -I../dataManip -I../sysUtils -I../include -I../astronomy -I../image -I..
    2929
    3030# Define the source objects
Note: See TracChangeset for help on using the changeset viewer.