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

15 lines
363 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
PYTHON = python-2.6.4
REP_INC_DIR += include/python
INC_DIR += $(call select_from_ports,python)/include
2011-12-22 16:19:25 +01:00
ifeq ($(filter-out $(SPECS),x86),)
ifeq ($(filter-out $(SPECS),32bit),)
REP_INC_DIR += include/python/x86_32
endif # 32bit
ifeq ($(filter-out $(SPECS),64bit),)
REP_INC_DIR += include/python/x86_64
endif # 64bit
endif # x86