File: shape_stdvar.7

package info (click to toggle)
shapetools 1.4pl6-17
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,376 kB
  • sloc: ansic: 39,081; makefile: 4,219; sh: 1,593; lisp: 773; sed: 55; awk: 10
file content (47 lines) | stat: -rw-r--r-- 2,052 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
38
39
40
41
42
43
44
45
46
47
.ig
 Copyright (C) 1993,1994 by the author(s).
 
 This software is published in the hope that it will be useful, but
 WITHOUT ANY WARRANTY for any part of this software to work correctly
 or as described in the manuals. See the ShapeTools Public License
 for details.

 Permission is granted to use, copy, modify, or distribute any part of
 this software but only under the conditions described in the ShapeTools 
 Public License. A copy of this license is supposed to have been given
 to you along with ShapeTools in a file named LICENSE. Among other
 things, this copyright notice and the Public License must be
 preserved on all copies.


Author: Andreas Lampen (Andreas.Lampen@cs.tu-berlin.de)

$Header: shape_stdvar.7[6.0] Fri Jun 25 17:01:52 1993 andy@cs.tu-berlin.de frozen $
..
.TH "SHAPE_STDVAR" 7 "" \n(dy.\n(mo.\n(yr
.SH NAME
shape_stdvar \- shapeTools RMS project wide variant definitions
.SH DESCRIPTION
This file contains common variant definitions to be used in a
software development project supported by the shape release management
system. The stdvar file defines a variant raster for a whole
development project. This central definition facility unifies the
naming and semantics of supported system variants.
.PP
\fIStdvar\fP is to be included into the Shapefiles of any part of the
developed system via shape's include mechanism. The definitions in
stdvar should be carefully designed and maintained for each supported
project. They usually concern variant control for all
hardware/operating system platforms to be supported or variant
settings to produce different qualities of generated code (debug or
optimized).
.PP
Enclosed in the shapeTools distribution, you find the stdvar file
used in the development of the shape toolkit itself. This may be a
good starting point for developing an own variant raster. At least, it
helps you learning the definition syntax. Otherwise, for a description
on the syntax of variant definition parts see the shape(1) manual.
.SH FILES
$(SHAPELIBPATH)/stdvar
.SH SEE ALSO
shape_RMS(1), shape (1)