IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2004, 9:01:28 AM (22 years ago)
Author:
harman
Message:

Added astronomy to make and pslib.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r1200 r1222  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.13 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-08 21:32:55 $
     5##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-15 19:01:28 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232# Define the target to build
    3333
    34 ALLTARGETS = sysUtils collections dataManip
     34ALLTARGETS = sysUtils collections dataManip astronomy
    3535
    3636TARGET_DYNAMIC = libpslib.$(DLL)
     
    3939# Define the installation targets
    4040
    41 INSTALLTARGETS = installSysUtils installCollections installDataManip
     41INSTALLTARGETS = installSysUtils installCollections installDataManip installAstronomy
    4242
    4343# Define the clean up targets
    4444
    45 CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip
     45CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip cleanAstronomy
    4646
    4747# Define the distribution clean up targets
    4848
    49 DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip
     49DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip distcleanAstronomy
    5050
    5151# Define PHONY target "all" which will make all necessary items
     
    6969        $(MAKE) --directory=dataManip all
    7070
     71astronomy:
     72        $(MAKE) --directory=astronomy all
    7173
    7274## ADD ADDITIONAL PORTIONS OF PSLIB HERE
     
    8486        $(MAKE) --directory=dataManip install
    8587
     88installAstronomy:
     89        $(MAKE) --directory=astronomy install
    8690
    8791# Define PHONY target "cleanSysUtils" which will clean up the development
     
    97101        $(MAKE) --directory=dataManip clean
    98102
     103cleanAstronomy:
     104        $(MAKE) --directory=astronomy clean
     105
    99106# Define PHONY target "distcleanSysUtils which will clean up the distribution
    100107# files related to system utilities
     
    108115distcleanDataManip:
    109116        $(MAKE) --directory=dataManip distclean
     117
     118distcleanAstronomy:
     119        $(MAKE) --directory=astronomy distclean
    110120
    111121
Note: See TracChangeset for help on using the changeset viewer.