From: Thierry Parmentelat Date: Mon, 4 Jul 2011 14:10:34 +0000 (+0200) Subject: hide out files X-Git-Tag: sfa-1.0-27~36^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9dd223478db993dad5fc9d7a387624399071f5fd;p=sfa.git hide out files don't generate svg anymore --- diff --git a/sfa/client/Makefile b/sfa/client/Makefile index 8f334b56..820106e9 100644 --- a/sfa/client/Makefile +++ b/sfa/client/Makefile @@ -38,7 +38,8 @@ BUNDLES-LR += http://www.planet-lab.jp:12347/@auto-plj-sa BUNDLES-LR += http://www.emanicslab.org:12345/@auto-elc-reg BUNDLES-LR += http://www.emanicslab.org:12347/@auto-elc-sa -EXTENSIONS := png svg +#EXTENSIONS := png svg +EXTENSIONS := png #################### ALL += $(foreach bundle,$(BUNDLES),$(word 2,$(subst @, ,$(bundle)))) @@ -49,7 +50,7 @@ all: $(ALL) #################### define bundle_scan_target $(word 2,$(subst @, ,$(1))): - ./sfascan.py $(foreach extension,$(EXTENSIONS),-o $(word 2,$(subst @, ,$(1))).$(extension)) $(word 1,$(subst @, ,$(1))) >& $(word 2,$(subst @, ,$(1))).out + ./sfascan.py $(foreach extension,$(EXTENSIONS),-o $(word 2,$(subst @, ,$(1))).$(extension)) $(word 1,$(subst @, ,$(1))) >& .$(word 2,$(subst @, ,$(1))).out .PHONY: $(word 2,$(subst @, ,$(1))) endef @@ -59,7 +60,7 @@ $(foreach bundle,$(BUNDLES),$(eval $(call bundle_scan_target,$(bundle)))) #################### same but left-to-right define bundle_scan_target_lr $(word 2,$(subst @, ,$(1)))-lr: - ./sfascan.py -l $(foreach extension,$(EXTENSIONS),-o $(word 2,$(subst @, ,$(1)))-lr.$(extension)) $(word 1,$(subst @, ,$(1))) >& $(word 2,$(subst @, ,$(1)))-lr.out + ./sfascan.py -l $(foreach extension,$(EXTENSIONS),-o $(word 2,$(subst @, ,$(1)))-lr.$(extension)) $(word 1,$(subst @, ,$(1))) >& .$(word 2,$(subst @, ,$(1)))-lr.out .PHONY: $(word 2,$(subst @, ,$(1)))-lr endef