Merge pull request #2319 from jwillemsen/jwi-cosevent-uncheckednarrow
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / docs / templates / gnu.txt
blobe7ebdbc0ef9b94f63816998f18bfed915946e86d
1 // This defines the role of all the template variables specific to the
2 // 'gnuace' project type.
3 //
4 // Please try to keep this alphabetically sorted.
5 //
6 build_dir_per_project = Specifies to use per project object file output dirs (VDIR and VSHDIR) if set to '1'.
7 idl_files = When a Define_Custom(IDL) is used, they will be accessible through this variable name.
8 install = This is a synonym for exeout.
9 linkflags = Platform specific flags passed during the linking of dynamic libraries and executables.
10 tao = Indicates whether or not this project contains TAO code.
11 tao_idl = The full path to the idl compiler.
12 tao_idl_dep = The full path to the idl compiler as a dependency.
13 tao_idlflags = The default flags for the idl compiler.
14 targetoutdir = Specifies a location for all targets and intermediaries within the makefile.  It should always end in a slash.
15 vpath = The value will be used as the VPATH setting within the makefile.
16 xerceslib = The name of the Xerces library.