2 PRIVATE_DEPENDENCIES
= LIBSAMBA-CONFIG
3 OBJ_FILES
= parammodule.o
6 PRIVATE_DEPENDENCIES
= LIBNDR
7 OBJ_FILES
= uuidmodule.o
10 PRIVATE_DEPENDENCIES
= LIBNDR LIBLDB
19 [ "$(SWIG)" == "no" ] ||
$(SWIG
) -O
-Wall
-I
$(srcdir)/scripting
/swig
-python
-keyword
$<
22 @echo
"Removing SWIG output files"
24 # FIXME: Remove _wrap.c files
26 pythonmods
: $(PYTHON_DSOS
)
28 PYDOCTOR_MODULES
=bin
/python
/ldb.py bin
/python
/auth.py bin
/python
/credentials.py bin
/python
/registry.py bin
/python
/tdb.py bin
/python
/security.py
31 LD_LIBRARY_PATH
=bin
/shared PYTHONPATH
=bin
/python pydoctor
--make-html
--docformat
=restructuredtext
--add-package scripting
/python
/samba
/ $(addprefix --add-module
, $(PYDOCTOR_MODULES
))