X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=82ec3a96d94c9a0349b187148f46aa361e313730;hb=9eba9ad0796e65b1ddcf7b2671431bee304f6bc0;hp=e093660868ad5150f3d57f6c15d0280734f5ba1f;hpb=4acd975c86347538ee61a52ecde13ae924436048;p=sfa.git diff --git a/Makefile b/Makefile index e0936608..82ec3a96 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ SCMURL=should-be-redefined-by-specfile python: version -version: sfa/util/version.py -sfa/util/version.py: sfa/util/version.py.in +version: sfa/util/version.py +sfa/util/version.py: sfa/util/version.py.in force sed -e "s,@VERSIONTAG@,$(VERSIONTAG),g" -e "s,@SCMURL@,$(SCMURL),g" sfa/util/version.py.in > $@ xmlbuilder-install: @@ -125,12 +125,12 @@ force: ########## # a lot of stuff in the working dir is just noise -scan: +files: @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' tags: - $(MAKE) scan | xargs etags + $(MAKE) files | xargs etags -.PHONY: scan tags +.PHONY: files tags signatures: (cd sfa/methods; grep 'def.*call' *.py > SIGNATURES)