IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2004, 2:04:32 PM (22 years ago)
Author:
desonia
Message:

added CFITSIO to LDFLAGS.

File:
1 edited

Legend:

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

    r718 r785  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-05-18 20:18:14 $
     7##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-05-26 00:04:32 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
    4141
    42 # Set initial value for LDFLAGS which will include all OS common flags for GCC
     42# Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
    4343
    44 LDFLAGS := -g2 -pipe
     44LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas
    4545
    4646# Define or refine variables for the Linux OS
     
    6464    DLL = dylib
    6565    SO = bundle
    66     DOCS = 
    67     BUILD_DYNAMIC1 = libtool -dynamic 
    68     BUILD_DYNAMIC2 = -lm -lgcc -o 
     66    DOCS =
     67    BUILD_DYNAMIC1 = libtool -dynamic
     68    BUILD_DYNAMIC2 = -lm -lgcc -o
    6969endif
    7070
Note: See TracChangeset for help on using the changeset viewer.