open-src/app/xcolor/Makefile
changeset 1610 77a2e608a1ff
parent 1466 fbd4067be4c6
equal deleted inserted replaced
1609:d5bab3427828 1610:77a2e608a1ff
     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, 2014, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2016, 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,
    57 # Since we don't have a configure script, pass configure flags to make
    57 # Since we don't have a configure script, pass configure flags to make
    58 # and pass path to $(SOURCE_DIR) for makefiles & source files
    58 # and pass path to $(SOURCE_DIR) for makefiles & source files
    59 REL_SOURCE_DIR = ../$(SOURCE_DIR)
    59 REL_SOURCE_DIR = ../$(SOURCE_DIR)
    60 MODULE_MAKEFLAGS  = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
    60 MODULE_MAKEFLAGS  = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
    61 MODULE_BUILD_ENV  = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
    61 MODULE_BUILD_ENV  = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
    62 MODULE_INSTALL_MAKEFLAGS = bindir=$(X11_BIN_DIR) mandir=$(X11_MAN_DIR)
    62 MODULE_INSTALL_MAKEFLAGS = bindir=$(MODULE_BIN_DIR) mandir=$(MODULE_MAN_DIR)
    63 
    63 
    64 # Allow linker to skip linking to libm if compiler inlined all math functions
    64 # Allow linker to skip linking to libm if compiler inlined all math functions
    65 MODULE_LDFLAGS = $(ZDISCARD_UNUSED_DEP)
    65 MODULE_LDFLAGS = $(ZDISCARD_UNUSED_DEP)
    66 
    66 
    67 # Man pages to apply Sun footer to & attributes to list
    67 # Man pages to apply Sun footer to & attributes to list