components/apr/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    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, 2013, 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=		apr
    25 COMPONENT_NAME=		apr
    26 COMPONENT_VERSION=	1.3.9
    26 COMPONENT_VERSION=	1.3.9
    70 # Documentation is generated in and directly packaged from 32 bit build
    70 # Documentation is generated in and directly packaged from 32 bit build
    71 # directory using doxygen.
    71 # directory using doxygen.
    72 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html
    72 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html
    73 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html/search
    73 PKG_PROTO_DIRS += $(BUILD_DIR_32)/docs/dox/html/search
    74 
    74 
       
    75 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    76 
    75 docs: $(BUILD_DIR_32)/.built
    77 docs: $(BUILD_DIR_32)/.built
    76 	cd $(BUILD_DIR_32); doxygen docs/doxygen.conf
    78 	cd $(BUILD_DIR_32); doxygen docs/doxygen.conf
    77 
    79 
    78 build: $(BUILD_32_and_64) docs
    80 build: $(BUILD_32_and_64) docs
    79 
    81