components/meld/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1480 1d8d2e9374cc
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 
    23 
    24 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		meld
    26 COMPONENT_NAME=		meld
    39 
    39 
    40 # Meld has no configure however it honors DESTDIR which is necessary so
    40 # Meld has no configure however it honors DESTDIR which is necessary so
    41 # we don't try to install into roots /usr but rather our proto areas usr
    41 # we don't try to install into roots /usr but rather our proto areas usr
    42 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    42 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    43 
    43 
       
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    45 
    44 # common targets
    46 # common targets
    45 build:		$(BUILD_32)
    47 build:		$(BUILD_32)
    46 
    48 
    47 install:	$(INSTALL_32)
    49 install:	$(INSTALL_32)
    48 
    50