Makefile 715 B

12345678910111213141516171819202122
  1. # build system (Jenkins) should pass the following
  2. #export PROJECT_BUILD_NAME="${build_version_prefix}${BUILD_NUMBER}"
  3. #export PROJECT_BUILD_TARGET="${config_target}"
  4. #PROJECT_BUILD_NAME?=local
  5. #PROJECT_CONFIG_TARGET?=custom
  6. #PROJECT_NAME?=squeezelite.$(PROJECT_CONFIG_TARGET)
  7. #PROJECT_VER?="$(PROJECT_BUILD_NAME)-$(PROJECT_CONFIG_TARGET)"
  8. #recovery: PROJECT_NAME:=recovery.$(PROJECT_CONFIG_TARGET)
  9. #recovery: EXTRA_CPPFLAGS+=-DRECOVERY_APPLICATION=1
  10. PROJECT_NAME?=squeezelite
  11. EXTRA_CPPFLAGS+= -I$(PROJECT_PATH)/main
  12. #/-Wno-error=maybe-uninitialized
  13. include $(IDF_PATH)/make/project.mk
  14. # for future gcc version, this could be needed: CPPFLAGS+= -Wno-error=format-overflow -Wno-error=stringop-truncation