Refactor build system to use waf. Waf is better at handling dependency paths which I need for IDL support
This commit is contained in:
parent
df7f98bc6f
commit
9fd10dec9c
77 changed files with 312 additions and 86 deletions
41
bin/pidl/MANIFEST
Normal file
41
bin/pidl/MANIFEST
Normal file
|
@ -0,0 +1,41 @@
|
|||
MANIFEST
|
||||
tests/parse_idl.pl
|
||||
tests/Util.pm
|
||||
tests/ndr_refptr.pl
|
||||
tests/ndr_string.pl
|
||||
tests/ndr_simple.pl
|
||||
tests/ndr_align.pl
|
||||
tests/ndr_alloc.pl
|
||||
tests/ndr_array.pl
|
||||
tests/ndr.pl
|
||||
tests/samba-ndr.pl
|
||||
tests/util.pl
|
||||
tests/test_util.pl
|
||||
tests/ndr_represent.pl
|
||||
tests/ndr_compat.pl
|
||||
tests/ndr_fullptr.pl
|
||||
tests/ndr_tagtype.pl
|
||||
tests/header.pl
|
||||
lib/Parse/Pidl/Samba3/ClientNDR.pm
|
||||
lib/Parse/Pidl/Samba3/ServerNDR.pm
|
||||
lib/Parse/Pidl/Samba4/NDR/Server.pm
|
||||
lib/Parse/Pidl/Samba4/NDR/Parser.pm
|
||||
lib/Parse/Pidl/Samba4/NDR/Client.pm
|
||||
lib/Parse/Pidl/Samba4/Header.pm
|
||||
lib/Parse/Pidl/Samba4/TDR.pm
|
||||
lib/Parse/Pidl/Samba4/Template.pm
|
||||
lib/Parse/Pidl/Samba4.pm
|
||||
lib/Parse/Pidl/Wireshark/Conformance.pm
|
||||
lib/Parse/Pidl/Wireshark/NDR.pm
|
||||
lib/Parse/Pidl/Typelist.pm
|
||||
lib/Parse/Pidl/Dump.pm
|
||||
lib/Parse/Pidl/Compat.pm
|
||||
lib/Parse/Pidl/Util.pm
|
||||
lib/Parse/Pidl/NDR.pm
|
||||
lib/Parse/Pidl.pm
|
||||
Makefile.PL
|
||||
idl.yp
|
||||
TODO
|
||||
README
|
||||
pidl
|
||||
META.yml
|
Loading…
Add table
Add a link
Reference in a new issue