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