d10dac1187
Create Makefile's from Makefile.in Rename Makefile.org to Makefile.in Rename Makefiles to Makefile.in Address review feedback from Viktor and Richard Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
16 lines
509 B
Perl
16 lines
509 B
Perl
## -*- mode: perl; -*-
|
|
## Personal configuration targets
|
|
##
|
|
## If you edit this file, run this command before committing
|
|
## make -f Makefile.in TABLE
|
|
## This file is interpolated by the Configure script.
|
|
|
|
%targets = (
|
|
"debug-rse" => {
|
|
inherit_from => [ "x86_elf_asm" ],
|
|
cc => "cc",
|
|
cflags => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
|
|
thread_cflag => "(unknown)",
|
|
bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
|
|
},
|
|
);
|