Index: /trunk/psLib/src/collections/Makefile
===================================================================
--- /trunk/psLib/src/collections/Makefile	(revision 589)
+++ /trunk/psLib/src/collections/Makefile	(revision 590)
@@ -1,8 +1,8 @@
 ###############################################################################
 ##
-##  Makefile:   sysUtils
+##  Makefile:   collections
 ##
-##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-05 20:42:11 $
+##  $Revision: 1.6 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-06 18:50:37 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -18,6 +18,6 @@
 # Define the two targets to be built
 
-TARGET_STATIC  = libpsCollections.a
-TARGET_DYNAMIC = libpsCollections.$(DLL)
+TARGET_STATIC  = libpslib.a
+TARGET_DYNAMIC = libpslib.$(DLL)
 
 # Include the make global definitions for the project
@@ -37,9 +37,9 @@
 # Define PHONY target "all" which will make all the necessary items
 
-all: $(TARGET_STATIC) $(TARGET_DYNAMIC)
+all: $(TARGET_STATIC)
 
 # Rule to make static library
 
-libpsCollections.a: $(SRC_OBJS)
+libpslib.a: $(SRC_OBJS)
 # The ar option -r is to add/replace object and -s is to create
 # a symbol table in the archive
@@ -48,6 +48,6 @@
 # Rule to make dynamic library
 
-libpsCollections.$(DLL): $(SRC_OBJS)
-	$(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@  
+libpslib.$(DLL): $(SRC_OBJS)
+	$(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@
 
 # Define PHONY target "install" which will install necessary files
