Index: /trunk/psLib/src/Makefile
===================================================================
--- /trunk/psLib/src/Makefile	(revision 640)
+++ /trunk/psLib/src/Makefile	(revision 641)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-06 23:25:19 $
+##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-12 00:17:20 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 # Define the target to build
 
-ALLTARGETS = sysUtils collections
+ALLTARGETS = sysUtils
 
 TARGET_DYNAMIC = libpslib.$(DLL)
@@ -39,13 +39,13 @@
 # Define the installation targets
 
-INSTALLTARGETS = installSysUtils installCollections
+INSTALLTARGETS = installSysUtils
 
 # Define the clean up targets
 
-CLEANTARGETS = cleanSysUtils cleanCollections
+CLEANTARGETS = cleanSysUtils
 
 # Define the distribution clean up targets
 
-DISTCLEANTARGETS = distcleanSysUtils distcleanCollections
+DISTCLEANTARGETS = distcleanSysUtils
 
 # Define PHONY target "all" which will make all necessary items
@@ -63,8 +63,4 @@
 	$(MAKE) --directory=sysUtils all
 
-collections:
-	$(MAKE) --directory=collections all
-
-
 ## ADD ADDITIONAL PORTIONS OF PSLIB HERE
 
@@ -75,8 +71,4 @@
 	$(MAKE) --directory=sysUtils install
 
-installCollections:
-	$(MAKE) --directory=collections install
-
-
 # Define PHONY target "cleanSysUtils" which will clean up the development
 # area for system utilites
@@ -84,7 +76,4 @@
 cleanSysUtils:
 	$(MAKE) --directory=sysUtils clean
-
-cleanCollections:
-	$(MAKE) --directory=collections clean
 
 # Define PHONY target "distcleanSysUtils which will clean up the distribution
@@ -94,8 +83,4 @@
 	$(MAKE) --directory=sysUtils distclean
         
-distcleanCollections:
-	$(MAKE) --directory=collections distclean
-
-
 # Rule to make include directory if needed
 
@@ -156,3 +141,3 @@
 
 # List of PHONY targets with make file
-.PHONY:  sysUtils collections
+.PHONY:  sysUtils
