IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 3:53:00 PM (22 years ago)
Author:
desonia
Message:

removed relative paths.

File:
1 edited

Legend:

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

    r2930 r3056  
    33##  Makefile:   test/astronomy
    44##
    5 ##  $Revision: 1.25 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2005-01-07 23:52:00 $
     5##  $Revision: 1.26 $  $Name: not supported by cvs2svn $
     6##  $Date: 2005-01-19 01:53:00 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616include ../../src/Makefile.Globals
    1717
    18 CFLAGS := -I../../include -I/usr/include/libxml $(CFLAGS)
     18CFLAGS := -I../../include \
     19  -DTIME_XML_FILE="\"$(TIME_XML_FILE)\"" \
     20  -DTIME_CONFIG_FILE="\"$(TIME_CONFIG_FILE)\"" \
     21  $(CFLAGS)
     22
    1923LDFLAGS := -L../../lib -lpslib -lpstest -lxml2 $(LDFLAGS)
    2024
     
    3842
    3943all: $(TARGET)
     44        sed 's|PREFIX|$(prefix)|' test.psTime.config1.template > test.psTime.config1
     45        sed 's|PREFIX|$(prefix)|' test.psTime.config2.template > test.psTime.config2
     46        sed 's|PREFIX|$(prefix)|' test.psTime.config3.template > test.psTime.config3
     47        sed 's|PREFIX|$(prefix)|' test.psTime.config4.template > test.psTime.config4
    4048
    4149clean:
     
    4957        install test.config header_1.fits header_2.fits $(TARGET) $(testbindir)
    5058        install verified/*.stderr verified/*.stdout $(testbindir)/verified
     59        install test.ser7.dat test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4 $(testbindir)
    5160
    5261$(testbindir):
Note: See TracChangeset for help on using the changeset viewer.