Index: trunk/psLib/src/collections/Makefile
===================================================================
--- trunk/psLib/src/collections/Makefile	(revision 593)
+++ trunk/psLib/src/collections/Makefile	(revision 596)
@@ -3,6 +3,6 @@
 ##  Makefile:   collections
 ##
-##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-06 18:59:41 $
+##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-06 23:24:38 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,4 @@
 
 TARGET_STATIC  = libpslib.a
-#TARGET_DYNAMIC = libpslib.$(DLL)
 
 # Include the make global definitions for the project
@@ -46,15 +45,8 @@
 	$(AR) rcs ../$@ $(SRC_OBJS)
 
-# Rule to make dynamic library
-
-libpslib.$(DLL): $(SRC_OBJS)
-	$(CC) $(LDFLAGS_DLL) $(SRC_OBJS) -o ../$@
-
 # Define PHONY target "install" which will install necessary files
 
 install: $(TARGET_STATIC)
 	install *.h $(includedir)
-	install ../$(TARGET_STATIC) $(libexecdir)
-#	install ../$(TARGET_DYNAMIC) $(libexecdir)
 
 # Define PHONY target "distclean" which will cleanup the distribution
@@ -62,7 +54,4 @@
 distclean:	clean
 	$(RM) ../$(TARGET_STATIC)
-#	$(RM) ../$(TARGET_DYNAMIC)
-	$(RM) $(libexecdir)/$(TARGET_STATIC)
-#	$(RM) $(libexecdir)/$(TARGET_DYNAMIC)
 
 # Define PHONY target "clean" which will cleanup the development area
