1 Release Control Support Makefiles
3 These makefiles provide a framework for building third-party source
4 projects in Release Control. The original sources can be placed in
5 a subdirectory of the actual project and wrapped with a simple makefile
6 that builds it with the proper options.
8 Common.make provides basic functionality following the RC makefile
9 API rules. It implements the installsrc and clean targets and defines
10 the dependancies between the all the standard targets, including build
13 GNUSource.make implements the build and install targets for sources
14 which use GNU autoconf's configure script to build.
16 BSDSource.make implements the build and install targets for sources
17 which use BSD makefiles to build.