#############################################################
# Empty stub: this library is header-only
# fmontorsi, 10 March 2016
#

TOPDIR=..
LIBNAME=boost_intrusive_pool
VERSION=2.0      # this is not really used by Makefiles but is useful for documentation purpose
include $(TOPDIR)/Makefiles/Repo-defines.mk

all:
	@echo "$(LIBNAME) is an header-only library. Nothing to do"

clean_build_intermediate_artifacts:
	@echo "$(LIBNAME) is an header-only library. Nothing to do"
	
clean_build_outputs:
	@echo "$(LIBNAME) is an header-only library. Nothing to do"
	

include $(TOPDIR)/Makefiles/ThirdPartyTargetHelpers.mk
