components/libmng/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=		libmng
    28 COMPONENT_NAME=		libmng
    90 	( cd $(@D) ; \
    90 	( cd $(@D) ; \
    91 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
    91 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
    92 		    libtoolize --force --copy ; aclocal ; \
    92 		    libtoolize --force --copy ; aclocal ; \
    93 		    automake --add-missing --copy ; autoconf )
    93 		    automake --add-missing --copy ; autoconf )
    94 
    94 
       
    95 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    96 
    95 $(BUILD_DIR)/libmng-64.pc:	Solaris/libmng-64.pc
    97 $(BUILD_DIR)/libmng-64.pc:	Solaris/libmng-64.pc
    96 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
    98 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
    97 
    99 
    98 # common targets
   100 # common targets
    99 build:		$(BUILD_32_and_64)
   101 build:		$(BUILD_32_and_64)