components/antlr/Makefile
changeset 1434 c782e620dd26
parent 1303 79b691ffbda3
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    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)