components/libsndfile/Makefile
changeset 3725 57a3df1e928a
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3724:dc74a8d07d25 3725:57a3df1e928a
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, 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=		libsndfile
    25 COMPONENT_NAME=		libsndfile
    26 COMPONENT_VERSION=	1.0.23
    26 COMPONENT_VERSION=	1.0.23
    43 CFLAGS +=	$(studio_PIC)
    43 CFLAGS +=	$(studio_PIC)
    44 
    44 
    45 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    45 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    46 CONFIGURE_ENV +=	CXXFLAGS="$(CXXFLAGS)"
    46 CONFIGURE_ENV +=	CXXFLAGS="$(CXXFLAGS)"
    47 
    47 
       
    48 # Master test results are the same for 32-bit and 64-bit, so override
       
    49 # here, rather than create multiple identical master files.
       
    50 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    51 
       
    52 # The additional libsndfile specific set of transforms to be applied to the
       
    53 # test results to try to normalize them.
       
    54 COMPONENT_TEST_TRANSFORMS += \
       
    55 	'-e "s|\(^SunOS\).*|\1|" '
       
    56 
    48 ASLR_MODE = $(ASLR_ENABLE)
    57 ASLR_MODE = $(ASLR_ENABLE)
    49 
    58 
    50 # common targets
    59 # common targets
    51 configure:	$(CONFIGURE_32_and_64)
    60 configure:	$(CONFIGURE_32_and_64)
    52 
    61