components/apache2-modules/mod_perl/Makefile
changeset 1394 5f86498eee95
parent 1058 34d7aaa03423
child 1434 c782e620dd26
equal deleted inserted replaced
1393:300d3de848bb 1394:5f86498eee95
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		mod_perl
    25 COMPONENT_NAME=		mod_perl
    26 COMPONENT_VERSION=	2.0.4
    26 COMPONENT_VERSION=	2.0.4
    58 	MP_APXS=$(APACHE_USR_PREFIX)/bin/apxs)
    58 	MP_APXS=$(APACHE_USR_PREFIX)/bin/apxs)
    59 
    59 
    60 COMPONENT_TEST_TARGETS=	test
    60 COMPONENT_TEST_TARGETS=	test
    61 
    61 
    62 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    62 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
       
    63 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    64 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
       
    65 endif
    63 
    66 
    64 build: $(BUILD_32)
    67 build: $(BUILD_32)
    65 
    68 
    66 install: $(INSTALL_32)
    69 install: $(INSTALL_32)
    67 
    70