components/libidn/Makefile
changeset 1678 68d1cdc71760
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
child 3517 d6e2aee5c85d
equal deleted inserted replaced
1677:e41bbf0b1631 1678:68d1cdc71760
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH=$(dir $(CC)):$(JAVA_HOME)/bin:/usr/bin:/usr/gnu/bin
    25 PATH=$(dir $(CC)):$(JAVA_HOME)/bin:/usr/bin:/usr/gnu/bin
    26 
    26 
   111 	    $(FIND) ./tld/templates -type f -exec chmod 0644 {} + ; \
   111 	    $(FIND) ./tld/templates -type f -exec chmod 0644 {} + ; \
   112 	    $(FIND) ./tld/templates -type f -exec touch -acm {} + ; \
   112 	    $(FIND) ./tld/templates -type f -exec touch -acm {} + ; \
   113 	    $(FIND) ./lib -type f -name "*.pl" -exec touch -acm {} + ; \
   113 	    $(FIND) ./lib -type f -name "*.pl" -exec touch -acm {} + ; \
   114 	    $(FIND) ./lib -type f -name "*.pl" -exec chmod 0755 {} + )
   114 	    $(FIND) ./lib -type f -name "*.pl" -exec chmod 0755 {} + )
   115 
   115 
       
   116 ASLR_MODE = $(ASLR_ENABLE)
       
   117 
   116 build: $(BUILD_32_and_64)
   118 build: $(BUILD_32_and_64)
   117 
   119 
   118 install: $(INSTALL_32_and_64)
   120 install: $(INSTALL_32_and_64)
   119 	$(MKDIR) $(HTMLDOCDIR) ; \
   121 	$(MKDIR) $(HTMLDOCDIR) ; \
   120 	list1='$(HTMLDOCLIST)' ; for f in $$list1; do \
   122 	list1='$(HTMLDOCLIST)' ; for f in $$list1; do \