File: README

package info (click to toggle)
dico 2.12-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,300 kB
  • sloc: ansic: 94,671; sh: 52,520; lex: 4,023; tcl: 1,439; yacc: 1,439; makefile: 1,387; python: 1,310; perl: 1,200; lisp: 489; awk: 157; pascal: 127; javascript: 71; cpp: 50; fortran: 28; asm: 21; sed: 16; xml: 8
file content (37 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

* Overview

The module/template directory contains template files for creating new
Dicod modules.  It is used by the bootstrap tool in the Dico topmost
source directory.

See "bootstrap --help", for a detailed information about the tool and
its operation modes.

* FILE LIST

  This section lists the files that are to be copied from the
  module/template directory to the newly created module
  directory.  They also form the expansion of the <TEMPLATE>
  variable in modules/stub.am.

  On each line, a whitespace character (space or tab) starts a
  comment that spans to the physical end of line.  Empty lines
  are ignored.  Any continuous sequence of one or more
  non-whitespace characters starting in column 1 forms a file
  name.

Makefile.am	     Process this file with automake to create Makefile.
module.c             A template for module source file.   
tests/testsuite.at   Testsuite for the module (main source)
tests/atlocal.in     Local variables for the testsuite (processed by autoconf)
tests/Makefile.am    Makefile for the testsute


Local Variables:
mode: outline
paragraph-separate: "[ 	]*$"
version-control: never
End: