IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2004, 2:02:03 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1372 r1520  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-08-03 20:42:30 $
     7##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-08-13 00:02:03 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4242# Set initial value for CFLAGS which will include all OS common flags for GCC
    4343
    44 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
     44CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -DFORTRAN_UNDERLINE_SUFFIX -pipe
    4545
    4646ifdef NO_TRACE
     
    5050# Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
    5151
    52 EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f
     52EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f -lsla
    5353LDFLAGS := -g2 -pipe $(EXTLIBS)
    5454
Note: See TracChangeset for help on using the changeset viewer.