Move pidl to top-level directory.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 17 Sep 2008 15:12:27 +0000 (17:12 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 17 Sep 2008 15:12:27 +0000 (17:12 +0200)
66 files changed:
pidl/MANIFEST [moved from source4/pidl/MANIFEST with 100% similarity]
pidl/META.yml [moved from source4/pidl/META.yml with 100% similarity]
pidl/Makefile.PL [moved from source4/pidl/Makefile.PL with 100% similarity]
pidl/README [moved from source4/pidl/README with 100% similarity]
pidl/TODO [moved from source4/pidl/TODO with 100% similarity]
pidl/config.m4 [moved from source4/pidl/config.m4 with 100% similarity]
pidl/config.mk [moved from source4/pidl/config.mk with 100% similarity]
pidl/expr.yp [moved from source4/pidl/expr.yp with 100% similarity]
pidl/idl.yp [moved from source4/pidl/idl.yp with 100% similarity]
pidl/lib/Parse/Pidl.pm [moved from source4/pidl/lib/Parse/Pidl.pm with 100% similarity]
pidl/lib/Parse/Pidl/CUtil.pm [moved from source4/pidl/lib/Parse/Pidl/CUtil.pm with 100% similarity]
pidl/lib/Parse/Pidl/Compat.pm [moved from source4/pidl/lib/Parse/Pidl/Compat.pm with 100% similarity]
pidl/lib/Parse/Pidl/Dump.pm [moved from source4/pidl/lib/Parse/Pidl/Dump.pm with 100% similarity]
pidl/lib/Parse/Pidl/Expr.pm [moved from source4/pidl/lib/Parse/Pidl/Expr.pm with 100% similarity]
pidl/lib/Parse/Pidl/IDL.pm [moved from source4/pidl/lib/Parse/Pidl/IDL.pm with 100% similarity]
pidl/lib/Parse/Pidl/NDR.pm [moved from source4/pidl/lib/Parse/Pidl/NDR.pm with 100% similarity]
pidl/lib/Parse/Pidl/ODL.pm [moved from source4/pidl/lib/Parse/Pidl/ODL.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm [moved from source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm [moved from source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/COM/Header.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/COM/Header.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/COM/Proxy.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/COM/Stub.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/EJS.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/EJS.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/Header.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/Header.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/Python.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/Python.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/SWIG.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/SWIG.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/TDR.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm with 100% similarity]
pidl/lib/Parse/Pidl/Samba4/Template.pm [moved from source4/pidl/lib/Parse/Pidl/Samba4/Template.pm with 100% similarity]
pidl/lib/Parse/Pidl/Typelist.pm [moved from source4/pidl/lib/Parse/Pidl/Typelist.pm with 100% similarity]
pidl/lib/Parse/Pidl/Util.pm [moved from source4/pidl/lib/Parse/Pidl/Util.pm with 100% similarity]
pidl/lib/Parse/Pidl/Wireshark/Conformance.pm [moved from source4/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm with 100% similarity]
pidl/lib/Parse/Pidl/Wireshark/NDR.pm [moved from source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm with 100% similarity]
pidl/lib/Parse/Yapp/Driver.pm [moved from source4/pidl/lib/Parse/Yapp/Driver.pm with 100% similarity]
pidl/pidl [moved from source4/pidl/pidl with 100% similarity]
pidl/tests/Util.pm [moved from source4/pidl/tests/Util.pm with 100% similarity]
pidl/tests/cutil.pl [moved from source4/pidl/tests/cutil.pl with 100% similarity]
pidl/tests/dump.pl [moved from source4/pidl/tests/dump.pl with 100% similarity]
pidl/tests/header.pl [moved from source4/pidl/tests/header.pl with 100% similarity]
pidl/tests/ndr.pl [moved from source4/pidl/tests/ndr.pl with 100% similarity]
pidl/tests/ndr_align.pl [moved from source4/pidl/tests/ndr_align.pl with 100% similarity]
pidl/tests/ndr_alloc.pl [moved from source4/pidl/tests/ndr_alloc.pl with 100% similarity]
pidl/tests/ndr_array.pl [moved from source4/pidl/tests/ndr_array.pl with 100% similarity]
pidl/tests/ndr_compat.pl [moved from source4/pidl/tests/ndr_compat.pl with 100% similarity]
pidl/tests/ndr_deprecations.pl [moved from source4/pidl/tests/ndr_deprecations.pl with 100% similarity]
pidl/tests/ndr_fullptr.pl [moved from source4/pidl/tests/ndr_fullptr.pl with 100% similarity]
pidl/tests/ndr_refptr.pl [moved from source4/pidl/tests/ndr_refptr.pl with 100% similarity]
pidl/tests/ndr_represent.pl [moved from source4/pidl/tests/ndr_represent.pl with 100% similarity]
pidl/tests/ndr_simple.pl [moved from source4/pidl/tests/ndr_simple.pl with 100% similarity]
pidl/tests/ndr_string.pl [moved from source4/pidl/tests/ndr_string.pl with 100% similarity]
pidl/tests/ndr_tagtype.pl [moved from source4/pidl/tests/ndr_tagtype.pl with 100% similarity]
pidl/tests/parse_idl.pl [moved from source4/pidl/tests/parse_idl.pl with 100% similarity]
pidl/tests/samba-ejs.pl [moved from source4/pidl/tests/samba-ejs.pl with 100% similarity]
pidl/tests/samba-ndr.pl [moved from source4/pidl/tests/samba-ndr.pl with 100% similarity]
pidl/tests/samba3-cli.pl [moved from source4/pidl/tests/samba3-cli.pl with 100% similarity]
pidl/tests/samba3-srv.pl [moved from source4/pidl/tests/samba3-srv.pl with 100% similarity]
pidl/tests/tdr.pl [moved from source4/pidl/tests/tdr.pl with 100% similarity]
pidl/tests/test_util.pl [moved from source4/pidl/tests/test_util.pl with 100% similarity]
pidl/tests/typelist.pl [moved from source4/pidl/tests/typelist.pl with 100% similarity]
pidl/tests/util.pl [moved from source4/pidl/tests/util.pl with 100% similarity]
pidl/tests/wireshark-conf.pl [moved from source4/pidl/tests/wireshark-conf.pl with 100% similarity]
pidl/tests/wireshark-ndr.pl [moved from source4/pidl/tests/wireshark-ndr.pl with 100% similarity]
source3/Makefile.in

similarity index 100%
rename from source4/pidl/MANIFEST
rename to pidl/MANIFEST
similarity index 100%
rename from source4/pidl/META.yml
rename to pidl/META.yml
similarity index 100%
rename from source4/pidl/Makefile.PL
rename to pidl/Makefile.PL
similarity index 100%
rename from source4/pidl/README
rename to pidl/README
similarity index 100%
rename from source4/pidl/TODO
rename to pidl/TODO
similarity index 100%
rename from source4/pidl/config.m4
rename to pidl/config.m4
similarity index 100%
rename from source4/pidl/config.mk
rename to pidl/config.mk
similarity index 100%
rename from source4/pidl/expr.yp
rename to pidl/expr.yp
similarity index 100%
rename from source4/pidl/idl.yp
rename to pidl/idl.yp
similarity index 100%
rename from source4/pidl/pidl
rename to pidl/pidl
similarity index 100%
rename from source4/pidl/tests/ndr.pl
rename to pidl/tests/ndr.pl
similarity index 100%
rename from source4/pidl/tests/tdr.pl
rename to pidl/tests/tdr.pl
index 1b0624a304869380d4c0dbe2eb0e93e11982873c..29f76a1940e16420af0ce42599e9094d29bd0fdf 100644 (file)
@@ -1061,8 +1061,8 @@ LDBMODIFY_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbmodify.o
 WINBIND_KRB5_LOCATOR_OBJ1 = nsswitch/winbind_krb5_locator.o
 WINBIND_KRB5_LOCATOR_OBJ = $(WINBIND_KRB5_LOCATOR_OBJ1) $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ)
 
-POPT_OBJ=../popt/findme.o ../popt/popt.o ../popt/poptconfig.o \
-          ../popt/popthelp.o ../popt/poptparse.o
+POPT_OBJ=../lib/popt/findme.o ../lib/popt/popt.o ../lib/popt/poptconfig.o \
+          ../lib/popt/popthelp.o ../lib/popt/poptparse.o
 
 INIPARSER_OBJ = iniparser_build/iniparser.o iniparser_build/dictionary.o \
                iniparser_build/strlib.o
@@ -1175,7 +1175,7 @@ samba3-idl::
                epmapper.idl messaging.idl xattr.idl misc.idl samr.idl security.idl \
                dssetup.idl krb5pac.idl ntsvcs.idl libnetapi.idl drsuapi.idl drsblobs.idl \
                nbt.idl" \
-               CPP="$(CPP)" PIDL="../source4/pidl/pidl" \
+               CPP="$(CPP)" PIDL="../pidl/pidl" \
         srcdir="$(srcdir)" $(srcdir)/script/build_idl.sh $(PIDL_ARGS)