Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CTPP2-CONFIG(1) 	     General Commands Manual		 CTPP2-CONFIG(1)

NAME
     ctpp2-config -- CTPP configuration tool

SYNOPSIS
     ctpp2-config [--version] [--flags] [--cc] [--cxx] [--make] [--libs]
		  [--includes] [--includes2]

DESCRIPTION
     ctpp2-config  parses  data  in JSON format from file source.json and prints
     result to standard output.

     --version
	     print the ctpp2 version number

     --flags
	     print C++ compiler flags

     --cc    print executable name of C compiler

     --cxx   print executable name of C++ compiler

     --make  print executable name of make

     --libs  print displays list of libraries

     --includes
	     print list of include dirs

     --includes2
	     print list of include dirs with '-I' prefixes

EXIT STATUS
     The ctpp2-config utility exits 0 on success, and >0 if an error occurs.

SEE ALSO
     ctpp2c(1), ctpp2vm(1), ctpp2i(1), ctpp2json(1)

HISTORY
     An ctpp2-config command appeared in CTPP 2.0.0.

AUTHOR
     Written by Andrei V. Shetuhin <reki@reki.ru>

REPORTING BUGS
     Report bugs to <reki@reki.ru>.

WEBSITE
     http://ctpp.havoc.ru/en/ - in English

     http://ctpp.havoc.ru/    - for Russian speakers

COPYRIGHT
     Copyright (C) 2004 - 2010 CTPP Dev. Team.

CTPP Dev. Team			  Jun 15, 2010			 CTPP2-CONFIG(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ctpp2-config&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help