components/perl_modules/xml-sax/Makefile
changeset 5577 09a6352d52ad
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
5576:33c794d84ba4 5577:09a6352d52ad
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2016, 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
    50 COMPONENT_TEST_TARGETS = test
    50 COMPONENT_TEST_TARGETS = test
    51 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    51 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    52 
    52 
    53 # Transform to remove machine-specific lines in test results
    53 # Transform to remove machine-specific lines in test results
    54 COMPONENT_TEST_TRANSFORMS += \
    54 COMPONENT_TEST_TRANSFORMS += \
    55         '-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
    55 	'-e "/^PERL_DL_NONLAZY/d" ' \
    56         '-e "/\(parsed\).*/d" '
    56 	'-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
       
    57 	'-e "/\(parsed\).*/d" '
    57 
    58 
    58 build:		$(BUILD_32_and_64)
    59 build:		$(BUILD_32_and_64)
    59 
    60 
    60 install:	$(INSTALL_32_and_64)
    61 install:	$(INSTALL_32_and_64)
    61 
    62 
    62 test:		$(TEST_32_and_64)
    63 test:		$(TEST_32_and_64)
    63 
    64 
    64 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    65 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    65 
    66 
       
    67 
       
    68 REQUIRED_PACKAGES += runtime/perl-512
       
    69 REQUIRED_PACKAGES += runtime/perl-520
       
    70 REQUIRED_PACKAGES += runtime/perl-522