summaryrefslogtreecommitdiff
path: root/packages/TPF/maketpf.env_curl
blob: fd9a90f28622cc8574b77332a9daaf1b0c239d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
################################################################################
#env TPF CURL Includes
################################################################################
################################################################################

################################################################################
# Define the directories where the shared objects reside
################################################################################ 
ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib)

################################################################################
# Set the include/header file directories
################################################################################

ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include)
ROOTINCDIRS += $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include/curl)

################################################################################
# Define "TPF" to enable TPF-specific code in Curl files.
################################################################################

CFLAGS_$(APP) += -D TPF