make-rules/makemaker.mk
branchs11-update
changeset 2649 79b6c91e7f81
parent 774 d0cbca26a17c
child 2855 576d5a7857b7
equal deleted inserted replaced
2648:282079e8bab1 2649:79b6c91e7f81
    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) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # we only do 32 bit perl for now.
    24 # we only do 32 bit perl for now.
    25 BITS=32
    25 BITS=32
    26 
    26 
    35 # directories.
    35 # directories.
    36 PERLBD_ARCH = $(BUILD_DIR)/$(MACH32)
    36 PERLBD_ARCH = $(BUILD_DIR)/$(MACH32)
    37 
    37 
    38 $(PERLBD_ARCH)-5.8.4/.configured:		PERL_VERSION=5.8.4
    38 $(PERLBD_ARCH)-5.8.4/.configured:		PERL_VERSION=5.8.4
    39 $(PERLBD_ARCH)-5.12/.configured:		PERL_VERSION=5.12
    39 $(PERLBD_ARCH)-5.12/.configured:		PERL_VERSION=5.12
       
    40 $(PERLBD_ARCH)-5.12-mt/.configured:		PERL_VERSION=5.12-mt
    40 
    41 
    41 BUILD_32 =	$(PERL_VERSIONS:%=$(PERLBD_ARCH)-%/.built)
    42 BUILD_32 =	$(PERL_VERSIONS:%=$(PERLBD_ARCH)-%/.built)
    42 INSTALL_32 =	$(BUILD_32:%/.built=%/.installed)
    43 INSTALL_32 =	$(BUILD_32:%/.built=%/.installed)
    43 TEST_32 =	$(BUILD_32:%/.built=%/.tested)
    44 TEST_32 =	$(BUILD_32:%/.built=%/.tested)
    44 
    45