components/gnump/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    17 #
    17 #
    18 # CDDL HEADER END
    18 # CDDL HEADER END
    19 #
    19 #
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, 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
    37 COMPONENT_ARCHIVE_URL=  http://ftp.gnu.org/gnu/gmp/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=  http://ftp.gnu.org/gnu/gmp/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	library/gnump
    38 COMPONENT_BUGDB=	library/gnump
    39 
    39 
    40 TPNO=			16955
    40 TPNO=			16955
    41 
    41 
    42 include ../../make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include ../../make-rules/configure.mk
    43 include $(WS_MAKE_RULES)/configure.mk
    44 include ../../make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 include ../../make-rules/lint-libraries.mk
    45 include $(WS_MAKE_RULES)/lint-libraries.mk
    46 
    46 
    47 PATCH_LEVEL = 0
    47 PATCH_LEVEL = 0
    48 
    48 
    49 CLOBBER_PATHS += libgmp.pc libgmpxx.pc
    49 CLOBBER_PATHS += libgmp.pc libgmpxx.pc
    50 
    50 
   155 
   155 
   156 install: $(INSTALL_32_and_64)
   156 install: $(INSTALL_32_and_64)
   157 
   157 
   158 test: $(TEST_32_and_64)
   158 test: $(TEST_32_and_64)
   159 
   159 
   160 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
       
   161 
   160 
   162 include ../../make-rules/depend.mk
       
   163 
   161 
       
   162 REQUIRED_PACKAGES += system/library
       
   163 REQUIRED_PACKAGES += system/library/c++-runtime