From 91d17108c93aaf497ded38e30892913b61ae1021 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 24 Nov 2018 22:50:05 -0500 Subject: project: python's extension modules: incorporate into the main build. --- project/extras.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'project') diff --git a/project/extras.mk b/project/extras.mk index 93d1edc..815471f 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -71,3 +71,11 @@ Modules/_sqlite/%.o: $(SOURCE_DIR)/Modules/_sqlite/%.c $(ALL_HEADERS) host.tag # build rules for python's extension modules include $(PROJECT_DIR)/project/pyexts.mk + + +# shared extension modules: desired subset +ifeq ($(ALL_STATIC),yes) +all: $(PYEXT_SUBSET_STATIC) +else +all: $(PYEXT_SUBSET_SHARED) +endif -- cgit v1.2.3