Changeset 9876 for trunk/makefile


Ignore:
Timestamp:
Feb 28, 2003, 11:32:50 AM (23 years ago)
Author:
sandervl
Message:

KSO: makefile updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r7996 r9876  
    1 # $Id: makefile,v 1.20 2002-02-23 23:47:08 bird Exp $
     1# $Id: makefile,v 1.21 2003-02-28 10:26:33 sandervl Exp $
    22
    33#
     
    6868
    6969cleanall:
    70     SET DEBUG=
    7170    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 
     71    -@$(DODIRS) "$(ALL_DIRS)"   $(MAKE_CMD) NODEP=1 cleanall
     72    rm -Rf bin\Debug* bin\Release\* bin\Profile*
     73       
    8474
    8575#
Note: See TracChangeset for help on using the changeset viewer.