components/antlr/Makefile
branchs11-update
changeset 2910 f8b8cbc43356
parent 2723 138732f62341
child 3661 47545fb8aed4
equal deleted inserted replaced
2905:8c0fb29f2a1e 2910:f8b8cbc43356
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2014, 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=		antlr
    28 COMPONENT_NAME=		antlr
    60 # Needed to find the antlr man page.
    60 # Needed to find the antlr man page.
    61 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    61 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    62 
    62 
    63 COMPONENT_TEST_TARGETS = test
    63 COMPONENT_TEST_TARGETS = test
    64 
    64 
    65 ASLR_MODE = $(ASLR_ENABLE)
    65 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    66 
    66 
    67 # common targets
    67 # common targets
    68 build:          $(BUILD_32)
    68 build:          $(BUILD_32)
    69 
    69 
    70 install:        $(INSTALL_32)
    70 install:        $(INSTALL_32)