IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 641


Ignore:
Timestamp:
May 11, 2004, 2:17:20 PM (22 years ago)
Author:
gusciora
Message:

I removed the collections stuff, temporarily (since they were failing
to compile).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r596 r641  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-06 23:25:19 $
     5##  $Revision: 1.8 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-12 00:17:20 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232# Define the target to build
    3333
    34 ALLTARGETS = sysUtils collections
     34ALLTARGETS = sysUtils
    3535
    3636TARGET_DYNAMIC = libpslib.$(DLL)
     
    3939# Define the installation targets
    4040
    41 INSTALLTARGETS = installSysUtils installCollections
     41INSTALLTARGETS = installSysUtils
    4242
    4343# Define the clean up targets
    4444
    45 CLEANTARGETS = cleanSysUtils cleanCollections
     45CLEANTARGETS = cleanSysUtils
    4646
    4747# Define the distribution clean up targets
    4848
    49 DISTCLEANTARGETS = distcleanSysUtils distcleanCollections
     49DISTCLEANTARGETS = distcleanSysUtils
    5050
    5151# Define PHONY target "all" which will make all necessary items
     
    6363        $(MAKE) --directory=sysUtils all
    6464
    65 collections:
    66         $(MAKE) --directory=collections all
    67 
    68 
    6965## ADD ADDITIONAL PORTIONS OF PSLIB HERE
    7066
     
    7571        $(MAKE) --directory=sysUtils install
    7672
    77 installCollections:
    78         $(MAKE) --directory=collections install
    79 
    80 
    8173# Define PHONY target "cleanSysUtils" which will clean up the development
    8274# area for system utilites
     
    8476cleanSysUtils:
    8577        $(MAKE) --directory=sysUtils clean
    86 
    87 cleanCollections:
    88         $(MAKE) --directory=collections clean
    8978
    9079# Define PHONY target "distcleanSysUtils which will clean up the distribution
     
    9483        $(MAKE) --directory=sysUtils distclean
    9584       
    96 distcleanCollections:
    97         $(MAKE) --directory=collections distclean
    98 
    99 
    10085# Rule to make include directory if needed
    10186
     
    156141
    157142# List of PHONY targets with make file
    158 .PHONY:  sysUtils collections
     143.PHONY:  sysUtils
Note: See TracChangeset for help on using the changeset viewer.