Skip to content
Snippets Groups Projects
  • Jan Mach's avatar
    1043054e
    Reimplemented makefile to support our automated build system. · 1043054e
    Jan Mach authored
    Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of
    required make targets:
      * pyflakes
      * pylint
      * test
      * docs
      * buildbot
    
    Part of this patch is a facelift of make output style and formating.
    1043054e
    History
    Reimplemented makefile to support our automated build system.
    Jan Mach authored
    Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of
    required make targets:
      * pyflakes
      * pylint
      * test
      * docs
      * buildbot
    
    Part of this patch is a facelift of make output style and formating.