allready defined in sdp_lib.h
[xkbdbthid.git] / xkbd-0.8.15_bthid / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AMDEPBACKSLASH = @AMDEPBACKSLASH@
63 AMTAR = @AMTAR@
64 AR = @AR@
65 AS = @AS@
66 AWK = @AWK@
67 CC = @CC@
68 CXX = @CXX@
69 CXXCPP = @CXXCPP@
70 CYGPATH_W = @CYGPATH_W@
71 DEPDIR = @DEPDIR@
72 DLLTOOL = @DLLTOOL@
73 ECHO = @ECHO@
74 EGREP = @EGREP@
75 EXEEXT = @EXEEXT@
76 F77 = @F77@
77 GCJ = @GCJ@
78 GCJFLAGS = @GCJFLAGS@
79 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 MAKEINFO = @MAKEINFO@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 PACKAGE = @PACKAGE@
86 PKG_CONFIG = @PKG_CONFIG@
87 RANLIB = @RANLIB@
88 RC = @RC@
89 STRIP = @STRIP@
90 VERSION = @VERSION@
91 XFT_CONFIG = @XFT_CONFIG@
92 XFT_LIBS = @XFT_LIBS@
93 XPM_LIBS = @XPM_LIBS@
94 am__include = @am__include@
95 am__leading_dot = @am__leading_dot@
96 am__quote = @am__quote@
97 install_sh = @install_sh@
98 mkdir_p = @mkdir_p@
99
100 CLEANFILES = xkbd.1
101 MAINTAINERCLEANFILES = Makefile.in
102 EXTRA_DIST = xkbd.1.in style.css docbook.dsl
103 man_MANS = xkbd.1 
104 SGML_FILES = manual.sgml
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../config.h ../$@)]
107 CONFIG_CLEAN_FILES = 
108 man1dir = $(mandir)/man1
109 MANS = $(man_MANS)
110
111 NROFF = nroff
112 DIST_COMMON =  Makefile.am Makefile.in
113
114
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
116
117 TAR = tar
118 GZIP_ENV = --best
119 all: all-redirect
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
122         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
123
124 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125         cd $(top_builddir) \
126           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129 install-man1:
130         $(mkinstalldirs) $(DESTDIR)$(man1dir)
131         @list='$(man1_MANS)'; \
132         l2='$(man_MANS)'; for i in $$l2; do \
133           case "$$i" in \
134             *.1*) list="$$list $$i" ;; \
135           esac; \
136         done; \
137         for i in $$list; do \
138           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
139           else file=$$i; fi; \
140           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
141           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
142           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
143           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
144           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
145         done
146
147 uninstall-man1:
148         @list='$(man1_MANS)'; \
149         l2='$(man_MANS)'; for i in $$l2; do \
150           case "$$i" in \
151             *.1*) list="$$list $$i" ;; \
152           esac; \
153         done; \
154         for i in $$list; do \
155           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
156           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
157           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
158           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
159           rm -f $(DESTDIR)$(man1dir)/$$inst; \
160         done
161 install-man: $(MANS)
162         @$(NORMAL_INSTALL)
163         $(MAKE) $(AM_MAKEFLAGS) install-man1
164 uninstall-man:
165         @$(NORMAL_UNINSTALL)
166         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
167 tags: TAGS
168 TAGS:
169
170
171 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
172
173 subdir = doc
174
175 distdir: $(DISTFILES)
176         here=`cd $(top_builddir) && pwd`; \
177         top_distdir=`cd $(top_distdir) && pwd`; \
178         distdir=`cd $(distdir) && pwd`; \
179         cd $(top_srcdir) \
180           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
181         @for file in $(DISTFILES); do \
182           d=$(srcdir); \
183           if test -d $$d/$$file; then \
184             cp -pr $$d/$$file $(distdir)/$$file; \
185           else \
186             test -f $(distdir)/$$file \
187             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
188             || cp -p $$d/$$file $(distdir)/$$file || :; \
189           fi; \
190         done
191 info-am:
192 info: info-am
193 dvi-am:
194 dvi: dvi-am
195 check-am: all-am
196 check: check-am
197 installcheck-am:
198 installcheck: installcheck-am
199 install-exec-am:
200 install-exec: install-exec-am
201
202 install-data-am: install-man
203 install-data: install-data-am
204
205 install-am: all-am
206         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
207 install: install-am
208 uninstall-am: uninstall-man
209 uninstall: uninstall-am
210 all-am: Makefile $(MANS)
211 all-redirect: all-am
212 install-strip:
213         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
214 installdirs:
215         $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
216
217
218 mostlyclean-generic:
219
220 clean-generic:
221         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
222
223 distclean-generic:
224         -rm -f Makefile $(CONFIG_CLEAN_FILES)
225         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
226
227 maintainer-clean-generic:
228         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
229 mostlyclean-am:  mostlyclean-generic
230
231 mostlyclean: mostlyclean-am
232
233 clean-am:  clean-generic mostlyclean-am
234
235 clean: clean-am
236
237 distclean-am:  distclean-generic clean-am distclean-local
238         -rm -f libtool
239
240 distclean: distclean-am
241
242 maintainer-clean-am:  maintainer-clean-generic distclean-am
243         @echo "This command is intended for maintainers to use;"
244         @echo "it deletes files that may require special tools to rebuild."
245
246 maintainer-clean: maintainer-clean-am
247
248 .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
249 distdir info-am info dvi-am dvi check check-am installcheck-am \
250 installcheck install-exec-am install-exec install-data-am install-data \
251 install-am install uninstall-am uninstall all-redirect all-am all \
252 installdirs mostlyclean-generic distclean-generic clean-generic \
253 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
254
255
256 distclean-local:
257         rm -f *\~
258
259 xkbd.1: xkbd.1.in
260         sed -e "s,@pkgdatadir@,$(pkgdatadir)," xkbd.1.in > xkbd.1
261
262 manual.html: $(SGML_FILES)
263         -db2html -d `pwd`/docbook.dsl#html manual.sgml 2>/dev/null
264         cp style.css manual/
265
266 manual.txt: manual.html
267         -db2html -u manual.sgml -o manual.html
268         w3m -T text/html -dump manual.html > manual.txt
269
270 # Tell versions [3.59,3.63) of GNU make to not export all variables.
271 # Otherwise a system limit (for SysV at least) may be exceeded.
272 .NOEXPORT: