all: femlab meshgen poisson

femlab::
	(cd source; xmkmf; make)

poisson::
	(cd fsource; make -f makepoisson)

meshgen::
	(cd fsource; make -f makemesh)

install :
	cp source/femlab ./bin/;cp fsource/poisson ./bin; \
	 cp fsource/meshgen ./bin/
clean::
	rm -f source/*.o; rm -f fsource/*.o


syntax highlighted by Code2HTML, v. 0.9.1