X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=47dbacc9ca8e0e86ea57757fe39221dbc7563212;hb=5d5dfbe33dc7726efcfbaf622b3ef8dc99090c43;hp=ef3e497d3ef735f67bb0a9b4a0d6a3aca7c7737c;hpb=22d43b8ac09a650ff705d4252d51d23d75ad3a55;p=sfa.git diff --git a/Makefile b/Makefile index ef3e497d..47dbacc9 100644 --- a/Makefile +++ b/Makefile @@ -165,3 +165,13 @@ clientsync: .PHONY: sync fastsync clientsync ########## +CLIENTLIBFILES= \ +sfa/examples/miniclient.py \ +sfa/__init__.py \ +sfa/client/{sfaserverproxy,sfaclientlib,__init__}.py \ +sfa/trust/{certificate,__init__}.py \ +sfa/util/{sfalogging,faults,genicode,enumeration,__init__}.py + +clientlibsync: + @[ -d "$(CLIENTLIBTARGET)" ] || { echo "You need to set the make variable CLIENTLIBTARGET"; exit 1; } + rsync -av --relative $(CLIENTLIBFILES) $(CLIENTLIBTARGET)