IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1340


Ignore:
Timestamp:
Jul 29, 2004, 11:55:44 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r1264 r1340  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-22 20:42:54 $
     5##  $Revision: 1.17 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-29 21:55:44 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727   VERSION:= ": Project Version: Unknown "
    2828else
    29    VERSION:= ": Project VersidistcleanSysUtils:
    30         $(MAKE) --directory=sysUtils distclean
    31        
    32 on: $(NAME) "
     29   VERSION:= ": Project Version: $(NAME) "
    3330endif
    3431
     
    4744
    4845CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
     46
     47CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy
    4948
    5049# Define the distribution clean up targets
     
    116115        $(MAKE) --directory=astronomy clean
    117116
     117#Define PHONY target "cleandep*" which will clean up the dependency files
     118
     119cleandepSysUtils:
     120        $(MAKE) --directory=sysUtils cleandep
     121
     122cleandepImage:
     123        $(MAKE) --directory=image cleandep
     124
     125cleandepCollections:
     126        $(MAKE) --directory=collections cleandep
     127
     128cleandepDataManip:
     129        $(MAKE) --directory=dataManip cleandep
     130
     131cleandepAstronomy:
     132        $(MAKE) --directory=astronomy cleandep
     133
    118134# Define PHONY target "distcleanSysUtils which will clean up the distribution
    119135# files related to system utilities
     
    176192        $(RM) -f $(TARGET_STATIC)
    177193        $(RM) -f $(TARGET_DYNAMIC)
     194
     195cleandep: $(CLEANDEPTARGETS)
    178196
    179197# Define PHONY target "distclean" to clean up the distribution area for
Note: See TracChangeset for help on using the changeset viewer.