summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-07 10:26:46 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:40 +1000
commitd004964142b0eac88528bb556228a49742725f4e (patch)
tree7fe4c720ed31650283e61fba747a6dfe85c6392b /buildtools/wafsamba/wafsamba.py
parent6dcf5563eab238f833b5a0afc215995704d3c9f6 (diff)
downloadsamba-d004964142b0eac88528bb556228a49742725f4e.tar.gz
samba-d004964142b0eac88528bb556228a49742725f4e.tar.bz2
samba-d004964142b0eac88528bb556228a49742725f4e.zip
build: moved main autoproto rule into samba_autoproto.py
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 015db06fd4..7686a891b2 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -336,22 +336,6 @@ def SAMBA_ERRTABLE(bld, name, source,
)
Build.BuildContext.SAMBA_ERRTABLE = SAMBA_ERRTABLE
-
-
-
-################################################################
-# build a C prototype file automatically
-def AUTOPROTO(bld, header, source):
- if header is not None:
- bld.SET_BUILD_GROUP('prototypes')
- bld(
- source = source,
- target = header,
- rule = '../script/mkproto.pl --srcdir=.. --builddir=. --public=/dev/null --private=${TGT} ${SRC}'
- )
-Build.BuildContext.AUTOPROTO = AUTOPROTO
-
-
#################################################################
# define a Samba module.
def SAMBA_MODULE(bld, modname, source,