components/perl_modules/xml-sax-base/Makefile
changeset 3743 da52fd64c863
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3742:55497e208813 3743:da52fd64c863
    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-Base
    26 COMPONENT_NAME=		XML-SAX-Base
    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)
    50 
    50 
    51 COMPONENT_TEST_TARGETS = test
    51 COMPONENT_TEST_TARGETS = test
       
    52 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    53 COMPONENT_TEST_TRANSFORMS += \
       
    54         '-e "s|\(^Files=\).*|\1|" '
    52 
    55 
    53 build:		$(BUILD_32_and_64)
    56 build:		$(BUILD_32_and_64)
    54 
    57 
    55 install:	$(INSTALL_32_and_64)
    58 install:	$(INSTALL_32_and_64)
    56 
    59