components/stdcxx/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 3955 4e310c8109a5
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # we really need to use studio so we don't like that
    24 # we really need to use studio so we don't like that
    25 # parfait is g++ in disguise
    25 # parfait is g++ in disguise
    26 export PARFAIT_BUILD=no
    26 export PARFAIT_BUILD=no
    42 
    42 
    43 TPNO=			9048
    43 TPNO=			9048
    44 
    44 
    45 CLOBBER_PATHS += install.sh
    45 CLOBBER_PATHS += install.sh
    46 
    46 
    47 include ../../make-rules/prep.mk
    47 include $(WS_MAKE_RULES)/prep.mk
    48 include ../../make-rules/configure.mk
    48 include $(WS_MAKE_RULES)/configure.mk
    49 include ../../make-rules/ips.mk
    49 include $(WS_MAKE_RULES)/ips.mk
    50 
    50 
    51 ISA_PATCH_DIR_32 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH)
    51 ISA_PATCH_DIR_32 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH)
    52 ISA_PATCH_DIR_64 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH64)
    52 ISA_PATCH_DIR_64 = $(WS_TOP)/components/stdcxx/isa_patches/$(MACH64)
    53 ISA_PATCH_DIR = $(ISA_PATCH_DIR_$(BITS))
    53 ISA_PATCH_DIR = $(ISA_PATCH_DIR_$(BITS))
    54 
    54 
   275 
   275 
   276 clean::
   276 clean::
   277 	$(RM) -r $(COMPONENT_SRC) $(COMPONENT_SRC)-32 $(COMPONENT_SRC)-64
   277 	$(RM) -r $(COMPONENT_SRC) $(COMPONENT_SRC)-32 $(COMPONENT_SRC)-64
   278 	$(RM) -f *.sed *.out
   278 	$(RM) -f *.sed *.out
   279 
   279 
   280 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
   280 
   281 
   281 REQUIRED_PACKAGES += system/library
   282 include ../../make-rules/depend.mk
   282 REQUIRED_PACKAGES += system/library/c++-runtime
       
   283 REQUIRED_PACKAGES += system/library/math