Go to file
Andrew Waterman bd4e73f6e6 Runs on Mac OS 10.6.7 2011-06-27 15:56:40 -07:00
bin Runs on Mac OS 10.6.7 2011-06-27 15:56:40 -07:00
fesvr Runs on Mac OS 10.6.7 2011-06-27 15:56:40 -07:00
scripts temporary undoing of renaming 2011-06-19 20:47:29 -07:00
.gitignore post-repo-split cleanup 2011-06-19 21:47:32 -07:00
COPYING temporary undoing of renaming 2011-06-19 20:47:29 -07:00
Makefile.in temporary undoing of renaming 2011-06-19 20:47:29 -07:00
README temporary undoing of renaming 2011-06-19 20:47:29 -07:00
aclocal.m4 temporary undoing of renaming 2011-06-19 20:47:29 -07:00
config.h.in temporary undoing of renaming 2011-06-19 20:47:29 -07:00
configure Runs on Mac OS 10.6.7 2011-06-27 15:56:40 -07:00
configure.ac Runs on Mac OS 10.6.7 2011-06-27 15:56:40 -07:00
mcppbs-uguide.txt temporary undoing of renaming 2011-06-19 20:47:29 -07:00

README

==========================================================================
Modular C++ Build System Template
==========================================================================
# Author  : Christopher Batten
# Date    : September 24, 2008
# Version : (under version control)

This is a template for the Modular C++ Build System. Please refer to the
following documentation for more information on the build system:

 - 'mcppbs-uguide.txt'    : Modular C++ Build System User Guide
 - 'utst/utst-uguide.txt' : Unit Testing Framework User Guide
 - 'style-guide.txt'      : C++ Coding Style Guide

Developers should eventually replace this 'README' file with information
on their new project. It is recommended that the new 'README' file keep
pointers to the above documentation so that end-users can learn about
the build system. You may also want to keep the version information
around so that you know what version of the build system you are using.

--------------------------------------------------------------------------
Template Instantiation
--------------------------------------------------------------------------

 - Update project metadata (name, maintainer, etc) in 'configure.ac'
 - Run 'autoconf && autoheader' in project's root directory
 - Add subprojects and update the list in 'configure.ac'

--------------------------------------------------------------------------
Build Steps
--------------------------------------------------------------------------

 % mkdir build
 % cd build
 % ../configure
 % make