components/cdrtools/Makefile
changeset 759 5bd27f9a56b8
parent 356 cc77dce0ea27
child 800 2ad056ed89ec
equal deleted inserted replaced
758:8d61ac17827e 759:5bd27f9a56b8
    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, Oracle and/or its affiliates.  All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=         cdrtools
    25 COMPONENT_NAME=         cdrtools
    26 COMPONENT_VERSION=      3.00
    26 COMPONENT_VERSION=      3.00
    33 
    33 
    34 include ../../make-rules/prep.mk
    34 include ../../make-rules/prep.mk
    35 include ../../make-rules/justmake.mk
    35 include ../../make-rules/justmake.mk
    36 include ../../make-rules/ips.mk
    36 include ../../make-rules/ips.mk
    37 
    37 
    38 COMPONENT_INSTALL_ARGS +=  INS_BASE=/usr GMAKE_NOWARN=true
    38 COMPONENT_INSTALL_ARGS +=  GMAKE_NOWARN=true
    39 COMPONENT_BUILD_ARGS += RUNPATH= INS_BASE=/usr GMAKE_NOWARN=true
    39 COMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
    40 
    40 
    41 build:          $(BUILD_32)
    41 build:          $(BUILD_32)
    42 
    42 
    43 install:        $(INSTALL_32)
    43 install:        $(INSTALL_32)
    44 
    44