open-src/app/xpr/Makefile
changeset 1196 1ce455dae979
parent 977 46c5e46c27fb
child 1276 52f85727ce94
equal deleted inserted replaced
1195:5257d09d4f0a 1196:1ce455dae979
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xpr Makefile
     3 # xpr Makefile
     4 #
     4 #
     5 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    40 TARBALL_SHA1 = 9dbd0ff136b612285e00d92d0c7675a4207b1c4a
    40 TARBALL_SHA1 = 9dbd0ff136b612285e00d92d0c7675a4207b1c4a
    41 
    41 
    42 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    43 SOURCE_PATCHES = 6724753.patch
    43 SOURCE_PATCHES = 6724753.patch
    44 
    44 
       
    45 # Allow linker to skip linking to libm if compiler inlined all math functions
       
    46 MODULE_LDFLAGS = -z ignore
       
    47 
    45 # Man pages to apply Sun footer to & attributes to list
    48 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=*.man
    49 SUNTOUCHED_MANPAGES=*.man
    47 MODULE_STABILITY=Committed
    50 MODULE_STABILITY=Committed
    48 
    51 
    49 # ARC cases that covered this module
    52 # ARC cases that covered this module