# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |