components/indent/Makefile
changeset 1730 31e3db6b78ba
parent 1208 8071b2820035
child 1948 2d1537e7942d
equal deleted inserted replaced
1729:6c8e3c04c6ee 1730:31e3db6b78ba
    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 #
    21 #
    22 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		indent
    27 COMPONENT_NAME=		indent
    40 
    40 
    41 # Needed to get "gmake test" working.
    41 # Needed to get "gmake test" working.
    42 COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
    42 COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
    43 
    43 
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
       
    45 CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
    45 
    46 
    46 ASLR_MODE = $(ASLR_ENABLE)
    47 ASLR_MODE = $(ASLR_ENABLE)
    47 
    48 
    48 # common targets
    49 # common targets
    49 build:		$(BUILD_64)
    50 build:		$(BUILD_64)