components/gnump/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    17 #
    17 #
    18 # CDDL HEADER END
    18 # CDDL HEADER END
    19 #
    19 #
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2013, 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 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
    27 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
   146       $(INSTALL) -m 0644 $(COMPONENT_DIR)/libgmpxx.pc \
   146       $(INSTALL) -m 0644 $(COMPONENT_DIR)/libgmpxx.pc \
   147 	$(PROTOPKGCONFIGDIR64) ; \
   147 	$(PROTOPKGCONFIGDIR64) ; \
   148       $(INSTALL) -m 0644 $(COMPONENT_DIR)/Solaris/libgmp.3 \
   148       $(INSTALL) -m 0644 $(COMPONENT_DIR)/Solaris/libgmp.3 \
   149 	$(PROTOUSRSHAREMAN3DIR)/ )
   149 	$(PROTOUSRSHAREMAN3DIR)/ )
   150 
   150 
       
   151 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
   152 
   151 # common targets
   153 # common targets
   152 build: $(BUILD_32_and_64)
   154 build: $(BUILD_32_and_64)
   153 
   155 
   154 install: $(INSTALL_32_and_64)
   156 install: $(INSTALL_32_and_64)
   155 
   157