gtk2-infobar \
libperl \
libpython \
+ libpython-version \
libnuma
$(foreach test,$(FEATURE_TESTS),$(call feature_check,$(test),$(test)))
$(call disable-python,Python.h (for Python 2.x))
else
- ifneq ($(call try-cc,$(SOURCE_PYTHON_VERSION),$(FLAGS_PYTHON_EMBED),python version),y)
+ ifneq ($(feature-libpython-version), 1)
$(warning Python 3 is not yet supported; please set)
$(warning PYTHON and/or PYTHON_CONFIG appropriately.)
$(warning If you also have Python 2 installed, then)
test-gtk2-infobar \
test-libperl \
test-libpython \
+ test-libpython-version \
test-libnuma
CC := $(CC) -MD
test-libpython:
$(BUILD) $(FLAGS_PYTHON_EMBED)
+test-libpython-version:
+ $(BUILD) $(FLAGS_PYTHON_EMBED)
+
-include *.d */*.d
###############################