]>
Commit | Line | Data |
---|---|---|
fdbff003 A |
1 | ProjectBuilder Supplemental Makefiles |
2 | ||
3 | These makefiles extend the functionality of the PB makefiles and corrects | |
4 | some bogus assumptions made in the PB makefiles about how projects should | |
5 | build. Some things you get: | |
6 | ||
7 | - More predefined variables: | |
8 | - commands | |
9 | - path locations | |
10 | - Knows how to install man pages placed in the "Supporting Files" bucket | |
11 | - Corrects some assumptions about how projects should build | |
12 | - Not everyone wants ObjC in their frameworks | |
13 | - Handles tool projects which are shell scrips (no compiled code) |