icmstart

icmake.7.22.01.tar.gz

1992-2015


icmstart(1)

icmstart(1)

icmake.7.22.01.tar.gz starts icmbuild program maintenance

1992-2015

NAME

icmstart - A startup script for icmbuild program maintenance

SYNOPSIS

icmstart [Options] top-dir [program|library]

DESCRIPTION

The icmstart script is a generic script that can be used to start program maintenance using icmake(1) and icmbuild(1). Icmstart creates an initial directory top-dir and installs the files CLASSES, VERSION and icmconf below top-dir. A second argument `program' or `library' may be specified as the default mode of operation of the icmbuild(1) script.

Skeleton files for the main directory and subdirectories, by default listed in the file /etc/icmake/icmstart.rc, may be installed as well (cf. icmstart.rc(7)).

After changing to the directory created by icmstart the icmbuild(1) script may be used for program maintenance.

OPTIONS

Icmstart may be called with the following options, which (if specified) must be the first arguments of icmstart:

Since icmstart uses cp to install files, cp must be available when icmstart should install skeleton files.

SKELETON FILES

Skeleton resource files may contain comment (empty lines and lines beginning with the hash-mark (#)) which is ignored, and should otherwise contain specifications of resource s to install.

The default resource file is /etc/icmake/icmstart.rc, contains


    CLASSES
    P main.cc 
    P main.ih 
    P usage.cc
    P version.cc
    P ? scanner 
    P ? parser  
        
This file is overruled by ~/.icmake/icmstart.rc. See icmstart.rc(7) for details about the format of the icmstart.rc file.

CONFIGURATION FILES

The configuration files icmstart.rc, AUTHOR, YEARS and VERSION are recognized and processed by icmstart.

If the -c option was specified configuration files found in the path specified at this option are used. If not specified or if a file isn't found then the path ~/icmake is inspected. If a configuration file isn't found in ~/icmake either, configuration files in /etc/icmake are used.

Configuration files are not required for the proper operation of icmstart. When absent icmstart performs the following default actions:

  • If the file icmstart.rc does not exist (or is empty) icmstart will not install any of the files normally found in icmstart.rc, but the initial project directory, icmconf and VERSION are installed. )

    FILES

    The mentioned paths are sugestive only and may be installation dependent:

    SEE ALSO

    icmake(1), icmbuild(1), icmconf(7), icmstart.rc(7).

    BUGS

    None reported

    COPYRIGHT

    This is free software, distributed under the terms of the GNU General Public License (GPL).

    AUTHOR

    Frank B. Brokken (f.b.brokken@rug.nl).