]> git.saurik.com Git - apple/coreosmakefiles.git/blame - ReleaseControl/README
CoreOSMakefiles-77.tar.gz
[apple/coreosmakefiles.git] / ReleaseControl / README
CommitLineData
fdbff003
A
1Release Control Support Makefiles
2
3 These makefiles provide a framework for building third-party source
4projects in Release Control. The original sources can be placed in
5a subdirectory of the actual project and wrapped with a simple makefile
6that builds it with the proper options.
7
8 Common.make provides basic functionality following the RC makefile
9API rules. It implements the installsrc and clean targets and defines
10the dependancies between the all the standard targets, including build
11and install.
12
13 GNUSource.make implements the build and install targets for sources
14which use GNU autoconf's configure script to build.
e050961f
A
15
16 BSDSource.make implements the build and install targets for sources
17which use BSD makefiles to build.