ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/basics.mk
(Generate patch)

Comparing COMP/SCRAM/src/basics.mk (file contents):
Revision 1.4 by williamc, Fri Mar 19 14:49:46 1999 UTC vs.
Revision 1.8 by williamc, Mon Mar 22 18:38:39 1999 UTC

# Line 45 | Line 45 | endif
45   #
46   include ${TOOL_HOME}/toolrules.mk
47  
48
48   #
49   # -- Some tool setups which dont yet have a home
50   #
# Line 62 | Line 61 | include $(clientmakefile)
61   #
62   INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$(RELEASETOP)/${INTsrc}
63  
64 + #
65 + # Dependency information
66 + #
67 + include dependencies.mk
68 +
69   #
70   # Process Subdirs
71   #
# Line 110 | Line 114 | echo_%:
114   ifdef DefaultMakefile
115   clean:
116          @echo Cleaning working folder $(workdir)
117 <        @rm -f $(LOCALTOP)/$(workdir)/*
117 >        @rm -rf $(LOCALTOP)/$(workdir)/*
118  
119   very_clean:
120          @echo Cleaning all working folders in $(INTwork)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines