gambas-source-code/TEMPLATE
Benoît Minisini 5e76433eeb [CONFIGURATION]
* NEW: Do not use deprecated autoconf macros anymore.
* NEW: The version information is now located in the 'version.m4' file in
  the source root directory.


git-svn-id: svn://localhost/gambas/trunk@6230 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-04-05 21:22:43 +00:00
..
conf [INTERPRETER] 2013-07-21 16:19:26 +00:00
template [CONFIGURATION] 2014-04-05 21:22:43 +00:00
make-component [CONFIGURATION] 2012-04-30 00:04:51 +00:00
README [INTERPRETER] 2013-07-21 16:19:26 +00:00
TEMPLATE.c [CONFIGURATION] 2012-01-24 01:06:49 +00:00
TEMPLATE.conf [CONFIGURATION] 2014-04-05 21:22:43 +00:00
TEMPLATE.cpp
TEMPLATE.h [CONFIGURATION] 2012-01-24 01:06:49 +00:00

COMPONENT DIRECTORY TEMPLATE

Here you will find the 'make-component' script, that creates a initial 
component source directory from a configuration file located in the 
'conf' directory.

BE CAREFUL! This template only works inside the complete gambas source 
package structure.

For example, let suppose you want to make a component named 'gb.test',
based on the well known 'test' library:

1) Copy the file 'TEMPLATE.conf' in the 'conf' directory, and rename it
   as 'gb.test.conf'
   
2) Open a terminal, with the current directory being the one where
   the 'make-component' script is located. This is important, because
   otherwise the script won't work.
   
3) Edit the file 'gb.test.conf', and replaces the value of each
   '#define' directive by the appropriate ones. Each directive has
   a commentary that explains its role.
   
4) Once done, run './make-component gb.test'.

5) If everything is ok, you will find a new component directory in the
   parent directory named gb.test, with all needed files and symbolic
   links ready to be build: configure.ac, Makefile.am, ...
   
If something is weird, tell me on the gambas developer mailing-list!

Benoît.