Build files: add module installation targets
[openssl.git] / Configurations / 00-base-templates.conf
index 46de7326768fc50277841078c7d2d481579694b8..451a808f1ee457df6ba17a180860516da05474d1 100644 (file)
@@ -10,7 +10,7 @@ my %targets=(
        includes        => [],
        lib_cflags      => "",
        lib_cppflags    => "",
-       lib_defines     => [],
+       lib_defines     => [ 'OPENSSL_BUILDING_OPENSSL' ],
        thread_scheme   => "(unknown)", # Assume we don't know
        thread_defines  => [],
 
@@ -146,57 +146,4 @@ my %targets=(
 
         perl_platform    => 'VMS',
     },
-
-    x86_asm => {
-       template        => 1,
-    },
-    x86_elf_asm => {
-       template        => 1,
-       inherit_from    => [ "x86_asm" ],
-    },
-    x86_64_asm => {
-       template        => 1,
-    },
-    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,
-    },
 );