aboutsummaryrefslogtreecommitdiff
path: root/packages/TPF/maketpf.env_curl
diff options
context:
space:
mode:
Diffstat (limited to 'packages/TPF/maketpf.env_curl')
-rw-r--r--packages/TPF/maketpf.env_curl24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/TPF/maketpf.env_curl b/packages/TPF/maketpf.env_curl
new file mode 100644
index 000000000..fd9a90f28
--- /dev/null
+++ b/packages/TPF/maketpf.env_curl
@@ -0,0 +1,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
+