components/rdiff-backup/Makefile
changeset 3817 30b42c38bbc4
parent 3497 091183b2cc24
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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=		rdiff-backup
    27 COMPONENT_NAME=		rdiff-backup
    37 TPNO=			9055
    37 TPNO=			9055
    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/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 # common targets
    48 # common targets
    49 
    49 
    51 
    51 
    52 install:	$(INSTALL_64)
    52 install:	$(INSTALL_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/librsync
       
    58 REQUIRED_PACKAGES += system/library