X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=fc89a214fb37a068bbdeecc7aaa6e0eac1a3332b;hb=9fdbffd4fa452d8d7fc26631f2ee2385d37318b5;hp=68c42b90a19bb1d57a623e3fe6759cf0a6d84e57;hpb=d5914fa3ef20eb82da53242454e019fe419f597b;p=sfa.git diff --git a/Makefile b/Makefile index 68c42b90..fc89a214 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,9 @@ DESTDIR="/" ########## -# turn off wsdl generation until it is fixed -#all: keyconvert python wsdl -#install: keyconvert-install python-install wsdl-install +all: keyconvert python wsdl -all: keyconvert python -install: keyconvert-install python-install +install: keyconvert-install python-install wsdl-install clean: keyconvert-clean python-clean wsdl-clean @@ -33,6 +30,7 @@ python: python-install: python setup.py install --root=$(DESTDIR) + chmod 444 $(DESTDIR)/etc/sfa/default_config.xml python-clean: python setup.py clean @@ -82,10 +80,10 @@ RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $( RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) -BINS = ./config/sfa-config-tty ./sfa/plc/sfa-import-plc.py ./sfa/plc/sfa-nuke-plc.py \ - ./sfa/server/sfa-server.py \ +BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ + ./sfa/plc/sfa-import-plc.py ./sfa/plc/sfa-nuke-plc.py ./sfa/server/sfa-server.py \ ./sfa/client/sfi.py ./sfa/client/getNodes.py ./sfa/client/getRecord.py \ - ./sfa/client/setRecord.py ./sfa/client/genidump.py + ./sfa/client/setRecord.py ./sfa/client/sfadump.py sync: ifeq (,$(SSHURL))