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

Comparing COMP/SCRAM/src/BuildSystem/objectfiles.mk (file contents):
Revision 1.1.2.3 by williamc, Thu Jun 8 14:31:57 2000 UTC vs.
Revision 1.1.2.4 by williamc, Wed Jun 14 18:49:10 2000 UTC

# Line 87 | Line 87 | include $(TOOL_HOME)/compilers.mk
87          $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CXXDebugFlag) $< -o $@
88          @$(SCRAM_HOME)/src/scramdatestamp $@.ds $@ $^
89  
90 < %_d.o : %.cc
90 > %_d.o : %.cc
91          $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CXXDebugFlag) $< -o $@
92          @$(SCRAM_HOME)/src/scramdatestamp $@.ds $@ $^
93  
# Line 156 | Line 156 | include $(TOOL_HOME)/compilers.mk
156  
157  
158  
159 # -- Dependencies
160 ifndef MAKETARGET_clean
161 %.dep:
162        @$(DependencyCCTool)
163        @$(TOOL_HOME)/DependencyMangler $@
164 endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines