open-src/util/Makefile.inc
changeset 967 efbd0ee6805d
parent 943 294f64612d23
child 970 272328fe1b4a
equal deleted inserted replaced
966:f9a3c33706b9 967:efbd0ee6805d
     1 # -*- Makefile -*- rules common to most X.Org utility modules
     1 # -*- Makefile -*- rules common to most X.Org utility modules
     2 #
     2 #
     3 # Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    22 # DEALINGS IN THE SOFTWARE.
    22 # DEALINGS IN THE SOFTWARE.
    23 #
    23 #
    24 #
    24 #
    25 
    25 
    26 PWD:sh=pwd
    26 PWD:sh=pwd
    27 TOP=$(PWD)/../..
    27 TOP=$(PWD)/../../..
    28 
    28 
    29 MODTYPE=util
    29 MODTYPE=util
    30 
    30 
    31 ### Include common definitions
    31 ### Include common definitions
    32 include $(TOP)/common/Makefile.init
    32 include $(TOP)/open-src/common/Makefile.init
    33 
    33 
    34 # Most util modules have no man pages, but show path in those that do
    34 # Most util modules have no man pages, but show path in those that do
    35 MODTYPE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_PREFIX)/bin/
    35 MODTYPE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_PREFIX)/bin/
    36 
    36 
    37 # No common dependencies
    37 # No common dependencies
    44 
    44 
    45 # Set comments in ELF binaries to help identify versions/builds
    45 # Set comments in ELF binaries to help identify versions/builds
    46 MODTYPE_ADD_BUILD_TARGETS=set-elf-comments
    46 MODTYPE_ADD_BUILD_TARGETS=set-elf-comments
    47 
    47 
    48 ### Include common rulesets
    48 ### Include common rulesets
    49 include $(TOP)/common/Makefile.inc
    49 include $(TOP)/open-src/common/Makefile.inc
    50 
    50 
    51 
    51 
    52 
    52