Index: trunk/psLib/src/sysUtils/Makefile
===================================================================
--- trunk/psLib/src/sysUtils/Makefile	(revision 594)
+++ trunk/psLib/src/sysUtils/Makefile	(revision 596)
@@ -3,6 +3,6 @@
 ##  Makefile:   sysUtils
 ##
-##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-06 19:00:10 $
+##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-06 23:24:03 $
 ##
 ##  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
@@ -42,5 +41,5 @@
 # Define PHONY target "all" which will make all the necessary items
 
-all: $(TARGET_STATIC)
+all: $(TARGET_STATIC) 
 
 # Rule to make static library
@@ -51,15 +50,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
@@ -67,7 +59,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
