2009-05-01 20:39:40 +08:00
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
#env TPF CURL Includes
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Define the directories where the shared objects reside
|
2010-02-15 03:40:18 +08:00
|
|
|
################################################################################
|
|
|
|
|
2009-05-01 20:39:40 +08:00
|
|
|
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
|
|
|
|
|