open-src/app/xcolor/Makefile
changeset 1402 7373cf518070
parent 1339 4f152696e5f2
child 1422 e9cadc0026d8
equal deleted inserted replaced
1401:007069c5e4ff 1402:7373cf518070
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xcolor - utility to display used & available entries in PseudoColor colormaps
     3 # xcolor - utility to display used & available entries in PseudoColor colormaps
     4 #
     4 #
     5 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2014, 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,
    59 
    59 
    60 # Allow linker to skip linking to libm if compiler inlined all math functions
    60 # Allow linker to skip linking to libm if compiler inlined all math functions
    61 MODULE_LDFLAGS = -z ignore
    61 MODULE_LDFLAGS = -z ignore
    62 
    62 
    63 # Man pages to apply Sun footer to & attributes to list
    63 # Man pages to apply Sun footer to & attributes to list
    64 SUNTOUCHED_MANPAGES=# None
    64 SUNTOUCHED_MANPAGES=xcolor.1
    65 MODULE_STABILITY=Committed
    65 MODULE_STABILITY=Committed
    66 
    66 
    67 # Compatibility links from /usr/X11/bin to /usr/bin
    67 # Compatibility links from /usr/X11/bin to /usr/bin
    68 MODULE_X11_BINCOMPAT_LINKS = xcolor
    68 MODULE_X11_BINCOMPAT_LINKS = xcolor
    69 
    69