Changeset 7996


Ignore:
Timestamp:
Feb 24, 2002, 12:47:08 AM (24 years ago)
Author:
bird
Message:

Added cleanall rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r7994 r7996  
    1 # $Id: makefile,v 1.19 2002-02-23 23:13:08 bird Exp $
     1# $Id: makefile,v 1.20 2002-02-23 23:47:08 bird Exp $
    22
    33#
     
    6767    @$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) $@
    6868
     69cleanall:
     70    SET DEBUG=
     71    SET CCENV=VAC3
     72    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD)           clean
     73    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) DEBUG=1   clean
     74    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) PROFILE=1 clean
     75    SET CCENV=VAC36
     76    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD)           clean
     77    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) DEBUG=1   clean
     78    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) PROFILE=1 clean
     79    SET CCENV=WAT
     80    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD)           clean
     81    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) DEBUG=1   clean
     82    -@$(DODIRS) "$(ALL_DIRS)"    $(MAKE_CMD) PROFILE=1 clean
     83
    6984
    7085#
Note: See TracChangeset for help on using the changeset viewer.