summaryrefslogtreecommitdiff
path: root/cesar/cp2/pwl/doc/scilab/Makefile
blob: 7c4e21155056332a12d0d5592c860b5bafcd8220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PAGES= estimate_acl_freq_decrease estimate_acl_freq_increase estimate_acl_stable

all: $(PAGES)

%: %.sce
	if [ ! -d res ]; then mkdir res; fi;
	cp $< myfile.sce
	echo "exit" >> myfile.sce
	scilab -f myfile.sce
	rm myfile.sce
	mv *.csv res
	mv *.h res

clean:
	rm -rf res