IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

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

    r3058 r3115  
    66##  Assumptions:    Variable "prefix" already defined
    77##
    8 ##  $Revision: 1.39 $  $Name: not supported by cvs2svn $
    9 ##  $Date: 2005-01-19 01:53:09 $
     8##  $Revision: 1.40 $  $Name: not supported by cvs2svn $
     9##  $Date: 2005-02-03 00:54:10 $
    1010##
    1111##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050
    5151ifndef PS_LIB_VERSION
    52     export PS_LIB_VERSION = rel4
     52    export PS_LIB_VERSION = post_rel4
    5353endif
    5454
     
    6161endif
    6262
     63ifndef PERL_CORE
     64    export PERL_CORE = `find /usr/lib -name CORE 2> /dev/null | tail -n 1`
     65endif
     66
    6367SLA_LINK := $(shell $(sladir)/bin/sla_link)
    6468XML2_LINK := $(shell $(xml2config) --libs)
     
    6973GCOVFLAGS :=
    7074CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS)
     75SWIG_CFLAGS := -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS)
    7176
    7277ifdef NO_TRACE
Note: See TracChangeset for help on using the changeset viewer.