components/rdiff-backup/Makefile
changeset 706 6e61f0012046
parent 376 dbac94285f1e
child 787 c05e38bc65f4
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    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, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2012, 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
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/ips.mk
    36 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    38 
    38 
       
    39 # just build a Python 2.6 version for now, when the 2.7 modules show up, we can
       
    40 # switch
       
    41 PYTHON_VERSIONS = 2.6
       
    42 PYTHON_DATA = /usr
       
    43 
    39 # common targets
    44 # common targets
    40 
    45 
    41 build:		$(BUILD_32)
    46 build:		$(BUILD_32)
    42 
    47 
    43 install:	$(INSTALL_32)
    48 install:	$(INSTALL_32)