aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 20:37:58 -0700
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-06-19 20:37:58 -0700
commite63e4fbe8794c68e1ad846a36e33cba62e801b34 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /README
parent13c751687d01dc59bfd3e0913cecadf17f025caa (diff)
downloadriscv-pk-e63e4fbe8794c68e1ad846a36e33cba62e801b34.zip
riscv-pk-e63e4fbe8794c68e1ad846a36e33cba62e801b34.tar.gz
riscv-pk-e63e4fbe8794c68e1ad846a36e33cba62e801b34.tar.bz2
Renamed packages
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 0 insertions, 37 deletions
diff --git a/README b/README
deleted file mode 100644
index 610fbe4..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-==========================================================================
-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
-