# ******************************************************************************
# (C) Automotive-Lighting Reutlingen GmbH  -  ALRT/EEG
#     Tuebinger Strasse 123, 72762 Reutlingen, Germany
# ******************************************************************************

# ------------------------------------------------------------------------------
# file   CustVar_200_PostBuild.gmk
#
# \brief customer variant make post-build operations
#
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# PostBuild
# ------------------------------------------------------------------------------
.PHONY: PostBuild
PostBuild: PostBuildCover DoPostBuildSpecific
	@$(GNUECHO) +++ Perform post-build events +++
	@$(GNUECHO)
	@$(GNUECHO) +++ Post-build events depends on PostBuildCover +++
	@$(GNUECHO)

# ------------------------------------------------------------------------------
# DoPostBuildSpecific Call the PostBuild Specific events
# ------------------------------------------------------------------------------
.PHONY: DoPostBuildSpecific
DoPostBuildSpecific:
	@$(GNUECHO) +++ DoPostBuildSpecific perform specific post build events +++
	@$(GNUECHO) +++ This project does not have any specific post build events +++
	@$(GNUECHO)
