Unless person account is enabled, the GetSlivers does not return the user key to...
[sfa.git] / Makefile
index 57c74ce..0ada9fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,11 @@
 DESTDIR="/"
 
 ##########
-all: keyconvert python
+all: keyconvert python wsdl
 
-install: keyconvert-install python-install
+install: keyconvert-install python-install wsdl-install
 
-clean: keyconvert-clean python-clean
+clean: keyconvert-clean python-clean wsdl-clean
 
 .PHONY: all install clean 
 
@@ -26,7 +26,7 @@ keyconvert-clean:
 .PHONY: keyconvert keyconvert-install keyconvert-clean 
 
 ##########
-python: index
+python: 
 
 python-install:
        python setup.py install --root=$(DESTDIR)
@@ -37,25 +37,24 @@ python-clean:
 
 .PHONY: python python-install python-clean
 ##########
+wsdl: 
+       $(MAKE) -C wsdl 
 
-# are the .java files used ?
-tags:  
-       find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$' | xargs etags
-.PHONY: tags
-
+# propagate DESTDIR from the specfile
+wsdl-install:
+       $(MAKE) -C wsdl install 
 
-########## indexes
-subdirs = client methods plc server trust util
-init := sfa/__init__.py $(foreach subdir, $(subdirs), sfa/$(subdir)/__init__.py)
+wsdl-clean:
+       $(MAKE) -C wsdl clean
 
-force:
-.PHONY: force 
+.PHONY: wsdl wsdl-install wsdl-clean
+##########
 
-index: $(init)
-.PHONY: index
+# are the .java files used ?
+tags:  
+       find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$|\.pdf$$' | xargs etags
+.PHONY: tags
 
-$(init):
-       touch $@
 
 ########## sync
 # 2 forms are supported