PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Makefile.am

#
Makefile | 69 lines | 37 code | 12 blank | 20 comment | 0 complexity | 68b184f1aaa83fa8e5d42bdacdb18c84 MD5 | raw file
  1. # Copyright 2005 Red Hat, Inc.
  2. #
  3. # Permission to use, copy, modify, distribute, and sell this software
  4. # and its documentation for any purpose is hereby granted without
  5. # fee, provided that the above copyright notice appear in all copies
  6. # and that both that copyright notice and this permission notice
  7. # appear in supporting documentation, and that the name of Red Hat
  8. # not be used in advertising or publicity pertaining to distribution
  9. # of the software without specific, written prior permission. Red
  10. # Hat makes no representations about the suitability of this software
  11. # for any purpose. It is provided "as is" without express or implied
  12. # warranty.
  13. #
  14. # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  15. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  16. # NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  17. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  18. # OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  19. # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  20. # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  21. FONT_FILES = \
  22. luximbi.ttf \
  23. luximb.ttf \
  24. luximri.ttf \
  25. luximr.ttf \
  26. luxirbi.ttf \
  27. luxirb.ttf \
  28. luxirri.ttf \
  29. luxirr.ttf \
  30. luxisbi.ttf \
  31. luxisb.ttf \
  32. luxisri.ttf \
  33. luxisr.ttf
  34. fontdir = @FONTDIR@
  35. font_DATA = $(FONT_FILES)
  36. actualconfigdir = $(FC_CONFDIR)/conf.d
  37. availconfigdir = $(FC_CONFDIR)/conf.avail
  38. dist_availconfig_DATA = 42-luxi-mono.conf
  39. EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH
  40. MAINTAINERCLEANFILES = ChangeLog INSTALL
  41. install-data-hook:
  42. @rm -f $(DESTDIR)$(fontdir)/fonts.scale
  43. $(MKFONTSCALE) $(DESTDIR)$(fontdir)
  44. @rm -f $(DESTDIR)$(fontdir)/font.dir
  45. $(MKFONTDIR) $(DESTDIR)$(fontdir)
  46. mkdir -p $(DESTDIR)$(actualconfigdir)
  47. @rm -f $(DESTDIR)$(actualconfigdir)/$(dist_availconfig_DATA)
  48. ln -s ../conf.avail/$(dist_availconfig_DATA) $(DESTDIR)$(actualconfigdir)
  49. @RUN_FCCACHE@
  50. distuninstallcheck:
  51. @:
  52. .PHONY: ChangeLog INSTALL
  53. INSTALL:
  54. $(INSTALL_CMD)
  55. ChangeLog:
  56. $(CHANGELOG_CMD)
  57. dist-hook: ChangeLog INSTALL