Build files: add module installation targets
[openssl.git] / Configurations / 00-base-templates.conf
index 14b7608ca53eb77be4dc9a7a607c49b4294fead4..451a808f1ee457df6ba17a180860516da05474d1 100644 (file)
@@ -10,12 +10,10 @@ my %targets=(
        includes        => [],
        lib_cflags      => "",
        lib_cppflags    => "",
-       lib_defines     => [],
+       lib_defines     => [ 'OPENSSL_BUILDING_OPENSSL' ],
        thread_scheme   => "(unknown)", # Assume we don't know
        thread_defines  => [],
 
-       padlock_asm_src => "",
-
        unistd          => "<unistd.h>",
        shared_target   => "",
        shared_cflag    => "",
@@ -148,59 +146,4 @@ my %targets=(
 
         perl_platform    => 'VMS',
     },
-
-    x86_asm => {
-       template        => 1,
-       padlock_asm_src => "e_padlock-x86.s",
-    },
-    x86_elf_asm => {
-       template        => 1,
-       inherit_from    => [ "x86_asm" ],
-    },
-    x86_64_asm => {
-       template        => 1,
-       padlock_asm_src => "e_padlock-x86_64.s",
-    },
-    ia64_asm => {
-       template        => 1,
-    },
-    sparcv9_asm => {
-       template        => 1,
-    },
-    sparcv8_asm => {
-       template        => 1,
-    },
-    alpha_asm => {
-       template        => 1,
-    },
-    mips32_asm => {
-       template        => 1,
-    },
-    mips64_asm => {
-       inherit_from    => [ "mips32_asm" ],
-       template        => 1,
-    },
-    s390x_asm => {
-       template        => 1,
-    },
-    armv4_asm => {
-       template        => 1,
-    },
-    aarch64_asm => {
-       template        => 1,
-    },
-    parisc11_asm => {
-       template        => 1,
-    },
-    parisc20_64_asm => {
-       template        => 1,
-       inherit_from    => [ "parisc11_asm" ],
-    },
-    ppc32_asm => {
-       template        => 1,
-    },
-    ppc64_asm => {
-       inherit_from    => [ "ppc32_asm" ],
-       template        => 1,
-    },
 );