make-rules/setup.py.mk
changeset 58 d8024c042a00
parent 31 90e0c3ea3281
child 59 7500d63edb42
equal deleted inserted replaced
57:91dc164c5b46 58:d8024c042a00
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
    21 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 $(COMPONENT_SRC)/build-%-2.6/.built:		PYTHON_VERSION=2.6
    24 $(COMPONENT_SRC)/build-%-2.6/.built:		PYTHON_VERSION=2.6
    25 $(COMPONENT_SRC)/build-%-2.4/.built:		PYTHON_VERSION=2.4
       
    26 $(COMPONENT_SRC)/build-$(MACH32)-%/.built:	BITS=32
    25 $(COMPONENT_SRC)/build-$(MACH32)-%/.built:	BITS=32
    27 $(COMPONENT_SRC)/build-$(MACH64)-%/.built:	BITS=64
    26 $(COMPONENT_SRC)/build-$(MACH64)-%/.built:	BITS=64
    28 
    27 
    29 $(COMPONENT_SRC)/build-%-2.6/.installed:	PYTHON_VERSION=2.6
    28 $(COMPONENT_SRC)/build-%-2.6/.installed:	PYTHON_VERSION=2.6
    30 $(COMPONENT_SRC)/build-%-2.4/.installed:	PYTHON_VERSION=2.4
       
    31 $(COMPONENT_SRC)/build-$(MACH32)-%/.installed:	BITS=32
    29 $(COMPONENT_SRC)/build-$(MACH32)-%/.installed:	BITS=32
    32 $(COMPONENT_SRC)/build-$(MACH64)-%/.installed:	BITS=64
    30 $(COMPONENT_SRC)/build-$(MACH64)-%/.installed:	BITS=64
    33 
    31 
    34 BUILD_32 = $(PYTHON_VERSIONS:%=$(COMPONENT_SRC)/build-$(MACH32)-%/.built)
    32 BUILD_32 = $(PYTHON_VERSIONS:%=$(COMPONENT_SRC)/build-$(MACH32)-%/.built)
    35 BUILD_64 = $(PYTHON_VERSIONS:%=$(COMPONENT_SRC)/build-$(MACH64)-%/.built)
    33 BUILD_64 = $(PYTHON_VERSIONS:%=$(COMPONENT_SRC)/build-$(MACH64)-%/.built)