V=1.1

test:
	(cd test; make)
	
doc:
	doxygen Doxyfile
	(cd doc/latex; make pdf)

clean:
	rm -f src/*o test/*o examples/*p

disttar:
	make clean
	(cd ..; tar zvcf fps-${V}.tgz fps-${V}/README fps-${V}/Doxyfile fps-${V}/Makefile fps-${V}/src)

butar:
	(cd ..; tar zvcf fps-${V}.tgz fps-${V})

flop:
	make butar
	mcopy -v -o ../fps-${V}.tgz a:
bu:
	make butar
	scp ../fps-${V}.tgz europa:
