First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / utils / kbd_mode / Makefile.am
blob1b28411cf7671e2f2610f36758fbe0de711c70d9
1 # $Id$
3 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4
5 # Permission is hereby granted, free of charge, to any person obtaining a
6 # copy of this software and associated documentation files (the
7 # "Software"), to deal in the Software without restriction, including
8 # without limitation the rights to use, copy, modify, merge, publish,
9 # distribute, and/or sell copies of the Software, and to permit persons
10 # to whom the Software is furnished to do so, provided that the above
11 # copyright notice(s) and this permission notice appear in all copies of
12 # the Software and that both the above copyright notice(s) and this
13 # permission notice appear in supporting documentation.
14
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
18 # OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19 # HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
20 # INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
21 # FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
22 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
23 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24
25 # Except as contained in this notice, the name of a copyright holder
26 # shall not be used in advertising or otherwise to promote the sale, use
27 # or other dealings in this Software without prior written authorization
28 # of the copyright holder.
29
31 if BUILD_KBD_MODE
32 bin_PROGRAMS = kbd_mode
34 if BSD_KBD_MODE
35 INCLUDES = $(XORG_INCS)
36 kbd_mode_CFLAGS = $(XORG_CFLAGS)
37 kbd_mode_SOURCES = bsd-kbd_mode.c
38 MAN_SRC = bsd-kbd_mode.man.pre
39 endif
41 if SUN_KBD_MODE
42 kbd_mode_SOURCES = sun-kbd_mode.c
43 MAN_SRC = sun-kbd_mode.man.pre
44 endif
46 appmandir = $(APP_MAN_DIR)
48 appman_PRE = kbd_mode.man
49 appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
50 BUILT_SOURCES = $(appman_PRE)
51 CLEANFILES = $(appman_PRE) $(appman_DATA)
53 all-local: kbd_mode.man.pre $(appman_DATA)
55 kbd_mode.man.pre: $(MAN_SRC)
56         $(LN_S) $(MAN_SRC) kbd_mode.man.pre
58 else
59 all-local:
60 endif
62 include $(top_srcdir)/cpprules.in
64 SUFFIXES += .$(APP_MAN_SUFFIX) .man
66 .man.$(APP_MAN_SUFFIX):
67         -rm -f $@
68         $(LN_S) $< $@
70 EXTRA_DIST = bsd-kbd_mode.man.pre sun-kbd_mode.man.pre