unified build scheme: add a "unified" template for Unix Makefile
This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
		@@ -15,3 +15,9 @@ DEPEND[openssl]=../libssl
 | 
			
		||||
 | 
			
		||||
SCRIPTS=CA.pl
 | 
			
		||||
SOURCE[CA.pl]=CA.pl.in
 | 
			
		||||
 | 
			
		||||
BEGINRAW[Makefile]
 | 
			
		||||
{- $builddir -}/progs.h: {- $sourcedir -}/progs.pl {- $builddir -}/../Makefile
 | 
			
		||||
	$(RM) {- $builddir -}/progs.h
 | 
			
		||||
	$(PERL) {- $sourcedir -}/progs.pl $(COMMANDS) >{- $builddir -}/progs.h
 | 
			
		||||
ENDRAW[Makefile]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user