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

Comparing COMP/SCRAM/src/toolrules.mk (file contents):
Revision 1.1 by williamc, Mon Mar 1 10:37:55 1999 UTC vs.
Revision 1.2 by williamc, Fri Mar 19 16:55:39 1999 UTC

# Line 1 | Line 1
1   # Some Pre-Defined Rules For Building Stuff
2   #
3   include compilers.mk
4 <
4 > lib : dependencies.mk
5 > bin : dependencies.mk
6  
7   #------------------------------------------------
8   # Default Behaviours - interpreted from makefile
# Line 135 | Line 136 | $(arlibname).$(ArchiveSuffix) : $(Sarchi
136   $(arlibname)_d.$(ArchiveSuffix) : $(Sarchivelibdebugobjs)
137          $(ArchiveCCTool)
138          @mv $@ $(librarystore)
139 +
140 + # -- Dependencies
141 + dependencies.mk: $(files)
142 +        @$(DependencyCCTool)
143 +        @$(TOOL_HOME)/DependencyMangler $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines