components/automake/automake-1.10/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    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=		automake
    28 COMPONENT_NAME=		automake
    41 
    41 
    42 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    42 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    43 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    43 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    44 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    45 
    45 
       
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    47 
    46 # common targets
    48 # common targets
    47 build:		$(BUILD_32)
    49 build:		$(BUILD_32)
    48 
    50 
    49 install:	$(INSTALL_32)
    51 install:	$(INSTALL_32)
    50 
    52