added --extractgids, --dumpparents
[sfa.git] / Makefile
index d07a9fd..ea0ad1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
 #
 # 
 # Meta
+DESTDIR="/"
 init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py 
 
 subdirs := keyconvert #pyOpenSSL-0.9
@@ -64,3 +65,7 @@ endif
 force:
 
 .PHONY: all install force clean index tags $(subdirs)
+
+# are the .java files used ?
+tags:  
+       find . -name '*.py' -o -name '*.sh' -o -name '*.ecore'  | grep -v '/\.svn/' | xargs etags