Welcome to the project GTGT / release <#3.0.0#> Copyright (C) 2001/2002/2003/2004/2005/2006/2007/ karsten reincke ------------------------------------------------------- This file is part of of the software-project GTGT. GTGT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. GTGT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Please see the file COPYING for details. ------------------------------------------------------- For documentation, please see the files in the doc subdirectory. For building and installation instructions please see the INSTALL file. Three scripts are constituting general-project-template-generate-tools: gcng , gscg and gptg. they can be installed using the normal mode: ./configure --prefix=/whereever/youwant/tohave/them make su make install the three scripts offer the following possibilities: gcng = general-copyright-note-generator -------------------------------- script of generating files which already contain the correct copyright-header regardless which copyright shall and which programming-language shall be used gscg = general-source-code-generator -------------------------------- script for generating all already compilable source-files of a software-module, namely the header-file as module-declaration and the source-file as module-defintion. you can select c or c++ as that programming-language, which is used for writing the functions. think gsng as program, which is able to create very sophisticated hello-world-modules. gptg = general-project-template-generator ---------------------------------- script for generating the whole set of files for an already compilable and installable software-project: using gscg + gcng too gptg will offer a project-directory which is totally prepared for the use of autoconf and automake and which contains a hello-program - being built up from two modules and one static library - and which offers already a shared library. so you get a template, which only must be adopted to what you want to have.