components/tcl/tcl/Makefile
changeset 1460 21deed5f135f
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1459:15dfe7c6432a 1460:21deed5f135f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=         tcl
    28 COMPONENT_NAME=         tcl
    60 CONFIGURE_OPTIONS	+= --enable-threads
    60 CONFIGURE_OPTIONS	+= --enable-threads
    61 CONFIGURE_OPTIONS.64	+= --enable-64bit
    61 CONFIGURE_OPTIONS.64	+= --enable-64bit
    62 
    62 
    63 COMPONENT_TEST_TARGETS = test
    63 COMPONENT_TEST_TARGETS = test
    64 
    64 
       
    65 ASLR_MODE = $(ASLR_ENABLE)
       
    66 
    65 # common targets
    67 # common targets
    66 build:		$(BUILD_32_and_64)
    68 build:		$(BUILD_32_and_64)
    67 
    69 
    68 install:	$(INSTALL_32_and_64) $(PROTOUSRLIBDIR)/tclConfig.sh 
    70 install:	$(INSTALL_32_and_64) $(PROTOUSRLIBDIR)/tclConfig.sh 
    69 
    71