Index: trunk/psLib/src/Makefile
===================================================================
--- trunk/psLib/src/Makefile	(revision 1264)
+++ trunk/psLib/src/Makefile	(revision 1340)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-22 20:42:54 $
+##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-29 21:55:44 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -27,8 +27,5 @@
    VERSION:= ": Project Version: Unknown "
 else
-   VERSION:= ": Project VersidistcleanSysUtils:
-	$(MAKE) --directory=sysUtils distclean
-        
-on: $(NAME) "
+   VERSION:= ": Project Version: $(NAME) "
 endif
 
@@ -47,4 +44,6 @@
 
 CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
+
+CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy
 
 # Define the distribution clean up targets
@@ -116,4 +115,21 @@
 	$(MAKE) --directory=astronomy clean
 
+#Define PHONY target "cleandep*" which will clean up the dependency files
+
+cleandepSysUtils:
+	$(MAKE) --directory=sysUtils cleandep
+
+cleandepImage:
+	$(MAKE) --directory=image cleandep
+
+cleandepCollections:
+	$(MAKE) --directory=collections cleandep
+
+cleandepDataManip:
+	$(MAKE) --directory=dataManip cleandep
+
+cleandepAstronomy:
+	$(MAKE) --directory=astronomy cleandep
+
 # Define PHONY target "distcleanSysUtils which will clean up the distribution
 # files related to system utilities
@@ -176,4 +192,6 @@
 	$(RM) -f $(TARGET_STATIC)
 	$(RM) -f $(TARGET_DYNAMIC)
+
+cleandep: $(CLEANDEPTARGETS)
 
 # Define PHONY target "distclean" to clean up the distribution area for
