IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2524


Ignore:
Timestamp:
Nov 29, 2004, 2:49:16 PM (22 years ago)
Author:
harman
Message:

Added XML parser library

File:
1 edited

Legend:

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

    r2411 r2524  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.24 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-11-24 00:05:54 $
     7##  $Revision: 1.25 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-11-30 00:49:16 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5959
    6060SLA_LINK := $(shell $(sladir)/bin/sla_link)
    61 EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f -L$(sladir)/lib $(SLA_LINK)
     61EXTLIBS := -lxml2 -lcfitsio -lgsl -lgslcblas -lfftw3f -L$(sladir)/lib $(SLA_LINK)
    6262LDFLAGS := -g2 -pipe $(EXTLIBS)
    6363
Note: See TracChangeset for help on using the changeset viewer.