-
- Downloads
Reimplemented makefile to support our automated build system.
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.
Showing
- .pylintrc-lib 434 additions, 0 deletions.pylintrc-lib
- .pylintrc-test 434 additions, 0 deletions.pylintrc-test
- MMakefile 174 additions, 0 deletionsMMakefile
- Makefile 0 additions, 62 deletionsMakefile
- archive/.gitignore 0 additions, 4 deletionsarchive/.gitignore
- archive/.gitplaceholder 0 additions, 0 deletionsarchive/.gitplaceholder
.pylintrc-lib
0 → 100644
.pylintrc-test
0 → 100644
MMakefile
0 → 100644
Makefile
deleted
100644 → 0
archive/.gitignore
deleted
100644 → 0
archive/.gitplaceholder
0 → 100644
Please register or sign in to comment