summaryrefslogtreecommitdiff
path: root/mobicore/common/curl/packages/TPF/maketpf.env_curl
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/common/curl/packages/TPF/maketpf.env_curl')
-rw-r--r--mobicore/common/curl/packages/TPF/maketpf.env_curl25
1 files changed, 0 insertions, 25 deletions
diff --git a/mobicore/common/curl/packages/TPF/maketpf.env_curl b/mobicore/common/curl/packages/TPF/maketpf.env_curl
deleted file mode 100644
index 91a2573..0000000
--- a/mobicore/common/curl/packages/TPF/maketpf.env_curl
+++ /dev/null
@@ -1,25 +0,0 @@
-################################################################################
-################################################################################
-#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
-