IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2004, 10:42:54 AM (22 years ago)
Author:
desonia
Message:

moved image stuff to own folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r1232 r1264  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-15 22:43:53 $
     5##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-22 20:42:54 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727   VERSION:= ": Project Version: Unknown "
    2828else
    29    VERSION:= ": Project Version: $(NAME) "
     29   VERSION:= ": Project VersidistcleanSysUtils:
     30        $(MAKE) --directory=sysUtils distclean
     31       
     32on: $(NAME) "
    3033endif
    3134
    3235# Define the target to build
    3336
    34 ALLTARGETS = sysUtils collections dataManip astronomy
     37ALLTARGETS = sysUtils collections image dataManip astronomy
    3538
    3639TARGET_DYNAMIC = libpslib.$(DLL)
     
    3942# Define the installation targets
    4043
    41 INSTALLTARGETS = installSysUtils installCollections installDataManip installAstronomy
     44INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy
    4245
    4346# Define the clean up targets
    4447
    45 CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip cleanAstronomy
     48CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
    4649
    4750# Define the distribution clean up targets
    4851
    49 DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip distcleanAstronomy
     52DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy
    5053
    5154# Define PHONY target "all" which will make all necessary items
     
    6265sysUtils:
    6366        $(MAKE) --directory=sysUtils all
     67
     68image:
     69        $(MAKE) --directory=image all
    6470
    6571collections:
     
    8086        $(MAKE) --directory=sysUtils install
    8187
     88installImage:
     89        $(MAKE) --directory=image install
     90
    8291installCollections:
    8392        $(MAKE) --directory=collections install
     
    95104        $(MAKE) --directory=sysUtils clean
    96105
     106cleanImage:
     107        $(MAKE) --directory=image clean
     108
    97109cleanCollections:
    98110        $(MAKE) --directory=collections clean
     
    109121distcleanSysUtils:
    110122        $(MAKE) --directory=sysUtils distclean
     123       
     124distcleanImage:
     125        $(MAKE) --directory=image distclean
    111126       
    112127distcleanCollections:
     
    180195
    181196# List of PHONY targets with make file
    182 .PHONY:  sysUtils collections dataManip astronomy
     197.PHONY:  sysUtils collections image dataManip astronomy
Note: See TracChangeset for help on using the changeset viewer.