
all:
	make -C src
install:
	make -C src install
clean:
	make -C src clean
GPL:
	cp -a $(shell pwd) $(GPL_DIR)/common/
