1010cdda0Smrg# 2010cdda0Smrg# Copyright 2005 Red Hat, Inc. 3010cdda0Smrg# 4010cdda0Smrg# Permission to use, copy, modify, distribute, and sell this software and its 5010cdda0Smrg# documentation for any purpose is hereby granted without fee, provided that 6010cdda0Smrg# the above copyright notice appear in all copies and that both that 7010cdda0Smrg# copyright notice and this permission notice appear in supporting 8010cdda0Smrg# documentation, and that the name of Red Hat not be used in 9010cdda0Smrg# advertising or publicity pertaining to distribution of the software without 10010cdda0Smrg# specific, written prior permission. Red Hat makes no 11010cdda0Smrg# representations about the suitability of this software for any purpose. It 12010cdda0Smrg# is provided "as is" without express or implied warranty. 13010cdda0Smrg# 14010cdda0Smrg# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15010cdda0Smrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16010cdda0Smrg# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17010cdda0Smrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18010cdda0Smrg# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19010cdda0Smrg# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 20010cdda0Smrg# PERFORMANCE OF THIS SOFTWARE. 21010cdda0Smrg 22b4485a66SmrgSUBDIRS = man 23010cdda0Smrgbin_PROGRAMS = xkbvleds xkbwatch xkbbell 24010cdda0Smrg 25b3eb03f3SmrgAM_CFLAGS = $(CWARNFLAGS) 26945aa7e3SmrgAM_CPPFLAGS = -D_CONST_X_STRING 27b3eb03f3Smrg 28010cdda0Smrg# xkbvleds 29010cdda0Smrg 30010cdda0Smrgxkbvleds_SOURCES = xkbvleds.c LED.c LED.h LEDP.h utils.c utils.h 31010cdda0Smrg 32b3eb03f3Smrgxkbvleds_CFLAGS = $(XKBVLEDS_CFLAGS) $(AM_CFLAGS) 33010cdda0Smrgxkbvleds_LDADD = $(XKBVLEDS_LIBS) 34010cdda0Smrg 35010cdda0Smrg# xkbbell 36010cdda0Smrg 37010cdda0Smrgxkbbell_SOURCES = xkbbell.c 38010cdda0Smrg 39b3eb03f3Smrgxkbbell_CFLAGS = $(XKBBELL_CFLAGS) $(AM_CFLAGS) 40010cdda0Smrgxkbbell_LDADD = $(XKBBELL_LIBS) 41010cdda0Smrg 42010cdda0Smrg# xkbwatch 43010cdda0Smrg 44010cdda0Smrgxkbwatch_SOURCES = xkbwatch.c LED.c LED.h LEDP.h utils.c utils.h 45b3eb03f3Smrgxkbwatch_CFLAGS = $(XKBWATCH_CFLAGS) $(AM_CFLAGS) 46010cdda0Smrgxkbwatch_LDADD = $(XKBWATCH_LIBS) 47b3eb03f3Smrg 48af23b0a6SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 49b3eb03f3Smrg 50af23b0a6Smrg.PHONY: ChangeLog INSTALL 51af23b0a6Smrg 52af23b0a6SmrgINSTALL: 53af23b0a6Smrg $(INSTALL_CMD) 54b3eb03f3Smrg 55b3eb03f3SmrgChangeLog: 56b3eb03f3Smrg $(CHANGELOG_CMD) 57b3eb03f3Smrg 58af23b0a6Smrgdist-hook: ChangeLog INSTALL 59945aa7e3Smrg 60945aa7e3SmrgEXTRA_DIST = README.md 61