• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-420330

scripts/H03-May-2022-3,6072,744

AUTHORSH A D10-Jan-20091.1 KiB2822

COPYINGH A D08-Feb-200834.3 KiB675553

ChangeLogH A D10-Jan-20095.6 KiB117109

INSTALLH A D08-Feb-20089.3 KiB238179

Makefile.amH A D10-Jan-2009769 202

Makefile.inH A D10-Jan-200919.9 KiB652554

NEWSH A D10-Jan-20091.1 KiB2520

READMEH A D10-Jan-20092.8 KiB6451

THANKSH A D10-Jan-20091.9 KiB4636

aclocal.m4H A D10-Jan-2009264.4 KiB7,5336,772

change-releaseH A D10-Jan-20094 KiB12983

config.guessH A D23-Oct-200743.5 KiB1,5171,305

config.h.inH A D10-Jan-20091.8 KiB7350

config.subH A D23-Oct-200732 KiB1,6271,483

configureH A D10-Jan-2009689.6 KiB21,88717,433

configure.inH A D10-Jan-20091.4 KiB5125

install-shH A D08-Feb-200813.3 KiB520344

ltmain.shH A D08-Feb-2008195.3 KiB6,9655,506

missingH A D08-Feb-200810.9 KiB368275

prepClearRepCommitH A D10-Jan-20092 KiB9064

prj.specH A D10-Jan-20096.1 KiB15848

reconfH A D10-Jan-20091.4 KiB5428

README

1Welcome to the project GTGT / release <#3.2.0#>
2Copyright (C) 2001/2002/2003/2004/2005/2006/2007/2008/2009
3karsten reincke <karsten.reincke@fodina.de>
4-------------------------------------------------------
5This file is part of of the software-project GTGT.
6
7GTGT is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12GTGT is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20Please see the file COPYING for details.
21-------------------------------------------------------
22For documentation, please see the files in the doc subdirectory.
23For building and installation instructions please see the INSTALL file.
24
25Three scripts are constituting general-project-template-generate-tools:
26gcng , gscg and gptg. they can be installed using the normal mode:
27
28./configure --prefix=/whereever/youwant/tohave/them
29make
30su
31make install
32
33the three scripts offer the following possibilities:
34
35gcng = general-copyright-note-generator
36       --------------------------------
37       script of generating files which already contain the correct
38       copyright-header regardless which copyright shall and
39       which programming-language shall be used
40
41gscg = general-source-code-generator
42       --------------------------------
43       script for generating all already compilable source-files of
44       a software-module, namely the header-file as module-declaration
45       and the source-file as module-defintion.
46
47       you can select c or c++ as that programming-language, which is
48       used for writing the functions. think gsng as program, which is
49       able to create very sophisticated hello-world-modules.
50
51gptg = general-project-template-generator
52       ----------------------------------
53
54       script for generating the whole set of files for an already
55       compilable and installable software-project: using gscg
56       + gcng too gptg will offer a project-directory which is
57       totally prepared for the use of autoconf and automake
58       and which contains a hello-program - being built up from two
59       modules and one static library -  and which offers already a
60       shared library.
61
62       so you get a template, which only must be adopted
63       to what you want to have.
64