File: gnu.txt

package info (click to toggle)
ace 7.0.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 47,260 kB
  • sloc: cpp: 336,263; perl: 31,547; ansic: 11,648; sh: 1,911; python: 529; yacc: 511; xml: 330; lex: 158; lisp: 116; makefile: 89; csh: 20; tcl: 5
file content (16 lines) | stat: -rw-r--r-- 973 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This defines the role of all the template variables specific to the
// 'gnuace' project type.
//
// Please try to keep this alphabetically sorted.
//
build_dir_per_project = Specifies to use per project object file output dirs (VDIR and VSHDIR) if set to '1'.
idl_files = When a Define_Custom(IDL) is used, they will be accessible through this variable name.
install = This is a synonym for exeout.
linkflags = Platform specific flags passed during the linking of dynamic libraries and executables.
tao = Indicates whether or not this project contains TAO code.
tao_idl = The full path to the idl compiler.
tao_idl_dep = The full path to the idl compiler as a dependency.
tao_idlflags = The default flags for the idl compiler.
targetoutdir = Specifies a location for all targets and intermediaries within the makefile.  It should always end in a slash.
vpath = The value will be used as the VPATH setting within the makefile.
xerceslib = The name of the Xerces library.