Index: trunk/psLib/src/Makefile
===================================================================
--- trunk/psLib/src/Makefile	(revision 1200)
+++ trunk/psLib/src/Makefile	(revision 1222)
@@ -3,6 +3,6 @@
 ##  Makefile:  psLib
 ##
-##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-07-08 21:32:55 $
+##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-07-15 19:01:28 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 # Define the target to build
 
-ALLTARGETS = sysUtils collections dataManip
+ALLTARGETS = sysUtils collections dataManip astronomy
 
 TARGET_DYNAMIC = libpslib.$(DLL)
@@ -39,13 +39,13 @@
 # Define the installation targets
 
-INSTALLTARGETS = installSysUtils installCollections installDataManip
+INSTALLTARGETS = installSysUtils installCollections installDataManip installAstronomy
 
 # Define the clean up targets
 
-CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip
+CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip cleanAstronomy
 
 # Define the distribution clean up targets
 
-DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip
+DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip distcleanAstronomy
 
 # Define PHONY target "all" which will make all necessary items
@@ -69,4 +69,6 @@
 	$(MAKE) --directory=dataManip all
 
+astronomy:
+	$(MAKE) --directory=astronomy all
 
 ## ADD ADDITIONAL PORTIONS OF PSLIB HERE
@@ -84,4 +86,6 @@
 	$(MAKE) --directory=dataManip install
 
+installAstronomy:
+	$(MAKE) --directory=astronomy install
 
 # Define PHONY target "cleanSysUtils" which will clean up the development
@@ -97,4 +101,7 @@
 	$(MAKE) --directory=dataManip clean
 
+cleanAstronomy:
+	$(MAKE) --directory=astronomy clean
+
 # Define PHONY target "distcleanSysUtils which will clean up the distribution
 # files related to system utilities
@@ -108,4 +115,7 @@
 distcleanDataManip:
 	$(MAKE) --directory=dataManip distclean
+
+distcleanAstronomy:
+	$(MAKE) --directory=astronomy distclean
 
 
