added --extractgids, --dumpparents
[sfa.git] / Makefile
index 3052870..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
@@ -10,7 +11,7 @@ subdirs := keyconvert #pyOpenSSL-0.9
 all: $(init) $(subdirs)
 
 install: all
-       python setup.py install --root=$(DESTDIR)
+       python setup.py install --root=$(DESTDIR) --record=GENI_INSTALLED_FILES
 
 $(subdirs): $(init)
 
@@ -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