prototype generation for login
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6782 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		
							
								
								
									
										16
									
								
								fix-export
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								fix-export
									
									
									
									
									
								
							| @@ -20,11 +20,14 @@ autoconf | ||||
| autoheader | ||||
| automake | ||||
| (cd doc; makeinfo heimdal.texi) | ||||
| for i in krb5 hdb; do (cd lib/$i; perl ../../cf/make-proto.pl \ | ||||
| 	-o $i-protos.h -p $i-private.h `perl -e ' | ||||
|  | ||||
| make_proto () { | ||||
| 	   (top=`pwd` | ||||
| 	   cd $1 | ||||
| 	   perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e ' | ||||
| 		do {  | ||||
| 			$_ = <>;  | ||||
| 	} until(/lib'$i'_la_SOURCES/);  | ||||
| 		} until(/'$i'_.*SOURCES/);  | ||||
| 		while(/\\\\\s*$/s){  | ||||
| 			$_ = $_ . <>; | ||||
| 		}  | ||||
| @@ -33,6 +36,11 @@ for i in krb5 hdb; do (cd lib/$i; perl ../../cf/make-proto.pl \ | ||||
| 		s/.*=//;  | ||||
| 		s/\s+/ /g;  | ||||
| 		print;' Makefile.in`) | ||||
| done | ||||
| } | ||||
|  | ||||
| make_proto lib/krb5 krb5-protos.h krb5-private.h | ||||
| make_proto lib/hdb hdb-protos.h hdb-private.h | ||||
| make_proto appl/login login_protos.h /dev/null | ||||
|  | ||||
| rm fix-export make-release make-release.el | ||||
| find . -name .cvsignore -print | xargs rm | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson