Metadata-Version: 1.1
Name: compiletools
Version: 4.1.25
Summary: Tools to make compiling C/C++ projects easy
Home-page: http://zomojo.github.io/compiletools/
Author: Zomojo Pty Ltd
Author-email: geoff@zomojo.com
License: GPLv3+
Download-URL: https://github.com/Zomojo/compiletools/archive/v4.1.25.tar.gz
Description: ============
        compiletools
        ============
        
        --------------------------------------------------------
        C/C++ build tools that requires almost no configuration.
        --------------------------------------------------------
        
        :Author: geoff@zomojo.com
        :Date:   2016-08-09
        :Copyright: Copyright (C) 2011-2016 Zomojo Pty Ltd
        :Version: 4.1.25
        :Manual section: 1
        :Manual group: developers
        
        SYNOPSIS
        ========
            ct-* [compilation args] [filename.cpp] [--variant=<VARIANT>]
        
        DESCRIPTION
        ===========
        The various ct-* tools exist to build C/C++ executables with almost no 
        configuration. For example, to build a C or C++ program, type
        
            ct-cake --auto
        
        which will try to determine the correct source files to generate executables
        from and also determine the tests to build and run.
        
        A variant is a configuration file that specifies various configurable settings
        like the compiler and compiler flags. Common variants are "debug" and "release".
        
        Other notable tools are 
        
        * ct-headertree: provides information about structure of the include files
        * ct-filelist:   provides the list of files needed to be included in a tarball (e.g. for packaging)
        
        SEE ALSO
        ========
        * ct-build
        * ct-build-dynamic-library
        * ct-build-static-library
        * ct-cache
        * ct-cache-clean
        * ct-cake
        * ct-cmakelists
        * ct-config
        * ct-cppdeps
        * ct-create-cmakelists
        * ct-create-makefile
        * ct-filelist
        * ct-findtargets
        * ct-gitroot
        * ct-headertree
        * ct-jobs
        * ct-list-variants
        * ct-magicflags
        
Keywords: c++ make development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
