TOPDIR=..
LIBNAME=version
include $(TOPDIR)/Makefiles/Repo-defines.mk
include ${EMPIRIX_PIPELINE_FRAMEWORK_MAKEFILE_SUPPORT_DIR}/Version-defines.mk

.PHONY: all clean_build_intermediate_artifacts clean_build_outputs

all:
	$(info Creating third-party-cpp-libs version header with version: ${FULL_VERSION})
	FULL_VERSION=$(FULL_VERSION) j2 -o include/ThirdPartyCppLibsVersion.h include/ThirdPartyCppLibsVersion.j2

clean_build_outputs: 
	rm -f include/ThirdPartyCppLibsVersion.h

include $(TOPDIR)/Makefiles/ThirdPartyTargetHelpers.mk

