From e3374bb48daa0235811d384bce55e39b6cf6abda Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 2 Aug 2005 06:10:31 +0000 Subject: r8910: An initial parser to parse structures in smb_interfaces.h. This will be used to generate ejs objects for making raw smb calls. Running 'make smb_interfaces' should run the build_smb_interfaces.pl script which at the moment only displays a dump of the parsed data. Const is also not working right now but it's bedtime. (This used to be commit 1be5f55d7f6926bf7266ea72623990f0bb558c94) --- source4/build/smb_build/makefile.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/build/smb_build/makefile.pm') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 530a040565..a5c97a13da 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -140,6 +140,13 @@ idl: build/pidl/Parse/Pidl/IDL.pm build/pidl/Parse/Pidl/IDL.pm: build/pidl/idl.yp -yapp -s -m 'Parse::Pidl::IDL' -o build/pidl/Parse/Pidl/IDL.pm build/pidl/idl.yp +smb_interfaces: build/pidl/smb_interfaces.pm + $(PERL) -Ibuild/pidl script/build_smb_interfaces.pl \ + include/smb_interfaces.h + +build/pidl/smb_interfaces.pm: build/pidl/smb_interfaces.yp + -yapp -s -m 'smb_interfaces' -o build/pidl/smb_interfaces.pm build/pidl/smb_interfaces.yp + pch: proto include/includes.h.gch pch_clean: -- cgit