components/perl_modules/xml-sax/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 7711 48f87ff8204e
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		XML-SAX
    26 COMPONENT_NAME=		XML-SAX
    37 
    37 
    38 # don't build this module against perl 5.8.4
    38 # don't build this module against perl 5.8.4
    39 # build threaded 5.12 support too
    39 # build threaded 5.12 support too
    40 PERL_VERSIONS = 5.12 5.12-mt
    40 PERL_VERSIONS = 5.12 5.12-mt
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_TOP)/make-rules/makemaker.mk
    44 include $(WS_MAKE_RULES)/makemaker.mk
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 # man pages go in the common area
    48 # man pages go in the common area
    49 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    49 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    54 
    54 
    55 install:	$(INSTALL_32)
    55 install:	$(INSTALL_32)
    56 
    56 
    57 test:		$(TEST_32)
    57 test:		$(TEST_32)
    58 
    58 
    59 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    60 
    59 
    61 include $(WS_TOP)/make-rules/depend.mk
    60 REQUIRED_PACKAGES += runtime/perl-512
       
    61 REQUIRED_PACKAGES += runtime/perl-584
       
    62 REQUIRED_PACKAGES += runtime/perl-threaded-512