components/python/pywbem/Makefile
changeset 3817 30b42c38bbc4
parent 3499 78cfa87d42b8
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=		pywbem
    27 COMPONENT_NAME=		pywbem
    28 COMPONENT_VERSION=	0.7.0
    28 COMPONENT_VERSION=	0.7.0
    37 TPNO=			9053
    37 TPNO=			9053
    38 
    38 
    39 # Syntax issues: not Python 3 ready.
    39 # Syntax issues: not Python 3 ready.
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	2.7 2.6
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 # common targets
    48 # common targets
    49 build:		$(BUILD_NO_ARCH)
    49 build:		$(BUILD_NO_ARCH)
    50 
    50 
    51 install:	$(INSTALL_NO_ARCH)
    51 install:	$(INSTALL_NO_ARCH)
    52 
    52 
    53 test:		$(NO_TESTS)
    53 test:		$(NO_TESTS)
    54 
    54 
    55 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    56 
       
    57 include $(WS_TOP)/make-rules/depend.mk