X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=c8dc124fef86bdf59bd73bdc324b5f3f1a3f279d;hb=1a4e7c927e6772ec8fb6a4142d91c1a7fef99136;hp=d92ac3f743338a0792cbb3aa8a853c45ef0d10c3;hpb=9d6bd4c9fa7aaa936cc4198ff59d1e1aa915db3f;p=gc-dialer diff --git a/Makefile b/Makefile index d92ac3f..c8dc124 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TODO_FILE=./TODO DEBUGGER=winpdb UNIT_TEST=nosetests --with-doctest -w . SYNTAX_TEST=support/test_syntax.py -STYLE_TEST=../../Python/tools/pep8.py --ignore=W191 +STYLE_TEST=../../Python/tools/pep8.py --ignore=W191,E501 LINT_RC=./support/pylint.rc LINT=pylint --rcfile=$(LINT_RC) PROFILE_GEN=python -m cProfile -o .profile @@ -38,9 +38,9 @@ test: $(OBJ) $(UNIT_TEST) build: $(OBJ) - @# @todo Add a PYC generation step rm -Rf $(BUILD_PATH) mkdir $(BUILD_PATH) + cp $(SOURCE_PATH)/constants.py $(BUILD_PATH) cp $(SOURCE_PATH)/$(PROJECT_NAME).py $(BUILD_PATH) $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; ) $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )