Index: trunk/psLib/src/Makefile
===================================================================
--- trunk/psLib/src/Makefile	(revision 651)
+++ trunk/psLib/src/Makefile	(revision 657)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-12 21:49:39 $
+##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-13 06:06:33 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 # Define the target to build
 
-ALLTARGETS = sysUtils collections
+ALLTARGETS = sysUtils collections dataManip
 
 TARGET_DYNAMIC = libpslib.$(DLL)
@@ -39,13 +39,13 @@
 # Define the installation targets
 
-INSTALLTARGETS = installSysUtils installCollections
+INSTALLTARGETS = installSysUtils installCollections installDataManip
 
 # Define the clean up targets
 
-CLEANTARGETS = cleanSysUtils cleanCollections
+CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip
 
 # Define the distribution clean up targets
 
-DISTCLEANTARGETS = distcleanSysUtils distcleanCollections
+DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip
 
 # Define PHONY target "all" which will make all necessary items
@@ -66,4 +66,7 @@
 	$(MAKE) --directory=collections all
 
+dataManip:
+	$(MAKE) --directory=dataManip all
+
 
 ## ADD ADDITIONAL PORTIONS OF PSLIB HERE
@@ -78,4 +81,7 @@
 	$(MAKE) --directory=collections install
 
+installDataManip:
+	$(MAKE) --directory=dataManip install
+
 
 # Define PHONY target "cleanSysUtils" which will clean up the development
@@ -88,4 +94,7 @@
 	$(MAKE) --directory=collections clean
 
+cleanDataManip:
+	$(MAKE) --directory=dataManip clean
+
 # Define PHONY target "distcleanSysUtils which will clean up the distribution
 # files related to system utilities
@@ -96,4 +105,7 @@
 distcleanCollections:
 	$(MAKE) --directory=collections distclean
+
+distcleanDataManip:
+	$(MAKE) --directory=dataManip distclean
 
 
@@ -156,3 +168,3 @@
 
 # List of PHONY targets with make file
-.PHONY:  sysUtils collections
+.PHONY:  sysUtils collections dataManip
