IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 651


Ignore:
Timestamp:
May 12, 2004, 11:49:39 AM (22 years ago)
Author:
gusciora
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r641 r651  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-12 00:17:20 $
     5##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-12 21:49:39 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232# Define the target to build
    3333
    34 ALLTARGETS = sysUtils
     34ALLTARGETS = sysUtils collections
    3535
    3636TARGET_DYNAMIC = libpslib.$(DLL)
     
    3939# Define the installation targets
    4040
    41 INSTALLTARGETS = installSysUtils
     41INSTALLTARGETS = installSysUtils installCollections
    4242
    4343# Define the clean up targets
    4444
    45 CLEANTARGETS = cleanSysUtils
     45CLEANTARGETS = cleanSysUtils cleanCollections
    4646
    4747# Define the distribution clean up targets
    4848
    49 DISTCLEANTARGETS = distcleanSysUtils
     49DISTCLEANTARGETS = distcleanSysUtils distcleanCollections
    5050
    5151# Define PHONY target "all" which will make all necessary items
     
    6363        $(MAKE) --directory=sysUtils all
    6464
     65collections:
     66        $(MAKE) --directory=collections all
     67
     68
    6569## ADD ADDITIONAL PORTIONS OF PSLIB HERE
    6670
     
    7175        $(MAKE) --directory=sysUtils install
    7276
     77installCollections:
     78        $(MAKE) --directory=collections install
     79
     80
    7381# Define PHONY target "cleanSysUtils" which will clean up the development
    7482# area for system utilites
     
    7684cleanSysUtils:
    7785        $(MAKE) --directory=sysUtils clean
     86
     87cleanCollections:
     88        $(MAKE) --directory=collections clean
    7889
    7990# Define PHONY target "distcleanSysUtils which will clean up the distribution
     
    8394        $(MAKE) --directory=sysUtils distclean
    8495       
     96distcleanCollections:
     97        $(MAKE) --directory=collections distclean
     98
     99
    85100# Rule to make include directory if needed
    86101
     
    141156
    142157# List of PHONY targets with make file
    143 .PHONY:  sysUtils
     158.PHONY:  sysUtils collections
Note: See TracChangeset for help on using the changeset viewer.