MAKE  = make -i -r

# Target specification
all :
	@cd libsrc && $(MAKE) $@

clean:
	@cd libsrc && $(MAKE) -s -f makefile_clean $@
