1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-02 20:59:09 +03:00

r26186: Generate SWIG files as part of autogen.sh

(This used to be commit 4429f8b87e)
This commit is contained in:
Jelmer Vernooij
2007-11-28 22:41:29 +01:00
committed by Stefan Metzmacher
parent 06e444d913
commit 16325f1339
3 changed files with 14 additions and 4 deletions

View File

@ -22,14 +22,14 @@ swig: pythonmods
.i_wrap.c:
$(SWIG) -Wall -I$(srcdir)/scripting/swig -python -keyword $<
clean::
realdistclean::
@echo "Removing SWIG output files"
@-rm -f bin/python/*
# FIXME: Remove _wrap.c files
pythonmods: $(PYTHON_DSOS)
PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py
PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py bin/python/tdb.py
pydoctor:: pythonmods
LD_LIBRARY_PATH=bin/shared PYTHONPATH=bin/python pydoctor --make-html --docformat=restructuredtext --add-package scripting/python/samba/ $(addprefix --add-module , $(PYDOCTOR_MODULES))