svn commit: samba r14533 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Fri Mar 17 21:16:44 GMT 2006


Author: jelmer
Date: 2006-03-17 21:16:44 +0000 (Fri, 17 Mar 2006)
New Revision: 14533

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14533

Log:
Install pidl, remove some useless header dependencies

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-17 20:50:26 UTC (rev 14532)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-17 21:16:44 UTC (rev 14533)
@@ -82,7 +82,7 @@
 LMHOSTSFILE = $(CONFIGDIR)/lmhosts
 
 install: showlayout installbin installdat installswat installmisc installlib \
-	installheader installpc installplugins
+	installheader installpc installplugins installpidl
 
 # DESTDIR is used here to prevent packagers wasting their time
 # duplicating the Makefile. Remove it and you will have the privilege
@@ -150,7 +150,7 @@
 	@$(SHELL) $(srcdir)/script/installpc.sh $(srcdir) $(DESTDIR)$(PKGCONFIGDIR) $(PC_FILES)
 
 uninstall: uninstallbin uninstallman uninstallmisc uninstalllib uninstallheader \
-	uninstallplugins
+	uninstallplugins uninstallpidl
 
 uninstallmisc:
 	#FIXME
@@ -182,8 +182,11 @@
 	cd pidl && $(PERL) Makefile.PL
 
 installpidl: pidl/Makefile
-	cd pidl && $(MAKE) install
+	$(MAKE) -C pidl install
 
+uninstallpidl: pidl/Makefile
+	$(MAKE) -C pidl uninstall
+
 IDL_FILES = $(wildcard librpc/idl/*.idl)
 IDL_HEADER_FILES = $(patsubst librpc/idl/%.idl,librpc/gen_ndr/%.h,$(IDL_FILES))
 IDL_NDR_HEADER_FILES = $(patsubst librpc/idl/%.idl,librpc/gen_ndr/ndr_%.h,$(IDL_FILES))
@@ -238,9 +241,7 @@
 		lib/util/util_proto.h \
 		lib/charset/charset.h \
 		param/proto.h \
-		libcli/util/proto.h \
-		librpc/ndr/ndr_orpc.h \
-		librpc/ndr/ndr_compression.h
+		libcli/util/proto.h
 
 clean_pch: 
 	-rm -f include/includes.h.gch



More information about the samba-cvs mailing list