blob: 91a2573a1a549248d9d746923d8cfbdd8ef90c4e [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001################################################################################
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