http://mulliner.org/bluetooth/xkbdbthid-0.1_src.tar.gz
[xkbdbthid.git] / xkbd-0.8.15_bthid / packaging / 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 SUBDIRS = ipkg
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../config.h ../$@)]
103 CONFIG_CLEAN_FILES = 
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu packaging/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 # This directory's subdirectories are mostly independent; you can cd
122 # into them and run `make' without going through this Makefile.
123 # To change the values of `make' variables: instead of editing Makefiles,
124 # (1) if the variable is set in `config.status', edit `config.status'
125 #     (which will cause the Makefiles to be regenerated when you run `make');
126 # (2) otherwise, pass the desired values on the `make' command line.
127
128 @SET_MAKE@
129
130 all-recursive install-data-recursive install-exec-recursive \
131 installdirs-recursive install-recursive uninstall-recursive  \
132 check-recursive installcheck-recursive info-recursive dvi-recursive:
133         @set fnord $(MAKEFLAGS); amf=$$2; \
134         dot_seen=no; \
135         target=`echo $@ | sed s/-recursive//`; \
136         list='$(SUBDIRS)'; for subdir in $$list; do \
137           echo "Making $$target in $$subdir"; \
138           if test "$$subdir" = "."; then \
139             dot_seen=yes; \
140             local_target="$$target-am"; \
141           else \
142             local_target="$$target"; \
143           fi; \
144           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
146         done; \
147         if test "$$dot_seen" = "no"; then \
148           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
149         fi; test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $(MAKEFLAGS); amf=$$2; \
154         dot_seen=no; \
155         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
156           rev="$$subdir $$rev"; \
157           test "$$subdir" != "." || dot_seen=yes; \
158         done; \
159         test "$$dot_seen" = "no" && rev=". $$rev"; \
160         target=`echo $@ | sed s/-recursive//`; \
161         for subdir in $$rev; do \
162           echo "Making $$target in $$subdir"; \
163           if test "$$subdir" = "."; then \
164             local_target="$$target-am"; \
165           else \
166             local_target="$$target"; \
167           fi; \
168           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170         done && test -z "$$fail"
171 tags-recursive:
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
174         done
175
176 tags: TAGS
177
178 ID: $(HEADERS) $(SOURCES) $(LISP)
179         list='$(SOURCES) $(HEADERS)'; \
180         unique=`for i in $$list; do echo $$i; done | \
181           awk '    { files[$$0] = 1; } \
182                END { for (i in files) print i; }'`; \
183         here=`pwd` && cd $(srcdir) \
184           && mkid -f$$here/ID $$unique $(LISP)
185
186 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
187         tags=; \
188         here=`pwd`; \
189         list='$(SUBDIRS)'; for subdir in $$list; do \
190    if test "$$subdir" = .; then :; else \
191             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
192    fi; \
193         done; \
194         list='$(SOURCES) $(HEADERS)'; \
195         unique=`for i in $$list; do echo $$i; done | \
196           awk '    { files[$$0] = 1; } \
197                END { for (i in files) print i; }'`; \
198         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
200
201 mostlyclean-tags:
202
203 clean-tags:
204
205 distclean-tags:
206         -rm -f TAGS ID
207
208 maintainer-clean-tags:
209
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
211
212 subdir = packaging
213
214 distdir: $(DISTFILES)
215         here=`cd $(top_builddir) && pwd`; \
216         top_distdir=`cd $(top_distdir) && pwd`; \
217         distdir=`cd $(distdir) && pwd`; \
218         cd $(top_srcdir) \
219           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu packaging/Makefile
220         @for file in $(DISTFILES); do \
221           d=$(srcdir); \
222           if test -d $$d/$$file; then \
223             cp -pr $$d/$$file $(distdir)/$$file; \
224           else \
225             test -f $(distdir)/$$file \
226             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227             || cp -p $$d/$$file $(distdir)/$$file || :; \
228           fi; \
229         done
230         for subdir in $(SUBDIRS); do \
231           if test "$$subdir" = .; then :; else \
232             test -d $(distdir)/$$subdir \
233             || mkdir $(distdir)/$$subdir \
234             || exit 1; \
235             chmod 777 $(distdir)/$$subdir; \
236             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
237               || exit 1; \
238           fi; \
239         done
240 info-am:
241 info: info-recursive
242 dvi-am:
243 dvi: dvi-recursive
244 check-am: all-am
245 check: check-recursive
246 installcheck-am:
247 installcheck: installcheck-recursive
248 install-exec-am:
249 install-exec: install-exec-recursive
250
251 install-data-am:
252 install-data: install-data-recursive
253
254 install-am: all-am
255         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256 install: install-recursive
257 uninstall-am:
258 uninstall: uninstall-recursive
259 all-am: Makefile
260 all-redirect: all-recursive
261 install-strip:
262         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
263 installdirs: installdirs-recursive
264 installdirs-am:
265
266
267 mostlyclean-generic:
268
269 clean-generic:
270
271 distclean-generic:
272         -rm -f Makefile $(CONFIG_CLEAN_FILES)
273         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
274
275 maintainer-clean-generic:
276 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
277
278 mostlyclean: mostlyclean-recursive
279
280 clean-am:  clean-tags clean-generic mostlyclean-am
281
282 clean: clean-recursive
283
284 distclean-am:  distclean-tags distclean-generic clean-am
285         -rm -f libtool
286
287 distclean: distclean-recursive
288
289 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
290                 distclean-am
291         @echo "This command is intended for maintainers to use;"
292         @echo "it deletes files that may require special tools to rebuild."
293
294 maintainer-clean: maintainer-clean-recursive
295
296 .PHONY: install-data-recursive uninstall-data-recursive \
297 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
298 uninstalldirs-recursive all-recursive check-recursive \
299 installcheck-recursive info-recursive dvi-recursive \
300 mostlyclean-recursive distclean-recursive clean-recursive \
301 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
302 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
303 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
304 install-exec install-data-am install-data install-am install \
305 uninstall-am uninstall all-redirect all-am all installdirs-am \
306 installdirs mostlyclean-generic distclean-generic clean-generic \
307 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
308
309
310 # Tell versions [3.59,3.63) of GNU make to not export all variables.
311 # Otherwise a system limit (for SysV at least) may be exceeded.
312 .NOEXPORT: