X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=4c148c990d174d0fdfd5ed407d77685248ed91b9;hb=527f3958dd2c3b65f1ccb68c496656cda3b3b223;hp=8446d4abe0a283d24e9fbe2b0564319e5ab6a823;hpb=8e0d14eb392956355c682dc30a4f7632c41ad181;p=sfa.git diff --git a/Makefile b/Makefile index 8446d4ab..4c148c99 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,12 @@ wsdl-clean: .PHONY: wsdl wsdl-install wsdl-clean +########## +debian: version + $(MAKE) -f Makefile.debian debian +debian.clean: + $(MAKE) -f Makefile.debian clean + ########## tests-install: mkdir -p $(DESTDIR)/usr/share/sfa/tests @@ -144,11 +150,11 @@ RSYNC_EXCLUDES := --exclude .svn --exclude .git --exclude '*~' --exclude TAGS $ RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) --no-owner $(RSYNC_EXCLUDES) -CLIENTS = $(shell ls sfa/clientbin/*.py) +CLIENTS = $(shell ls clientbin/*.py) BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ ./sfa/server/sfa-start.py \ - ./sfa/clientbin/sfaadmin.py \ + ./clientbin/sfaadmin.py \ $(CLIENTS) synclib: synccheck