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:
Richard Levitte
2016-01-30 03:25:40 +01:00
parent deb02194d2
commit 567a9e6fe0
20 changed files with 1194 additions and 0 deletions

View File

@@ -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]