open-src/app/xload/Makefile
changeset 1610 77a2e608a1ff
parent 1466 fbd4067be4c6
equal deleted inserted replaced
1609:d5bab3427828 1610:77a2e608a1ff
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xload 1.x Makefile
     3 # xload - system load average display for X
     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 MODULE_X11_BINCOMPAT_LINKS = xload
    57 MODULE_X11_BINCOMPAT_LINKS = xload
    58 
    58 
    59 include ../Makefile.inc
    59 include ../Makefile.inc
    60 
    60 
    61 install_po: $(BUILD_TARGETS)
    61 install_po: $(BUILD_TARGETS)
    62 	mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
    62 	mkdir -p $(PROTODIR)$(MODULE_LC_MESSAGES_DIR)
    63 	cp -f $(BUILD_DIR)/xload.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)
    63 	ginstall -m 0444 $(BUILD_DIR)/xload.po $(PROTODIR)$(MODULE_LC_MESSAGES_DIR)
    64 
    64