yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | ################################################################################ |
| 2 | ################################################################################ |
| 3 | #env TPF CURL Includes |
| 4 | ################################################################################ |
| 5 | ################################################################################ |
| 6 | |
| 7 | ################################################################################ |
| 8 | # Define the directories where the shared objects reside |
| 9 | ################################################################################ |
| 10 | |
| 11 | ROOTLIBDIRS := $(foreach d,$(TPF_ROOT),$d/opensource/curl/output/lib) |
| 12 | |
| 13 | ################################################################################ |
| 14 | # Set the include/header file directories |
| 15 | ################################################################################ |
| 16 | |
| 17 | ROOTINCDIRS := $(foreach d,$(TPF_ROOT_LM),$d/opensource/curl/include) |
| 18 | ROOTINCDIRS += $(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 | |
| 24 | CFLAGS_$(APP) += -D TPF |
| 25 | |