Index: /trunk/psLib/src/Makefile.Globals
===================================================================
--- /trunk/psLib/src/Makefile.Globals	(revision 2150)
+++ /trunk/psLib/src/Makefile.Globals	(revision 2151)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-09-16 01:41:51 $
+##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-10-15 19:10:50 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -38,4 +38,12 @@
 ifndef libexecdir
     export libexecdir = $(prefix)/lib
+endif
+
+ifndef SER7_FILE
+    export SER7_FILE = $(prefix)/data/ser7.dat
+endif
+
+ifndef TAIUTC_FILE
+    export TAIUTC_FILE = $(prefix)/data/tai-utc.dat
 endif
 
Index: /trunk/psLib/src/astro/psTime.c
===================================================================
--- /trunk/psLib/src/astro/psTime.c	(revision 2150)
+++ /trunk/psLib/src/astro/psTime.c	(revision 2151)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-14 03:02:30 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-15 19:10:50 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,4 +28,5 @@
 #include "psImage.h"
 #include "psCoord.h"
+#include "psString.h"
 
 #include "psAstronomyErrors.h"
@@ -33,8 +34,10 @@
 #ifndef SER7_FILE
 #define SER7_FILE "../../data/ser7.dat"
+#pragma warning SER7_FILE was not defined in the makefile.
 #endif
 
 #ifndef TAIUTC_FILE
 #define TAIUTC_FILE "../../data/tai-utc.dat"
+#pragma warning TAIUTC_FILE was not defined in the makefile.
 #endif
 
Index: /trunk/psLib/src/astronomy/Makefile
===================================================================
--- /trunk/psLib/src/astronomy/Makefile	(revision 2150)
+++ /trunk/psLib/src/astronomy/Makefile	(revision 2151)
@@ -5,5 +5,6 @@
 TARGET_STATIC  = libpslib.a
 include ../Makefile.Globals
-CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip -I.. -I../image
+CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I../dataManip \
+    -I.. -I../image -DSER7_FILE="\"$(SER7_FILE)\"" -DTAIUTC_FILE="\"$(TAIUTC_FILE)\""
 
 SRC_OBJS = psTime.o \
Index: /trunk/psLib/src/astronomy/psTime.c
===================================================================
--- /trunk/psLib/src/astronomy/psTime.c	(revision 2150)
+++ /trunk/psLib/src/astronomy/psTime.c	(revision 2151)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-14 03:02:30 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-15 19:10:50 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -28,4 +28,5 @@
 #include "psImage.h"
 #include "psCoord.h"
+#include "psString.h"
 
 #include "psAstronomyErrors.h"
@@ -33,8 +34,10 @@
 #ifndef SER7_FILE
 #define SER7_FILE "../../data/ser7.dat"
+#pragma warning SER7_FILE was not defined in the makefile.
 #endif
 
 #ifndef TAIUTC_FILE
 #define TAIUTC_FILE "../../data/tai-utc.dat"
+#pragma warning TAIUTC_FILE was not defined in the makefile.
 #endif
 
Index: /trunk/psLib/test/astronomy/Makefile
===================================================================
--- /trunk/psLib/test/astronomy/Makefile	(revision 2150)
+++ /trunk/psLib/test/astronomy/Makefile	(revision 2151)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/astronomy
 ##
-##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-10-14 02:05:00 $
+##  $Revision: 1.20 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-10-15 19:10:51 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -44,5 +44,5 @@
 
 install: $(testbindir) $(testbindir)/verified $(TARGET)
-	install $(TARGET) $(testbindir)
+	install test.config header_1.fits header_2.fits $(TARGET) $(testbindir)
 	install verified/*.stderr verified/*.stdout $(testbindir)/verified
 
Index: /trunk/psLib/test/astronomy/tst_psMetadata_01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psMetadata_01.c	(revision 2150)
+++ /trunk/psLib/test/astronomy/tst_psMetadata_01.c	(revision 2151)
@@ -17,6 +17,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-10-07 02:01:44 $
+*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-10-15 19:10:51 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -134,5 +134,5 @@
     */
     printPositiveTestHeader(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file");
-    metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "header_1.fits");
+    metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "verified/header_1.fits");
     printMetadata(metadata1);
     printFooter(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file", true);
Index: /trunk/psLib/test/collections/tst_psMetadata_01.c
===================================================================
--- /trunk/psLib/test/collections/tst_psMetadata_01.c	(revision 2150)
+++ /trunk/psLib/test/collections/tst_psMetadata_01.c	(revision 2151)
@@ -17,6 +17,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-10-07 02:01:44 $
+*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-10-15 19:10:51 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -134,5 +134,5 @@
     */
     printPositiveTestHeader(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file");
-    metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "header_1.fits");
+    metadata1 = psMetadataReadHeader(metadata1, NULL, 1, "verified/header_1.fits");
     printMetadata(metadata1);
     printFooter(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file", true);
Index: /trunk/psLib/test/image/Makefile
===================================================================
--- /trunk/psLib/test/image/Makefile	(revision 2150)
+++ /trunk/psLib/test/image/Makefile	(revision 2151)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/collections
 ##
-##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-10-04 23:51:54 $
+##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-10-15 19:10:51 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -43,5 +43,5 @@
 install: $(testbindir) $(testbindir)/verified $(TARGET)
 	install $(TARGET) $(testbindir)
-	install verified/*.stderr verified/*.stdout $(testbindir)/verified
+	install verified/*.fits verified/*.stderr verified/*.stdout $(testbindir)/verified
 
 $(testbindir):
