components/openexr/Makefile
branchs11-update
changeset 2974 47287ed9c79c
parent 2434 6c9bb5cf5610
child 1948 2d1537e7942d
equal deleted inserted replaced
2972:60456e7be821 2974:47287ed9c79c
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=         openexr
    25 COMPONENT_NAME=         openexr
    26 COMPONENT_VERSION=      1.6.1
    26 COMPONENT_VERSION=      1.6.1
    56 CONFIGURE_OPTIONS  +=           --disable-static
    56 CONFIGURE_OPTIONS  +=           --disable-static
    57 CONFIGURE_OPTIONS  +=           --enable-threading
    57 CONFIGURE_OPTIONS  +=           --enable-threading
    58 CONFIGURE_OPTIONS  +=           --enable-posix-sem
    58 CONFIGURE_OPTIONS  +=           --enable-posix-sem
    59 CONFIGURE_OPTIONS  +=           --with-pic
    59 CONFIGURE_OPTIONS  +=           --with-pic
    60 
    60 
       
    61 ASLR_MODE = $(ASLR_ENABLE)
       
    62 
    61 build: $(BUILD_32_and_64)
    63 build: $(BUILD_32_and_64)
    62 
    64 
    63 install:	$(INSTALL_32_and_64)
    65 install:	$(INSTALL_32_and_64)
    64 
    66 
    65 test:		$(TEST_32_and_64)
    67 test:		$(TEST_32_and_64)