components/memcached-java/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4005 4bcc81bdda4e
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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 #
    21 #
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		memcached-java
    27 COMPONENT_NAME=		memcached-java
    35 COMPONENT_PROJECT_URL=  http://whalin.com/memcached/
    35 COMPONENT_PROJECT_URL=  http://whalin.com/memcached/
    36 COMPONENT_BUGDB=	database/memcached
    36 COMPONENT_BUGDB=	database/memcached
    37 
    37 
    38 TPNO=			5586
    38 TPNO=			5586
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/ant.mk
    41 include $(WS_MAKE_RULES)/ant.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 # Make sure we remove unneeded pieces from the source (the test dir)
    44 # Make sure we remove unneeded pieces from the source (the test dir)
    45 # and also the existing source files which will be generated anew 
    45 # and also the existing source files which will be generated anew 
    46 # by the build (java_memcached-release_2.0.1.jar and the javadocs dir).
    46 # by the build (java_memcached-release_2.0.1.jar and the javadocs dir).
    47 # Remove these items during the prep phase, before cloney creates symlinks 
    47 # Remove these items during the prep phase, before cloney creates symlinks 
    78 # during the build.
    78 # during the build.
    79 install:	build
    79 install:	build
    80 
    80 
    81 test:		$(NO_TESTS)
    81 test:		$(NO_TESTS)
    82 
    82 
    83 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    84 
    83 
    85 include $(WS_TOP)/make-rules/depend.mk
    84 REQUIRED_PACKAGES += runtime/java/jre-7