all:
	make -f Makefile.static
#	make -C shlib

install:
	make -f Makefile.static install

clean:

	make -f Makefile.static clean
#	make -C shlib clean

pristine:
	make -f Makefile.static pristine