components/apache2-modules/mod_dtrace/Makefile
changeset 3817 30b42c38bbc4
parent 2163 a23eea6de4af
child 4196 d697072a92f5
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 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		mod_dtrace
    25 COMPONENT_NAME=		mod_dtrace
    26 COMPONENT_VERSION=	0.3.1
    26 COMPONENT_VERSION=	0.3.1
    28 COMPONENT_PROJECT_URL=	http://prefetch.net/projects/apache_modtrace/
    28 COMPONENT_PROJECT_URL=	http://prefetch.net/projects/apache_modtrace/
    29 COMPONENT_BUGDB=	utility/apache
    29 COMPONENT_BUGDB=	utility/apache
    30 
    30 
    31 TPNO=			8876
    31 TPNO=			8876
    32 
    32 
    33 include ../../../make-rules/justmake.mk
    33 include $(WS_MAKE_RULES)/justmake.mk
    34 include ../../../make-rules/ips.mk
    34 include $(WS_MAKE_RULES)/ips.mk
    35 include ../modules.mk
    35 include ../modules.mk
    36 
    36 
    37 COMPONENT_BUILD_ARGS +=	APXS=$(APXS)
    37 COMPONENT_BUILD_ARGS +=	APXS=$(APXS)
    38 COMPONENT_BUILD_ARGS +=	DTRACE="/usr/sbin/dtrace -$(BITS)"
    38 COMPONENT_BUILD_ARGS +=	DTRACE="/usr/sbin/dtrace -$(BITS)"
    39 COMPONENT_BUILD_ARGS +=	PATH="$(PATH)"
    39 COMPONENT_BUILD_ARGS +=	PATH="$(PATH)"
    40 
    40 
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    42 
    42 
    43 download:
    43 download::
    44 
    44 
    45 clobber: clean
    45 clobber: clean
    46 
    46 
    47 $(SOURCE_DIR)/.prep:
    47 $(SOURCE_DIR)/.prep:
    48 	$(TOUCH) $@
    48 	$(TOUCH) $@
    52 
    52 
    53 build: $(BUILD_32_and_64)
    53 build: $(BUILD_32_and_64)
    54 
    54 
    55 test: $(NO_TESTS)
    55 test: $(NO_TESTS)
    56 
    56 
    57 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    58 
    57 
    59 include ../../../make-rules/depend.mk
    58 REQUIRED_PACKAGES += system/library