]>
Commit | Line | Data |
---|---|---|
fdbff003 A |
1 | Release Control Support Makefiles |
2 | ||
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. | |
7 | ||
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 | |
11 | and install. | |
12 | ||
13 | GNUSource.make implements the build and install targets for sources | |
14 | which use GNU autoconf's configure script to build. | |
e050961f A |
15 | |
16 | BSDSource.make implements the build and install targets for sources | |
17 | which use BSD makefiles to build. |