components/python/dogpile.cache/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		dogpile.cache
    27 COMPONENT_NAME=		dogpile.cache
    28 COMPONENT_VERSION=	0.5.3
    28 COMPONENT_VERSION=	0.5.3
    34 COMPONENT_PROJECT_URL=	https://bitbucket.org/zzzeek/dogpile.cache
    34 COMPONENT_PROJECT_URL=	https://bitbucket.org/zzzeek/dogpile.cache
    35 COMPONENT_BUGDB=	python-mod/dogpile.cache
    35 COMPONENT_BUGDB=	python-mod/dogpile.cache
    36 
    36 
    37 TPNO=			17712
    37 TPNO=			17712
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 
    44 
    45 # common targets
    45 # common targets
    46 build:		$(BUILD_NO_ARCH)
    46 build:		$(BUILD_NO_ARCH)
    49 
    49 
    50 # tests require dogpile.core.  Revisit this when dogpile.core is part
    50 # tests require dogpile.core.  Revisit this when dogpile.core is part
    51 # of the CBE
    51 # of the CBE
    52 test:		$(NO_TESTS)
    52 test:		$(NO_TESTS)
    53 
    53 
    54 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    55 
       
    56 include $(WS_TOP)/make-rules/depend.mk