OLD | NEW |
| (Empty) |
1 # Makefile.in generated by automake 1.11.1 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
7 # This Makefile.in is free software; the Free Software Foundation | |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
18 # Copyright 2005 Adam Jackson. | |
19 # | |
20 # Permission is hereby granted, free of charge, to any person obtaining a | |
21 # copy of this software and associated documentation files (the "Software"), | |
22 # to deal in the Software without restriction, including without limitation | |
23 # on the rights to use, copy, modify, merge, publish, distribute, sub | |
24 # license, and/or sell copies of the Software, and to permit persons to whom | |
25 # the Software is furnished to do so, subject to the following conditions: | |
26 # | |
27 # The above copyright notice and this permission notice (including the next | |
28 # paragraph) shall be included in all copies or substantial portions of the | |
29 # Software. | |
30 # | |
31 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
32 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
33 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL | |
34 # ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | |
35 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |
36 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
37 | |
38 VPATH = @srcdir@ | |
39 pkgdatadir = $(datadir)/@PACKAGE@ | |
40 pkgincludedir = $(includedir)/@PACKAGE@ | |
41 pkglibdir = $(libdir)/@PACKAGE@ | |
42 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
43 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
44 install_sh_DATA = $(install_sh) -c -m 644 | |
45 install_sh_PROGRAM = $(install_sh) -c | |
46 install_sh_SCRIPT = $(install_sh) -c | |
47 INSTALL_HEADER = $(INSTALL_DATA) | |
48 transform = $(program_transform_name) | |
49 NORMAL_INSTALL = : | |
50 PRE_INSTALL = : | |
51 POST_INSTALL = : | |
52 NORMAL_UNINSTALL = : | |
53 PRE_UNINSTALL = : | |
54 POST_UNINSTALL = : | |
55 build_triplet = @build@ | |
56 host_triplet = @host@ | |
57 subdir = . | |
58 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
59 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |
60 $(srcdir)/xorg-synaptics.pc.in $(top_srcdir)/configure COPYING \ | |
61 ChangeLog INSTALL config.guess config.sub depcomp install-sh \ | |
62 ltmain.sh missing | |
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
64 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
66 $(ACLOCAL_M4) | |
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
68 configure.lineno config.status.lineno | |
69 mkinstalldirs = $(install_sh) -d | |
70 CONFIG_HEADER = config.h | |
71 CONFIG_CLEAN_FILES = xorg-synaptics.pc | |
72 CONFIG_CLEAN_VPATH_FILES = | |
73 AM_V_GEN = $(am__v_GEN_$(V)) | |
74 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | |
75 am__v_GEN_0 = @echo " GEN " $@; | |
76 AM_V_at = $(am__v_at_$(V)) | |
77 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | |
78 am__v_at_0 = @ | |
79 SOURCES = | |
80 DIST_SOURCES = | |
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
82 html-recursive info-recursive install-data-recursive \ | |
83 install-dvi-recursive install-exec-recursive \ | |
84 install-html-recursive install-info-recursive \ | |
85 install-pdf-recursive install-ps-recursive install-recursive \ | |
86 installcheck-recursive installdirs-recursive pdf-recursive \ | |
87 ps-recursive uninstall-recursive | |
88 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
89 am__vpath_adj = case $$p in \ | |
90 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
91 *) f=$$p;; \ | |
92 esac; | |
93 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
94 am__install_max = 40 | |
95 am__nobase_strip_setup = \ | |
96 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
97 am__nobase_strip = \ | |
98 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
99 am__nobase_list = $(am__nobase_strip_setup); \ | |
100 for p in $$list; do echo "$$p $$p"; done | \ | |
101 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
102 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
103 if (++n[$$2] == $(am__install_max)) \ | |
104 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
105 END { for (dir in files) print dir, files[dir] }' | |
106 am__base_list = \ | |
107 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
108 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
109 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" | |
110 DATA = $(pkgconfig_DATA) | |
111 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
112 distclean-recursive maintainer-clean-recursive | |
113 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
114 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
115 distdir dist dist-all distcheck | |
116 ETAGS = etags | |
117 CTAGS = ctags | |
118 DIST_SUBDIRS = $(SUBDIRS) | |
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
120 distdir = $(PACKAGE)-$(VERSION) | |
121 top_distdir = $(distdir) | |
122 am__remove_distdir = \ | |
123 { test ! -d "$(distdir)" \ | |
124 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
125 && rm -fr "$(distdir)"; }; } | |
126 am__relativize = \ | |
127 dir0=`pwd`; \ | |
128 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
129 sed_rest='s,^[^/]*/*,,'; \ | |
130 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
131 sed_butlast='s,/*[^/]*$$,,'; \ | |
132 while test -n "$$dir1"; do \ | |
133 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
134 if test "$$first" != "."; then \ | |
135 if test "$$first" = ".."; then \ | |
136 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
137 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
138 else \ | |
139 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
140 if test "$$first2" = "$$first"; then \ | |
141 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
142 else \ | |
143 dir2="../$$dir2"; \ | |
144 fi; \ | |
145 dir0="$$dir0"/"$$first"; \ | |
146 fi; \ | |
147 fi; \ | |
148 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
149 done; \ | |
150 reldir="$$dir2" | |
151 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 | |
152 GZIP_ENV = --best | |
153 distuninstallcheck_listfiles = find . -type f -print | |
154 distcleancheck_listfiles = find . -type f -print | |
155 ACLOCAL = @ACLOCAL@ | |
156 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ | |
157 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ | |
158 AMTAR = @AMTAR@ | |
159 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
160 APP_MAN_DIR = @APP_MAN_DIR@ | |
161 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ | |
162 AR = @AR@ | |
163 AUTOCONF = @AUTOCONF@ | |
164 AUTOHEADER = @AUTOHEADER@ | |
165 AUTOMAKE = @AUTOMAKE@ | |
166 AWK = @AWK@ | |
167 CC = @CC@ | |
168 CCDEPMODE = @CCDEPMODE@ | |
169 CFLAGS = @CFLAGS@ | |
170 CHANGELOG_CMD = @CHANGELOG_CMD@ | |
171 CPP = @CPP@ | |
172 CPPFLAGS = @CPPFLAGS@ | |
173 CWARNFLAGS = @CWARNFLAGS@ | |
174 CYGPATH_W = @CYGPATH_W@ | |
175 DEFS = @DEFS@ | |
176 DEPDIR = @DEPDIR@ | |
177 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ | |
178 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ | |
179 DRIVER_NAME = @DRIVER_NAME@ | |
180 DSYMUTIL = @DSYMUTIL@ | |
181 DUMPBIN = @DUMPBIN@ | |
182 ECHO_C = @ECHO_C@ | |
183 ECHO_N = @ECHO_N@ | |
184 ECHO_T = @ECHO_T@ | |
185 EGREP = @EGREP@ | |
186 EXEEXT = @EXEEXT@ | |
187 FGREP = @FGREP@ | |
188 FILE_MAN_DIR = @FILE_MAN_DIR@ | |
189 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ | |
190 GREP = @GREP@ | |
191 INSTALL = @INSTALL@ | |
192 INSTALL_CMD = @INSTALL_CMD@ | |
193 INSTALL_DATA = @INSTALL_DATA@ | |
194 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
195 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
196 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
197 LD = @LD@ | |
198 LDFLAGS = @LDFLAGS@ | |
199 LIBOBJS = @LIBOBJS@ | |
200 LIBS = @LIBS@ | |
201 LIBTOOL = @LIBTOOL@ | |
202 LIB_MAN_DIR = @LIB_MAN_DIR@ | |
203 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ | |
204 LIPO = @LIPO@ | |
205 LN_S = @LN_S@ | |
206 LTLIBOBJS = @LTLIBOBJS@ | |
207 MAINT = @MAINT@ | |
208 MAKEINFO = @MAKEINFO@ | |
209 MAN_SUBSTS = @MAN_SUBSTS@ | |
210 MISC_MAN_DIR = @MISC_MAN_DIR@ | |
211 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ | |
212 MKDIR_P = @MKDIR_P@ | |
213 NM = @NM@ | |
214 NMEDIT = @NMEDIT@ | |
215 OBJDUMP = @OBJDUMP@ | |
216 OBJEXT = @OBJEXT@ | |
217 OTOOL = @OTOOL@ | |
218 OTOOL64 = @OTOOL64@ | |
219 PACKAGE = @PACKAGE@ | |
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
221 PACKAGE_NAME = @PACKAGE_NAME@ | |
222 PACKAGE_STRING = @PACKAGE_STRING@ | |
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
224 PACKAGE_URL = @PACKAGE_URL@ | |
225 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
226 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
227 PKG_CONFIG = @PKG_CONFIG@ | |
228 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | |
229 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | |
230 RANLIB = @RANLIB@ | |
231 SED = @SED@ | |
232 SET_MAKE = @SET_MAKE@ | |
233 SHELL = @SHELL@ | |
234 STRIP = @STRIP@ | |
235 VERSION = @VERSION@ | |
236 XI_CFLAGS = @XI_CFLAGS@ | |
237 XI_LIBS = @XI_LIBS@ | |
238 XORG_CFLAGS = @XORG_CFLAGS@ | |
239 XORG_LIBS = @XORG_LIBS@ | |
240 XORG_MAN_PAGE = @XORG_MAN_PAGE@ | |
241 XTST_CFLAGS = @XTST_CFLAGS@ | |
242 XTST_LIBS = @XTST_LIBS@ | |
243 abs_builddir = @abs_builddir@ | |
244 abs_srcdir = @abs_srcdir@ | |
245 abs_top_builddir = @abs_top_builddir@ | |
246 abs_top_srcdir = @abs_top_srcdir@ | |
247 ac_ct_CC = @ac_ct_CC@ | |
248 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
249 am__include = @am__include@ | |
250 am__leading_dot = @am__leading_dot@ | |
251 am__quote = @am__quote@ | |
252 am__tar = @am__tar@ | |
253 am__untar = @am__untar@ | |
254 bindir = @bindir@ | |
255 build = @build@ | |
256 build_alias = @build_alias@ | |
257 build_cpu = @build_cpu@ | |
258 build_os = @build_os@ | |
259 build_vendor = @build_vendor@ | |
260 builddir = @builddir@ | |
261 configdir = @configdir@ | |
262 datadir = @datadir@ | |
263 datarootdir = @datarootdir@ | |
264 docdir = @docdir@ | |
265 dvidir = @dvidir@ | |
266 exec_prefix = @exec_prefix@ | |
267 host = @host@ | |
268 host_alias = @host_alias@ | |
269 host_cpu = @host_cpu@ | |
270 host_os = @host_os@ | |
271 host_vendor = @host_vendor@ | |
272 htmldir = @htmldir@ | |
273 includedir = @includedir@ | |
274 infodir = @infodir@ | |
275 inputdir = @inputdir@ | |
276 install_sh = @install_sh@ | |
277 libdir = @libdir@ | |
278 libexecdir = @libexecdir@ | |
279 localedir = @localedir@ | |
280 localstatedir = @localstatedir@ | |
281 mandir = @mandir@ | |
282 mkdir_p = @mkdir_p@ | |
283 oldincludedir = @oldincludedir@ | |
284 pdfdir = @pdfdir@ | |
285 prefix = @prefix@ | |
286 program_transform_name = @program_transform_name@ | |
287 psdir = @psdir@ | |
288 sbindir = @sbindir@ | |
289 sdkdir = @sdkdir@ | |
290 sharedstatedir = @sharedstatedir@ | |
291 srcdir = @srcdir@ | |
292 sysconfdir = @sysconfdir@ | |
293 target_alias = @target_alias@ | |
294 top_build_prefix = @top_build_prefix@ | |
295 top_builddir = @top_builddir@ | |
296 top_srcdir = @top_srcdir@ | |
297 SUBDIRS = include src man tools conf | |
298 MAINTAINERCLEANFILES = ChangeLog INSTALL | |
299 pkgconfigdir = $(libdir)/pkgconfig | |
300 pkgconfig_DATA = xorg-synaptics.pc | |
301 all: config.h | |
302 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
303 | |
304 .SUFFIXES: | |
305 am--refresh: | |
306 @: | |
307 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
gure_deps) | |
308 @for dep in $?; do \ | |
309 case '$(am__configure_deps)' in \ | |
310 *$$dep*) \ | |
311 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | |
312 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |
313 && exit 0; \ | |
314 exit 1;; \ | |
315 esac; \ | |
316 done; \ | |
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |
318 $(am__cd) $(top_srcdir) && \ | |
319 $(AUTOMAKE) --foreign Makefile | |
320 .PRECIOUS: Makefile | |
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
322 @case '$?' in \ | |
323 *config.status*) \ | |
324 echo ' $(SHELL) ./config.status'; \ | |
325 $(SHELL) ./config.status;; \ | |
326 *) \ | |
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi
les_maybe)'; \ | |
328 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may
be);; \ | |
329 esac; | |
330 | |
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) | |
332 $(SHELL) ./config.status --recheck | |
333 | |
334 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
335 $(am__cd) $(srcdir) && $(AUTOCONF) | |
336 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
337 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
338 $(am__aclocal_m4_deps): | |
339 | |
340 config.h: stamp-h1 | |
341 @if test ! -f $@; then \ | |
342 rm -f stamp-h1; \ | |
343 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ | |
344 else :; fi | |
345 | |
346 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
347 @rm -f stamp-h1 | |
348 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
349 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
350 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
351 rm -f stamp-h1 | |
352 touch $@ | |
353 | |
354 distclean-hdr: | |
355 -rm -f config.h stamp-h1 | |
356 xorg-synaptics.pc: $(top_builddir)/config.status $(srcdir)/xorg-synaptics.pc.in | |
357 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
358 | |
359 mostlyclean-libtool: | |
360 -rm -f *.lo | |
361 | |
362 clean-libtool: | |
363 -rm -rf .libs _libs | |
364 | |
365 distclean-libtool: | |
366 -rm -f libtool config.lt | |
367 install-pkgconfigDATA: $(pkgconfig_DATA) | |
368 @$(NORMAL_INSTALL) | |
369 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | |
370 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
371 for p in $$list; do \ | |
372 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
373 echo "$$d$$p"; \ | |
374 done | $(am__base_list) | \ | |
375 while read files; do \ | |
376 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
377 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
378 done | |
379 | |
380 uninstall-pkgconfigDATA: | |
381 @$(NORMAL_UNINSTALL) | |
382 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
383 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
384 test -n "$$files" || exit 0; \ | |
385 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ | |
386 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files | |
387 | |
388 # This directory's subdirectories are mostly independent; you can cd | |
389 # into them and run `make' without going through this Makefile. | |
390 # To change the values of `make' variables: instead of editing Makefiles, | |
391 # (1) if the variable is set in `config.status', edit `config.status' | |
392 # (which will cause the Makefiles to be regenerated when you run `make'); | |
393 # (2) otherwise, pass the desired values on the `make' command line. | |
394 $(RECURSIVE_TARGETS): | |
395 @fail= failcom='exit 1'; \ | |
396 for f in x $$MAKEFLAGS; do \ | |
397 case $$f in \ | |
398 *=* | --[!k]*);; \ | |
399 *k*) failcom='fail=yes';; \ | |
400 esac; \ | |
401 done; \ | |
402 dot_seen=no; \ | |
403 target=`echo $@ | sed s/-recursive//`; \ | |
404 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
405 echo "Making $$target in $$subdir"; \ | |
406 if test "$$subdir" = "."; then \ | |
407 dot_seen=yes; \ | |
408 local_target="$$target-am"; \ | |
409 else \ | |
410 local_target="$$target"; \ | |
411 fi; \ | |
412 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
413 || eval $$failcom; \ | |
414 done; \ | |
415 if test "$$dot_seen" = "no"; then \ | |
416 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
417 fi; test -z "$$fail" | |
418 | |
419 $(RECURSIVE_CLEAN_TARGETS): | |
420 @fail= failcom='exit 1'; \ | |
421 for f in x $$MAKEFLAGS; do \ | |
422 case $$f in \ | |
423 *=* | --[!k]*);; \ | |
424 *k*) failcom='fail=yes';; \ | |
425 esac; \ | |
426 done; \ | |
427 dot_seen=no; \ | |
428 case "$@" in \ | |
429 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
430 *) list='$(SUBDIRS)' ;; \ | |
431 esac; \ | |
432 rev=''; for subdir in $$list; do \ | |
433 if test "$$subdir" = "."; then :; else \ | |
434 rev="$$subdir $$rev"; \ | |
435 fi; \ | |
436 done; \ | |
437 rev="$$rev ."; \ | |
438 target=`echo $@ | sed s/-recursive//`; \ | |
439 for subdir in $$rev; do \ | |
440 echo "Making $$target in $$subdir"; \ | |
441 if test "$$subdir" = "."; then \ | |
442 local_target="$$target-am"; \ | |
443 else \ | |
444 local_target="$$target"; \ | |
445 fi; \ | |
446 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
447 || eval $$failcom; \ | |
448 done && test -z "$$fail" | |
449 tags-recursive: | |
450 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
451 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS)
tags); \ | |
452 done | |
453 ctags-recursive: | |
454 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
455 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS)
ctags); \ | |
456 done | |
457 | |
458 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
459 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
460 unique=`for i in $$list; do \ | |
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
462 done | \ | |
463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
464 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
465 mkid -fID $$unique | |
466 tags: TAGS | |
467 | |
468 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
469 $(TAGS_FILES) $(LISP) | |
470 set x; \ | |
471 here=`pwd`; \ | |
472 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
473 include_option=--etags-include; \ | |
474 empty_fix=.; \ | |
475 else \ | |
476 include_option=--include; \ | |
477 empty_fix=; \ | |
478 fi; \ | |
479 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
480 if test "$$subdir" = .; then :; else \ | |
481 test ! -f $$subdir/TAGS || \ | |
482 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
483 fi; \ | |
484 done; \ | |
485 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
486 unique=`for i in $$list; do \ | |
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
488 done | \ | |
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
490 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
491 shift; \ | |
492 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
493 test -n "$$unique" || unique=$$empty_fix; \ | |
494 if test $$# -gt 0; then \ | |
495 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
496 "$$@" $$unique; \ | |
497 else \ | |
498 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
499 $$unique; \ | |
500 fi; \ | |
501 fi | |
502 ctags: CTAGS | |
503 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
504 $(TAGS_FILES) $(LISP) | |
505 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
506 unique=`for i in $$list; do \ | |
507 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
508 done | \ | |
509 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
510 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
511 test -z "$(CTAGS_ARGS)$$unique" \ | |
512 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
513 $$unique | |
514 | |
515 GTAGS: | |
516 here=`$(am__cd) $(top_builddir) && pwd` \ | |
517 && $(am__cd) $(top_srcdir) \ | |
518 && gtags -i $(GTAGS_ARGS) "$$here" | |
519 | |
520 distclean-tags: | |
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
522 | |
523 distdir: $(DISTFILES) | |
524 $(am__remove_distdir) | |
525 test -d "$(distdir)" || mkdir "$(distdir)" | |
526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
528 list='$(DISTFILES)'; \ | |
529 dist_files=`for file in $$list; do echo $$file; done | \ | |
530 sed -e "s|^$$srcdirstrip/||;t" \ | |
531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
532 case $$dist_files in \ | |
533 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
535 sort -u` ;; \ | |
536 esac; \ | |
537 for file in $$dist_files; do \ | |
538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
539 if test -d $$d/$$file; then \ | |
540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
541 if test -d "$(distdir)/$$file"; then \ | |
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
543 fi; \ | |
544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
547 fi; \ | |
548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
549 else \ | |
550 test -f "$(distdir)/$$file" \ | |
551 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
552 || exit 1; \ | |
553 fi; \ | |
554 done | |
555 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
556 if test "$$subdir" = .; then :; else \ | |
557 test -d "$(distdir)/$$subdir" \ | |
558 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
559 || exit 1; \ | |
560 fi; \ | |
561 done | |
562 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
563 if test "$$subdir" = .; then :; else \ | |
564 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
565 $(am__relativize); \ | |
566 new_distdir=$$reldir; \ | |
567 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
568 $(am__relativize); \ | |
569 new_top_distdir=$$reldir; \ | |
570 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to
p_distdir" distdir="$$new_distdir" \\"; \ | |
571 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod
e_fix=: distdir)"; \ | |
572 ($(am__cd) $$subdir && \ | |
573 $(MAKE) $(AM_MAKEFLAGS) \ | |
574 top_distdir="$$new_top_distdir" \ | |
575 distdir="$$new_distdir" \ | |
576 am__remove_distdir=: \ | |
577 am__skip_length_check=: \ | |
578 am__skip_mode_fix=: \ | |
579 distdir) \ | |
580 || exit 1; \ | |
581 fi; \ | |
582 done | |
583 $(MAKE) $(AM_MAKEFLAGS) \ | |
584 top_distdir="$(top_distdir)" distdir="$(distdir)" \ | |
585 dist-hook | |
586 -test -n "$(am__skip_mode_fix)" \ | |
587 || find "$(distdir)" -type d ! -perm -755 \ | |
588 -exec chmod u+rwx,go+rx {} \; -o \ | |
589 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
590 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
591 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
592 || chmod -R a+r "$(distdir)" | |
593 dist-gzip: distdir | |
594 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz | |
595 $(am__remove_distdir) | |
596 dist-bzip2: distdir | |
597 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
598 $(am__remove_distdir) | |
599 | |
600 dist-lzma: distdir | |
601 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
602 $(am__remove_distdir) | |
603 | |
604 dist-xz: distdir | |
605 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
606 $(am__remove_distdir) | |
607 | |
608 dist-tarZ: distdir | |
609 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
610 $(am__remove_distdir) | |
611 | |
612 dist-shar: distdir | |
613 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
614 $(am__remove_distdir) | |
615 | |
616 dist-zip: distdir | |
617 -rm -f $(distdir).zip | |
618 zip -rq $(distdir).zip $(distdir) | |
619 $(am__remove_distdir) | |
620 | |
621 dist dist-all: distdir | |
622 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz | |
623 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
624 $(am__remove_distdir) | |
625 | |
626 # This target untars the dist file and tries a VPATH configuration. Then | |
627 # it guarantees that the distribution is self-contained by making another | |
628 # tarfile. | |
629 distcheck: dist | |
630 case '$(DIST_ARCHIVES)' in \ | |
631 *.tar.gz*) \ | |
632 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
633 *.tar.bz2*) \ | |
634 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
635 *.tar.lzma*) \ | |
636 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ | |
637 *.tar.xz*) \ | |
638 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
639 *.tar.Z*) \ | |
640 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
641 *.shar.gz*) \ | |
642 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
643 *.zip*) \ | |
644 unzip $(distdir).zip ;;\ | |
645 esac | |
646 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
647 mkdir $(distdir)/_build | |
648 mkdir $(distdir)/_inst | |
649 chmod a-w $(distdir) | |
650 test -d $(distdir)/_build || exit 0; \ | |
651 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:
[\\/],/,'` \ | |
652 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
653 && am__cwd=`pwd` \ | |
654 && $(am__cd) $(distdir)/_build \ | |
655 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
656 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
657 && $(MAKE) $(AM_MAKEFLAGS) \ | |
658 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
659 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
660 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
661 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
662 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
663 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base"
\ | |
664 distuninstallcheck \ | |
665 && chmod -R a-w "$$dc_install_base" \ | |
666 && ({ \ | |
667 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
668 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
669 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
670 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
671 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
672 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
673 && rm -rf "$$dc_destdir" \ | |
674 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
675 && rm -rf $(DIST_ARCHIVES) \ | |
676 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
677 && cd "$$am__cwd" \ | |
678 || exit 1 | |
679 $(am__remove_distdir) | |
680 @(echo "$(distdir) archives ready for distribution: "; \ | |
681 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
682 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
683 distuninstallcheck: | |
684 @$(am__cd) '$(distuninstallcheck_dir)' \ | |
685 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
686 || { echo "ERROR: files left after uninstall:" ; \ | |
687 if test -n "$(DESTDIR)"; then \ | |
688 echo " (check DESTDIR support)"; \ | |
689 fi ; \ | |
690 $(distuninstallcheck_listfiles) ; \ | |
691 exit 1; } >&2 | |
692 distcleancheck: distclean | |
693 @if test '$(srcdir)' = . ; then \ | |
694 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
695 exit 1 ; \ | |
696 fi | |
697 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
698 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
699 $(distcleancheck_listfiles) ; \ | |
700 exit 1; } >&2 | |
701 check-am: all-am | |
702 check: check-recursive | |
703 all-am: Makefile $(DATA) config.h | |
704 installdirs: installdirs-recursive | |
705 installdirs-am: | |
706 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ | |
707 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
708 done | |
709 install: install-recursive | |
710 install-exec: install-exec-recursive | |
711 install-data: install-data-recursive | |
712 uninstall: uninstall-recursive | |
713 | |
714 install-am: all-am | |
715 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
716 | |
717 installcheck: installcheck-recursive | |
718 install-strip: | |
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
721 `test -z '$(STRIP)' || \ | |
722 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
723 mostlyclean-generic: | |
724 | |
725 clean-generic: | |
726 | |
727 distclean-generic: | |
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f
$(CONFIG_CLEAN_VPATH_FILES) | |
730 | |
731 maintainer-clean-generic: | |
732 @echo "This command is intended for maintainers to use" | |
733 @echo "it deletes files that may require special tools to rebuild." | |
734 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |
735 clean: clean-recursive | |
736 | |
737 clean-am: clean-generic clean-libtool mostlyclean-am | |
738 | |
739 distclean: distclean-recursive | |
740 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
741 -rm -f Makefile | |
742 distclean-am: clean-am distclean-generic distclean-hdr \ | |
743 distclean-libtool distclean-tags | |
744 | |
745 dvi: dvi-recursive | |
746 | |
747 dvi-am: | |
748 | |
749 html: html-recursive | |
750 | |
751 html-am: | |
752 | |
753 info: info-recursive | |
754 | |
755 info-am: | |
756 | |
757 install-data-am: install-pkgconfigDATA | |
758 | |
759 install-dvi: install-dvi-recursive | |
760 | |
761 install-dvi-am: | |
762 | |
763 install-exec-am: | |
764 | |
765 install-html: install-html-recursive | |
766 | |
767 install-html-am: | |
768 | |
769 install-info: install-info-recursive | |
770 | |
771 install-info-am: | |
772 | |
773 install-man: | |
774 | |
775 install-pdf: install-pdf-recursive | |
776 | |
777 install-pdf-am: | |
778 | |
779 install-ps: install-ps-recursive | |
780 | |
781 install-ps-am: | |
782 | |
783 installcheck-am: | |
784 | |
785 maintainer-clean: maintainer-clean-recursive | |
786 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
787 -rm -rf $(top_srcdir)/autom4te.cache | |
788 -rm -f Makefile | |
789 maintainer-clean-am: distclean-am maintainer-clean-generic | |
790 | |
791 mostlyclean: mostlyclean-recursive | |
792 | |
793 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
794 | |
795 pdf: pdf-recursive | |
796 | |
797 pdf-am: | |
798 | |
799 ps: ps-recursive | |
800 | |
801 ps-am: | |
802 | |
803 uninstall-am: uninstall-pkgconfigDATA | |
804 | |
805 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ | |
806 ctags-recursive install-am install-strip tags-recursive | |
807 | |
808 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
809 all all-am am--refresh check check-am clean clean-generic \ | |
810 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ | |
811 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ | |
812 dist-zip distcheck distclean distclean-generic distclean-hdr \ | |
813 distclean-libtool distclean-tags distcleancheck distdir \ | |
814 distuninstallcheck dvi dvi-am html html-am info info-am \ | |
815 install install-am install-data install-data-am install-dvi \ | |
816 install-dvi-am install-exec install-exec-am install-html \ | |
817 install-html-am install-info install-info-am install-man \ | |
818 install-pdf install-pdf-am install-pkgconfigDATA install-ps \ | |
819 install-ps-am install-strip installcheck installcheck-am \ | |
820 installdirs installdirs-am maintainer-clean \ | |
821 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
822 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | |
823 uninstall uninstall-am uninstall-pkgconfigDATA | |
824 | |
825 | |
826 .PHONY: ChangeLog INSTALL | |
827 | |
828 INSTALL: | |
829 $(INSTALL_CMD) | |
830 | |
831 ChangeLog: | |
832 $(CHANGELOG_CMD) | |
833 | |
834 dist-hook: ChangeLog INSTALL | |
835 | |
836 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
837 # Otherwise a system limit (for SysV at least) may be exceeded. | |
838 .NOEXPORT: | |
OLD | NEW |