xenocara/app/xkbcomp/Makefile.am

77 lines
2.1 KiB
Makefile
Raw Normal View History

2006-11-25 13:07:29 -07:00
#
# Copyright 2005 Red Hat, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Red Hat not be used in
# advertising or publicity pertaining to distribution of the software without
# specific, written prior permission. Red Hat makes no
# representations about the suitability of this software for any purpose. It
# is provided "as is" without express or implied warranty.
#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
2011-03-13 09:03:00 -06:00
SUBDIRS = man
2006-11-25 13:07:29 -07:00
bin_PROGRAMS = xkbcomp
2011-08-28 05:21:51 -06:00
AM_CPPFLAGS = -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"'
AM_CFLAGS = $(XKBCOMP_CFLAGS) $(CWARNFLAGS)
2006-11-25 13:07:29 -07:00
xkbcomp_LDADD = $(XKBCOMP_LIBS)
xkbcomp_SOURCES = \
action.c \
action.h \
alias.c \
alias.h \
compat.c \
compat.h \
expr.c \
expr.h \
geometry.c \
indicators.c \
indicators.h \
keycodes.c \
keycodes.h \
keymap.c \
keytypes.c \
listing.c \
misc.c \
misc.h \
parseutils.c \
parseutils.h \
symbols.c \
tokens.h \
utils.c \
utils.h \
vmod.c \
vmod.h \
xkbcomp.c \
xkbcomp.h \
xkbparse.y \
xkbpath.c \
xkbpath.h \
xkbscan.c
2012-05-15 00:11:32 -06:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbcomp.pc
2011-01-11 13:56:40 -07:00
MAINTAINERCLEANFILES = ChangeLog INSTALL
2006-11-25 13:07:29 -07:00
2011-01-11 13:56:40 -07:00
.PHONY: ChangeLog INSTALL
2008-04-20 10:32:06 -06:00
2011-01-11 13:56:40 -07:00
INSTALL:
$(INSTALL_CMD)
2008-04-20 10:32:06 -06:00
ChangeLog:
2011-01-11 13:56:40 -07:00
$(CHANGELOG_CMD)
2008-04-20 10:32:06 -06:00
2011-01-11 13:56:40 -07:00
dist-hook: ChangeLog INSTALL