/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/python/import_packages/split_modules/Makefile
21 строка
402 B
William S Fulton
Complete the Python 2 removal and fix issues found reviewing it
07 июл 2026, 01:50
07 июл 2026, 01:50
2598574
Код
Авторство
О чём код?
TOP = ../../.. LIBS = subdirs = vanilla vanilla_split check: build for s in $(subdirs); do \ $(MAKE) -C $$s check || exit 1; \ done build: for s in $(subdirs); do \ $(MAKE) -C $$s SWIGOPT='$(SWIGOPT)' LIBS='$(LIBS)' build || exit 1; \ done clean: $(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' python_clean for s in $(subdirs); do \ $(MAKE) -C $$s clean || exit 1; \ done