genode/repos/libports/lib/import/import-curl.mk

14 lines
349 B
Makefile
Raw Normal View History

INC_DIR += $(call select_from_ports,curl)/include
2014-05-23 12:12:21 +02:00
ifeq ($(filter-out $(SPECS),32bit),)
TARGET_CPUARCH=32bit
else ifeq ($(filter-out $(SPECS),64bit),)
TARGET_CPUARCH=64bit
endif
# include architecture specific curlbuild.h
REP_INC_DIR += src/lib/curl/$(TARGET_CPUARCH)
REP_INC_DIR += src/lib/curl/$(TARGET_CPUARCH)/curl
REP_INC_DIR += src/lib/curl