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/dataIO/Makefile

    r2962 r3056  
    33##  Makefile:   test/fileUtils
    44##
    5 ##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2005-01-12 22:17:02 $
     5##  $Revision: 1.3 $  $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 $(CFLAGS)
     18CFLAGS := -I../../include -DUTC_DAT_FILE="\"$(prefix)/data/tai_utc.dat\"" $(CFLAGS)
    1919LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS)
    2020
     
    3434
    3535install: $(testbindir) $(testbindir)/verified $(TARGET)
     36        install $(TARGET) $(testbindir)
    3637        install verified/*.stderr verified/*.stdout $(testbindir)/verified
    3738
Note: See TracChangeset for help on using the changeset viewer.