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