components/python/pycups/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3789 137fdcb27c8e
child 7811 9126e6f58cd8
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    37 TPNO=			9025
    37 TPNO=			9025
    38 
    38 
    39 # Fails to compile: not Python 3 ready.
    39 # Fails to compile: 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 # pycups requires VERSION to be defined. Originally set in the package Makefile
    46 # pycups requires VERSION to be defined. Originally set in the package Makefile
    47 CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
    47 CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
    48 
    48 
    49 # common targets
    49 # common targets
    51 
    51 
    52 install:	$(INSTALL_32_and_64)
    52 install:	$(INSTALL_32_and_64)
    53 
    53 
    54 test:		$(NO_TESTS)
    54 test:		$(NO_TESTS)
    55 
    55 
    56 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    57 
    56 
    58 include $(WS_TOP)/make-rules/depend.mk
    57 REQUIRED_PACKAGES += library/print/cups-libs
       
    58 REQUIRED_PACKAGES += system/library