maketpf.env_curl 1.2 KB

12345678910111213141516171819202122232425
  1. ################################################################################
  2. ################################################################################
  3. #env TPF CURL Includes
  4. ################################################################################
  5. ################################################################################
  6. ################################################################################
  7. # Define the directories where the shared objects reside
  8. ################################################################################
  9. ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)
  10. ################################################################################
  11. # Set the include/header file directories
  12. ################################################################################
  13. ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include)
  14. ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include/curl)
  15. ################################################################################
  16. # Define "TPF" to enable TPF-specific code in Curl files.
  17. ################################################################################
  18. CFLAGS_$(APP) += -D TPF