Makefile revision 963
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3fd0bd432d4875c15b9e8d586770f60f03278fe7Kay Sievers# Permission is hereby granted, free of charge, to any person obtaining a
c2e09812e9c088f1582ce542e43f6b5743b2e4feZbigniew Jędrzejewski-Szmek# copy of this software and associated documentation files (the "Software"),
cc1f918dda4193c7fd2a03de4ab715be67017a36Zbigniew Jędrzejewski-Szmek# to deal in the Software without restriction, including without limitation
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# and/or sell copies of the Software, and to permit persons to whom the
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# Software is furnished to do so, subject to the following conditions:
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# The above copyright notice and this permission notice (including the next
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# paragraph) shall be included in all copies or substantial portions of the
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering# DEALINGS IN THE SOFTWARE.
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering $(LD) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) -lX11
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/man/man1
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering $(INSTALL) -m 0555 cmap_alloc $(DESTDIR)$(PREFIX)/bin
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering $(INSTALL) -m 0444 cmap_alloc.1 $(DESTDIR)$(PREFIX)/share/man/man1