BSL=../ OUTINC=$(BSL)/output/include/bsl/alloc all : rm -rf $(OUTINC) mkdir -p $(OUTINC) cp *.h $(OUTINC) clean : rm -rf $(OUTINC)