Index: trunk/psLib/src/Makefile
===================================================================
--- trunk/psLib/src/Makefile	(revision 1340)
+++ trunk/psLib/src/Makefile	(revision 2307)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-29 21:55:44 $
+##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-11-09 00:58:23 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 # Define the target to build
 
-ALLTARGETS = sysUtils collections image dataManip astronomy
+ALLTARGETS = sysUtils collections image dataManip astronomy fileUtils
 
 TARGET_DYNAMIC = libpslib.$(DLL)
@@ -39,15 +39,15 @@
 # Define the installation targets
 
-INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy
+INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy installFileUtils
 
 # Define the clean up targets
 
-CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
-
-CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy
+CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy cleanFileUtils
+
+CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy cleandepFileUtils
 
 # Define the distribution clean up targets
 
-DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy
+DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy distcleanFileUtils
 
 # Define PHONY target "all" which will make all necessary items
@@ -77,4 +77,7 @@
 	$(MAKE) --directory=astronomy all
 
+fileUtils:
+	$(MAKE) --directory=fileUtils all
+
 ## ADD ADDITIONAL PORTIONS OF PSLIB HERE
 
@@ -97,4 +100,7 @@
 	$(MAKE) --directory=astronomy install
 
+installFileUtils:
+	$(MAKE) --directory=fileUtils install
+
 # Define PHONY target "cleanSysUtils" which will clean up the development
 # area for system utilites
@@ -115,4 +121,7 @@
 	$(MAKE) --directory=astronomy clean
 
+cleanFileUtils:
+	$(MAKE) --directory=fileUtils clean
+
 #Define PHONY target "cleandep*" which will clean up the dependency files
 
@@ -132,4 +141,7 @@
 	$(MAKE) --directory=astronomy cleandep
 
+cleandepFileUtils:
+	$(MAKE) --directory=fileUtils cleandep
+
 # Define PHONY target "distcleanSysUtils which will clean up the distribution
 # files related to system utilities
@@ -149,4 +161,7 @@
 distcleanAstronomy:
 	$(MAKE) --directory=astronomy distclean
+
+distcleanFileUtils:
+	$(MAKE) --directory=fileUtils distclean
 
 
@@ -213,3 +228,3 @@
 
 # List of PHONY targets with make file
-.PHONY:  sysUtils collections image dataManip astronomy
+.PHONY:  sysUtils collections image dataManip astronomy fileUtils
