r9459: Move pidl up one level (to prevent too much nesting)
authorJelmer Vernooij <jelmer@samba.org>
Sun, 21 Aug 2005 23:17:35 +0000 (23:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:17 +0000 (13:34 -0500)
(This used to be commit e48202275e60c18e464457d200daeb953386e221)

41 files changed:
source4/main.mk
source4/pidl/Makefile.PL [moved from source4/build/pidl/Makefile.PL with 100% similarity]
source4/pidl/Parse/Pidl.pm [moved from source4/build/pidl/Parse/Pidl.pm with 100% similarity]
source4/pidl/Parse/Pidl/Compat.pm [moved from source4/build/pidl/Parse/Pidl/Compat.pm with 100% similarity]
source4/pidl/Parse/Pidl/Dump.pm [moved from source4/build/pidl/Parse/Pidl/Dump.pm with 100% similarity]
source4/pidl/Parse/Pidl/Ethereal/Conformance.pm [moved from source4/build/pidl/Parse/Pidl/Ethereal/Conformance.pm with 100% similarity]
source4/pidl/Parse/Pidl/Ethereal/NDR.pm [moved from source4/build/pidl/Parse/Pidl/Ethereal/NDR.pm with 100% similarity]
source4/pidl/Parse/Pidl/IDL.pm [moved from source4/build/pidl/Parse/Pidl/IDL.pm with 100% similarity]
source4/pidl/Parse/Pidl/NDR.pm [moved from source4/build/pidl/Parse/Pidl/NDR.pm with 100% similarity]
source4/pidl/Parse/Pidl/ODL.pm [moved from source4/build/pidl/Parse/Pidl/ODL.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/COM/Header.pm [moved from source4/build/pidl/Parse/Pidl/Samba/COM/Header.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/COM/Proxy.pm [moved from source4/build/pidl/Parse/Pidl/Samba/COM/Proxy.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/COM/Stub.pm [moved from source4/build/pidl/Parse/Pidl/Samba/COM/Stub.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/EJS.pm [moved from source4/build/pidl/Parse/Pidl/Samba/EJS.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/EJSHeader.pm [moved from source4/build/pidl/Parse/Pidl/Samba/EJSHeader.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/Header.pm [moved from source4/build/pidl/Parse/Pidl/Samba/Header.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/NDR/Client.pm [moved from source4/build/pidl/Parse/Pidl/Samba/NDR/Client.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/NDR/Header.pm [moved from source4/build/pidl/Parse/Pidl/Samba/NDR/Header.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/NDR/Parser.pm [moved from source4/build/pidl/Parse/Pidl/Samba/NDR/Parser.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/NDR/Server.pm [moved from source4/build/pidl/Parse/Pidl/Samba/NDR/Server.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/SWIG.pm [moved from source4/build/pidl/Parse/Pidl/Samba/SWIG.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/TDR.pm [moved from source4/build/pidl/Parse/Pidl/Samba/TDR.pm with 100% similarity]
source4/pidl/Parse/Pidl/Samba/Template.pm [moved from source4/build/pidl/Parse/Pidl/Samba/Template.pm with 100% similarity]
source4/pidl/Parse/Pidl/Test.pm [moved from source4/build/pidl/Parse/Pidl/Test.pm with 100% similarity]
source4/pidl/Parse/Pidl/Typelist.pm [moved from source4/build/pidl/Parse/Pidl/Typelist.pm with 100% similarity]
source4/pidl/Parse/Pidl/Util.pm [moved from source4/build/pidl/Parse/Pidl/Util.pm with 100% similarity]
source4/pidl/README [moved from source4/build/pidl/README with 100% similarity]
source4/pidl/TODO [moved from source4/build/pidl/TODO with 100% similarity]
source4/pidl/idl.yp [moved from source4/build/pidl/idl.yp with 100% similarity]
source4/pidl/pidl [moved from source4/build/pidl/pidl with 100% similarity]
source4/pidl/pidl.1.xml [moved from source4/build/pidl/pidl.1.xml with 100% similarity]
source4/pidl/ref_notes.txt [moved from source4/build/pidl/ref_notes.txt with 100% similarity]
source4/pidl/smb_interfaces.pm [moved from source4/build/pidl/smb_interfaces.pm with 100% similarity]
source4/pidl/smb_interfaces.yp [moved from source4/build/pidl/smb_interfaces.yp with 100% similarity]
source4/pidl/tests/ndr_align.pl [moved from source4/build/pidl/tests/ndr_align.pl with 100% similarity]
source4/pidl/tests/ndr_alloc.pl [moved from source4/build/pidl/tests/ndr_alloc.pl with 100% similarity]
source4/pidl/tests/ndr_array.pl [moved from source4/build/pidl/tests/ndr_array.pl with 100% similarity]
source4/pidl/tests/ndr_refptr.pl [moved from source4/build/pidl/tests/ndr_refptr.pl with 100% similarity]
source4/pidl/tests/ndr_simple.pl [moved from source4/build/pidl/tests/ndr_simple.pl with 100% similarity]
source4/pidl/tests/ndr_string.pl [moved from source4/build/pidl/tests/ndr_string.pl with 100% similarity]
source4/script/build_idl.sh

index 47046825c1bc0f3f33a7abfa6a2ec9c972c970b4..005106cc6a17f180d68c92573368dca25b67de5f 100644 (file)
@@ -127,21 +127,21 @@ etags:
 ctags:
        ctags `find $(srcdir) -name "*.[ch]"`
 
-idl_full: build/pidl/Parse/Pidl/IDL.pm
+idl_full: pidl/Parse/Pidl/IDL.pm
        @CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh FULL @PIDL_ARGS@
 
-idl: build/pidl/Parse/Pidl/IDL.pm
+idl: pidl/Parse/Pidl/IDL.pm
        @CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh PARTIAL @PIDL_ARGS@
 
-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 
+pidl/Parse/Pidl/IDL.pm: pidl/idl.yp
+       -yapp -s -m 'Parse::Pidl::IDL' -o pidl/Parse/Pidl/IDL.pm pidl/idl.yp 
 
-smb_interfaces: build/pidl/smb_interfaces.pm
-       $(PERL) -Ibuild/pidl script/build_smb_interfaces.pl \
+smb_interfaces: pidl/smb_interfaces.pm
+       $(PERL) -Ipidl 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 
+pidl/smb_interfaces.pm: pidl/smb_interfaces.yp
+       -yapp -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm pidl/smb_interfaces.yp 
 
 include/config.h:
        @echo "include/config.h not present"
similarity index 100%
rename from source4/build/pidl/TODO
rename to source4/pidl/TODO
similarity index 100%
rename from source4/build/pidl/pidl
rename to source4/pidl/pidl
index 2f899aef45868523f9f904c031643597f4feaa82..13d1178c4ad4837ec95cd1a758d0f7b190e98713 100755 (executable)
@@ -6,7 +6,7 @@ PIDL_EXTRA_ARGS="$*"
 
 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
 
-PIDL="$PERL -Ibuild/pidl ./build/pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS"
+PIDL="$PERL -Ipidl ./pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS"
 
 if [ x$FULLBUILD = xFULL ]; then
       echo Rebuilding all idl files in librpc/idl