IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2307


Ignore:
Timestamp:
Nov 8, 2004, 2:58:23 PM (22 years ago)
Author:
harman
Message:

Added fileUtils directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r1340 r2307  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-29 21:55:44 $
     5##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-11-09 00:58:23 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232# Define the target to build
    3333
    34 ALLTARGETS = sysUtils collections image dataManip astronomy
     34ALLTARGETS = sysUtils collections image dataManip astronomy fileUtils
    3535
    3636TARGET_DYNAMIC = libpslib.$(DLL)
     
    3939# Define the installation targets
    4040
    41 INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy
     41INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy installFileUtils
    4242
    4343# Define the clean up targets
    4444
    45 CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
    46 
    47 CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy
     45CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy cleanFileUtils
     46
     47CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy cleandepFileUtils
    4848
    4949# Define the distribution clean up targets
    5050
    51 DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy
     51DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy distcleanFileUtils
    5252
    5353# Define PHONY target "all" which will make all necessary items
     
    7777        $(MAKE) --directory=astronomy all
    7878
     79fileUtils:
     80        $(MAKE) --directory=fileUtils all
     81
    7982## ADD ADDITIONAL PORTIONS OF PSLIB HERE
    8083
     
    97100        $(MAKE) --directory=astronomy install
    98101
     102installFileUtils:
     103        $(MAKE) --directory=fileUtils install
     104
    99105# Define PHONY target "cleanSysUtils" which will clean up the development
    100106# area for system utilites
     
    115121        $(MAKE) --directory=astronomy clean
    116122
     123cleanFileUtils:
     124        $(MAKE) --directory=fileUtils clean
     125
    117126#Define PHONY target "cleandep*" which will clean up the dependency files
    118127
     
    132141        $(MAKE) --directory=astronomy cleandep
    133142
     143cleandepFileUtils:
     144        $(MAKE) --directory=fileUtils cleandep
     145
    134146# Define PHONY target "distcleanSysUtils which will clean up the distribution
    135147# files related to system utilities
     
    149161distcleanAstronomy:
    150162        $(MAKE) --directory=astronomy distclean
     163
     164distcleanFileUtils:
     165        $(MAKE) --directory=fileUtils distclean
    151166
    152167
     
    213228
    214229# List of PHONY targets with make file
    215 .PHONY:  sysUtils collections image dataManip astronomy
     230.PHONY:  sysUtils collections image dataManip astronomy fileUtils
Note: See TracChangeset for help on using the changeset viewer.