open-src/util/Makefile.inc
changeset 1610 77a2e608a1ff
parent 1356 73c3eb360de2
equal deleted inserted replaced
1609:d5bab3427828 1610:77a2e608a1ff
     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, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2008, 2016, 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,
    42 
    42 
    43 ### Include common definitions
    43 ### Include common definitions
    44 include $(TOP)/open-src/common/Makefile.init
    44 include $(TOP)/open-src/common/Makefile.init
    45 
    45 
    46 # Most util modules have no man pages, but show path in those that do
    46 # Most util modules have no man pages, but show path in those that do
    47 MODTYPE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_PREFIX)/bin/
    47 MODTYPE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_BIN_DIR)/
    48 
    48 
    49 # No common dependencies
    49 # No common dependencies
    50 MODTYPE_CONFIGURE_DEPS=
    50 MODTYPE_CONFIGURE_DEPS=
    51 
    51 
    52 # Use the flags we normally use to build & link applications with
    52 # Use the flags we normally use to build & link applications with