components/a2ps/Makefile
changeset 1138 6e1f85fa0151
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1137:5f35de46aa92 1138:6e1f85fa0151
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 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=		a2ps
    28 COMPONENT_NAME=		a2ps
    59 	(cd $(@D)/sheets ; \
    59 	(cd $(@D)/sheets ; \
    60 	 for sheet in $(SOURCE_DIR)/sheets/*.ssh ; do \
    60 	 for sheet in $(SOURCE_DIR)/sheets/*.ssh ; do \
    61 	     ln -s $$sheet ; \
    61 	     ln -s $$sheet ; \
    62 	 done)
    62 	 done)
    63 
    63 
       
    64 # Enable ASLR for this component
       
    65 ASLR_MODE = $(ASLR_ENABLE)
       
    66 
    64 # common targets
    67 # common targets
    65 build:		$(BUILD_32)
    68 build:		$(BUILD_32)
    66 
    69 
    67 install:	$(INSTALL_32)
    70 install:	$(INSTALL_32)
    68 
    71