components/hal-cups-utils/Makefile
changeset 7688 3b2a3df0423e
parent 6922 499ba999c1ee
equal deleted inserted replaced
7687:1093e2a9adbd 7688:3b2a3df0423e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 32
    25 BUILD_BITS= 32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		hal-cups-utils
    28 COMPONENT_NAME=		hal-cups-utils
    37 
    37 
    38 TEST_TARGET= $(NO_TESTS)
    38 TEST_TARGET= $(NO_TESTS)
    39 include $(WS_MAKE_RULES)/common.mk
    39 include $(WS_MAKE_RULES)/common.mk
    40 
    40 
    41 PATCH_LEVEL = 0
    41 PATCH_LEVEL = 0
    42 USED_PYTHON=$(PYTHON.2.6.32)
       
    43 
       
    44 CONFIGURE_ENV += PYTHON=$(USED_PYTHON)
       
    45 
    42 
    46 CONFIGURE_OPTIONS += --datarootdir=$(ETCDIR)
    43 CONFIGURE_OPTIONS += --datarootdir=$(ETCDIR)
    47 CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)/hal
    44 CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)/hal
    48 
    45 
    49 # Since we patch Makefile.am, we have to rebuild the autoconf generated files
    46 # Since we patch Makefile.am, we have to rebuild the autoconf generated files