IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2004, 3:10:38 PM (22 years ago)
Author:
harman
Message:

Added fileUtils directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/Makefile

    r2152 r2309  
    33##  Makefile:   test
    44##
    5 ##  $Revision: 1.9 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-10-15 19:14:11 $
     5##  $Revision: 1.10 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-11-09 01:10:38 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6161        $(MAKE) --directory=sysUtils install
    6262        $(MAKE) --directory=astronomy install
     63        $(MAKE) --directory=fileUtils install
    6364
    6465# Define PHONY target "distclean" which will cleanup the distribution
     
    6970        $(MAKE) --directory=dataManip distclean
    7071        $(MAKE) --directory=sysUtils distclean
     72        $(MAKE) --directory=astronomy distclean
     73        $(MAKE) --directory=fileUtils distclean
    7174        $(RM) $(TARGET_STATIC)
    7275        $(RM) $(TARGET_DYNAMIC)
     
    8184        $(MAKE) --directory=dataManip clean
    8285        $(MAKE) --directory=sysUtils clean
     86        $(MAKE) --directory=astronomy clean
     87        $(MAKE) --directory=fileUtils clean
    8388        @echo "    Deleting intermediate files for 'test'"
    8489        $(RM) $(SRC_OBJS) *.lint
Note: See TracChangeset for help on using the changeset viewer.