IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Added XML parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/Makefile

    r2308 r2521  
    33##  Makefile:   test/astronomy
    44##
    5 ##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-11-09 01:10:15 $
     5##  $Revision: 1.23 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-11-30 00:28:36 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616include ../../src/Makefile.Globals
    1717
    18 CFLAGS := -I../../include $(CFLAGS)
    19 LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)
     18CFLAGS := -I../../include -I/usr/include/libxml $(CFLAGS)
     19LDFLAGS := -L../../lib -lpslib -lpstest -lxml2 $(LDFLAGS)
    2020
    2121TARGET = tst_psTime_01 \
     
    3030         tst_psMetadata_05 \
    3131         tst_psMetadata_06 \
     32         tst_psMetadata_07 \
    3233         tst_psCoord \
    3334         tst_psAstrometry \
Note: See TracChangeset for help on using the changeset viewer.