Makefile.am 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # $Id: Makefile.am,v 1.6 2013/03/09 14:59:44 matthieu Exp $
  2. #
  3. # Copyright 2005 Red Hat, Inc.
  4. #
  5. # Permission to use, copy, modify, distribute, and sell this software and its
  6. # documentation for any purpose is hereby granted without fee, provided that
  7. # the above copyright notice appear in all copies and that both that
  8. # copyright notice and this permission notice appear in supporting
  9. # documentation, and that the name of Red Hat not be used in
  10. # advertising or publicity pertaining to distribution of the software without
  11. # specific, written prior permission. Red Hat makes no
  12. # representations about the suitability of this software for any purpose. It
  13. # is provided "as is" without express or implied warranty.
  14. #
  15. # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  16. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17. # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  18. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  19. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  20. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21. # PERFORMANCE OF THIS SOFTWARE.
  22. SUBDIRS = man
  23. bin_PROGRAMS = beforelight
  24. AM_CFLAGS = $(BEFORELIGHT_CFLAGS) $(CWARNFLAGS)
  25. beforelight_LDADD = $(BEFORELIGHT_LIBS)
  26. beforelight_SOURCES = \
  27. b4light.c
  28. # App default files
  29. DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
  30. appdefaultdir = @appdefaultdir@
  31. dist_appdefault_DATA = \
  32. app-defaults/Beforelight
  33. MAINTAINERCLEANFILES = ChangeLog INSTALL
  34. .PHONY: ChangeLog INSTALL
  35. INSTALL:
  36. $(INSTALL_CMD)
  37. ChangeLog:
  38. $(CHANGELOG_CMD)
  39. dist-hook: ChangeLog INSTALL