From 107b5792b24ae701df442cd36bda785cbaf1bfdc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 20 May 2015 20:03:20 +0200 Subject: Refactor file writing - Remake Makefile.org into a template It is time for Makefile.org to fold into the new regime and have a run through util/dofile.pl. This forces some information out of there and into Configure, which isn't a bad thing, it makes Configure increasingly the center of build information, which is as it should be. A few extra defaults were needed in the BASE template to get rid of warnings about missing values. Reviewed-by: Viktor Dukhovni --- Configurations/00-base-templates.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Configurations/00-base-templates.conf') diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 90633c4abf..c5ff592e33 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -20,6 +20,10 @@ poly1305_obj => "", unistd => "", + shared_target => "", + shared_cflag => "", + shared_ldflag => "", + shared_extension => "", build_scheme => "unixmake", }, -- cgit v1.2.3