svn commit: lorikeet r515 - in trunk/heimdal: . cf include include/hcrypto lib/krb5

abartlet at samba.org abartlet at samba.org
Tue Mar 7 05:33:41 GMT 2006


Author: abartlet
Date: 2006-03-07 05:33:41 +0000 (Tue, 07 Mar 2006)
New Revision: 515

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

Log:
Get closer to a working lorikeet-heimdal build.

Andrew Bartlett

Added:
   trunk/heimdal/include/hcrypto/
   trunk/heimdal/include/hcrypto/Makefile.am
Modified:
   trunk/heimdal/cf/Makefile.am.common
   trunk/heimdal/configure.in
   trunk/heimdal/lib/krb5/verify_init.c


Changeset:
Modified: trunk/heimdal/cf/Makefile.am.common
===================================================================
--- trunk/heimdal/cf/Makefile.am.common	2006-03-07 04:59:29 UTC (rev 514)
+++ trunk/heimdal/cf/Makefile.am.common	2006-03-07 05:33:41 UTC (rev 515)
@@ -145,13 +145,13 @@
 NROFF_MAN = groff -mandoc -Tascii
 #NROFF_MAN = nroff -man
 .1.cat1:
-	@$(NROFF_MAN) $< > $@
+	$(NROFF_MAN) $< > $@
 .3.cat3:
-	@$(NROFF_MAN) $< > $@
+	$(NROFF_MAN) $< > $@
 .5.cat5:
-	@$(NROFF_MAN) $< > $@
+	$(NROFF_MAN) $< > $@
 .8.cat8:
-	@$(NROFF_MAN) $< > $@
+	$(NROFF_MAN) $< > $@
 
 ## MAINTAINERCLEANFILES += 
 
@@ -216,9 +216,9 @@
 
 
 .et.h:
-	@$(COMPILE_ET) $<
+	$(COMPILE_ET) $<
 .et.c:
-	@$(COMPILE_ET) $<
+	$(COMPILE_ET) $<
 
 LIB_kafs = $(top_builddir)/lib/kafs/libkafs.la $(AIX_EXTRA_KAFS)
 

Modified: trunk/heimdal/configure.in
===================================================================
--- trunk/heimdal/configure.in	2006-03-07 04:59:29 UTC (rev 514)
+++ trunk/heimdal/configure.in	2006-03-07 05:33:41 UTC (rev 515)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION($Revision: 1.381 $)
 AC_PREREQ([2.59])
-##test -z "$CFLAGS" && CFLAGS="-g"
+######test -z "$CFLAGS" && CFLAGS="-g"
 AC_INIT([Lorikeet-Heimdal, Modified for Samba4],[0.7samba],[samba-technical at samba.org])
 AC_CONFIG_SRCDIR([kuser/kinit.c])
 AC_CONFIG_HEADERS(include/config.h)

Added: trunk/heimdal/include/hcrypto/Makefile.am
===================================================================
--- trunk/heimdal/include/hcrypto/Makefile.am	2006-03-07 04:59:29 UTC (rev 514)
+++ trunk/heimdal/include/hcrypto/Makefile.am	2006-03-07 05:33:41 UTC (rev 515)
@@ -0,0 +1,23 @@
+# $Id: Makefile.am,v 1.1 2006/01/13 13:43:32 lha Exp $
+
+include $(top_srcdir)/Makefile.am.common
+
+CLEANFILES =		\
+	aes.h		\
+	bn.h		\
+	des.h		\
+	dh.h		\
+	dsa.h		\
+	engine.h	\
+	evp.h		\
+	hmac.h		\
+	md2.h		\
+	md4.h		\
+	md5.h		\
+	pkcs12.h	\
+	rand.h		\
+	rc2.h		\
+	rc4.h		\
+	rsa.h		\
+	sha.h		\
+	ui.h

Modified: trunk/heimdal/lib/krb5/verify_init.c
===================================================================
--- trunk/heimdal/lib/krb5/verify_init.c	2006-03-07 04:59:29 UTC (rev 514)
+++ trunk/heimdal/lib/krb5/verify_init.c	2006-03-07 05:33:41 UTC (rev 515)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
  * (Royal Institute of Technology, Stockholm, Sweden). 
  * All rights reserved. 
  *



More information about the samba-cvs mailing list