Index: trunk/psLib/src/Makefile
===================================================================
--- trunk/psLib/src/Makefile	(revision 1232)
+++ trunk/psLib/src/Makefile	(revision 1264)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-15 22:43:53 $
+##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-22 20:42:54 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -27,10 +27,13 @@
    VERSION:= ": Project Version: Unknown "
 else
-   VERSION:= ": Project Version: $(NAME) "
+   VERSION:= ": Project VersidistcleanSysUtils:
+	$(MAKE) --directory=sysUtils distclean
+        
+on: $(NAME) "
 endif
 
 # Define the target to build
 
-ALLTARGETS = sysUtils collections dataManip astronomy
+ALLTARGETS = sysUtils collections image dataManip astronomy
 
 TARGET_DYNAMIC = libpslib.$(DLL)
@@ -39,13 +42,13 @@
 # Define the installation targets
 
-INSTALLTARGETS = installSysUtils installCollections installDataManip installAstronomy
+INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy
 
 # Define the clean up targets
 
-CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip cleanAstronomy
+CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
 
 # Define the distribution clean up targets
 
-DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip distcleanAstronomy
+DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy
 
 # Define PHONY target "all" which will make all necessary items
@@ -62,4 +65,7 @@
 sysUtils:
 	$(MAKE) --directory=sysUtils all
+
+image:
+	$(MAKE) --directory=image all
 
 collections:
@@ -80,4 +86,7 @@
 	$(MAKE) --directory=sysUtils install
 
+installImage:
+	$(MAKE) --directory=image install
+
 installCollections:
 	$(MAKE) --directory=collections install
@@ -95,4 +104,7 @@
 	$(MAKE) --directory=sysUtils clean
 
+cleanImage:
+	$(MAKE) --directory=image clean
+
 cleanCollections:
 	$(MAKE) --directory=collections clean
@@ -109,4 +121,7 @@
 distcleanSysUtils:
 	$(MAKE) --directory=sysUtils distclean
+        
+distcleanImage:
+	$(MAKE) --directory=image distclean
         
 distcleanCollections:
@@ -180,3 +195,3 @@
 
 # List of PHONY targets with make file
-.PHONY:  sysUtils collections dataManip astronomy
+.PHONY:  sysUtils collections image dataManip astronomy
