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.2 by williamc, Thu Mar 18 12:53:57 1999 UTC vs.
Revision 1.5 by williamc, Fri Mar 19 16:55:38 1999 UTC

# Line 1 | Line 1
1   #
2   # Preliminaries
3   #
4 + LIBDIR:=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH)
5  
6   #
7   # Make sure nobody tries to run this directly through gmake
# Line 44 | Line 45 | endif
45   #
46   include ${TOOL_HOME}/toolrules.mk
47  
47
48   #
49   # -- Some tool setups which dont yet have a home
50   #
# Line 61 | 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   #
72   ifdef SUBDIRS
73   $(SUBDIRS)::
74          @echo ------- Building ---- $@ -----------
75 <        cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build
75 >        @cd $(LOCALTOP)/$(ClassDir)/$@; $(TOOL_HOME)/scram build
76   endif
77  
78   #
# Line 109 | 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