Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1638)

Side by Side Diff: man/Makefile.in

Issue 6475005: Revert "Import files from .tar.gz that are missing from upstream git repo." (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/xf86-input-synaptics.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ltmain.sh ('k') | missing » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 # $Id$
19 #
20 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
21 #
22 # Permission is hereby granted, free of charge, to any person obtaining a
23 # copy of this software and associated documentation files (the "Software"),
24 # to deal in the Software without restriction, including without limitation
25 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
26 # and/or sell copies of the Software, and to permit persons to whom the
27 # Software is furnished to do so, subject to the following conditions:
28 #
29 # The above copyright notice and this permission notice (including the next
30 # paragraph) shall be included in all copies or substantial portions of the
31 # Software.
32 #
33 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39 # DEALINGS IN THE SOFTWARE.
40 #
41
42 VPATH = @srcdir@
43 pkgdatadir = $(datadir)/@PACKAGE@
44 pkgincludedir = $(includedir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkglibexecdir = $(libexecdir)/@PACKAGE@
47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 install_sh_DATA = $(install_sh) -c -m 644
49 install_sh_PROGRAM = $(install_sh) -c
50 install_sh_SCRIPT = $(install_sh) -c
51 INSTALL_HEADER = $(INSTALL_DATA)
52 transform = $(program_transform_name)
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 build_triplet = @build@
60 host_triplet = @host@
61 subdir = man
62 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
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 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = $(top_builddir)/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 AM_V_GEN = $(am__v_GEN_$(V))
72 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
73 am__v_GEN_0 = @echo " GEN " $@;
74 AM_V_at = $(am__v_at_$(V))
75 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
76 am__v_at_0 = @
77 SOURCES =
78 DIST_SOURCES =
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91 for p in $$list; do echo "$$p $$p"; done | \
92 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94 if (++n[$$2] == $(am__install_max)) \
95 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96 END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__installdirs = "$(DESTDIR)$(drivermandir)" \
101 "$(DESTDIR)$(synclientmandir)" "$(DESTDIR)$(syndaemonmandir)"
102 DATA = $(driverman_DATA) $(synclientman_DATA) $(syndaemonman_DATA)
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 ACLOCAL = @ACLOCAL@
105 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
106 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
107 AMTAR = @AMTAR@
108 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
109 APP_MAN_DIR = @APP_MAN_DIR@
110 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
111 AR = @AR@
112 AUTOCONF = @AUTOCONF@
113 AUTOHEADER = @AUTOHEADER@
114 AUTOMAKE = @AUTOMAKE@
115 AWK = @AWK@
116 CC = @CC@
117 CCDEPMODE = @CCDEPMODE@
118 CFLAGS = @CFLAGS@
119 CHANGELOG_CMD = @CHANGELOG_CMD@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CWARNFLAGS = @CWARNFLAGS@
123 CYGPATH_W = @CYGPATH_W@
124 DEFS = @DEFS@
125 DEPDIR = @DEPDIR@
126 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
127 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
128 DRIVER_NAME = @DRIVER_NAME@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 FGREP = @FGREP@
137 FILE_MAN_DIR = @FILE_MAN_DIR@
138 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
139 GREP = @GREP@
140 INSTALL = @INSTALL@
141 INSTALL_CMD = @INSTALL_CMD@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LD = @LD@
147 LDFLAGS = @LDFLAGS@
148 LIBOBJS = @LIBOBJS@
149 LIBS = @LIBS@
150 LIBTOOL = @LIBTOOL@
151 LIB_MAN_DIR = @LIB_MAN_DIR@
152 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MAN_SUBSTS = @MAN_SUBSTS@
159 MISC_MAN_DIR = @MISC_MAN_DIR@
160 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
161 MKDIR_P = @MKDIR_P@
162 NM = @NM@
163 NMEDIT = @NMEDIT@
164 OBJDUMP = @OBJDUMP@
165 OBJEXT = @OBJEXT@
166 OTOOL = @OTOOL@
167 OTOOL64 = @OTOOL64@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_URL = @PACKAGE_URL@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 PKG_CONFIG = @PKG_CONFIG@
177 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
178 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
179 RANLIB = @RANLIB@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 STRIP = @STRIP@
184 VERSION = @VERSION@
185 XI_CFLAGS = @XI_CFLAGS@
186 XI_LIBS = @XI_LIBS@
187 XORG_CFLAGS = @XORG_CFLAGS@
188 XORG_LIBS = @XORG_LIBS@
189 XORG_MAN_PAGE = @XORG_MAN_PAGE@
190 XTST_CFLAGS = @XTST_CFLAGS@
191 XTST_LIBS = @XTST_LIBS@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
198 am__include = @am__include@
199 am__leading_dot = @am__leading_dot@
200 am__quote = @am__quote@
201 am__tar = @am__tar@
202 am__untar = @am__untar@
203 bindir = @bindir@
204 build = @build@
205 build_alias = @build_alias@
206 build_cpu = @build_cpu@
207 build_os = @build_os@
208 build_vendor = @build_vendor@
209 builddir = @builddir@
210 configdir = @configdir@
211 datadir = @datadir@
212 datarootdir = @datarootdir@
213 docdir = @docdir@
214 dvidir = @dvidir@
215 exec_prefix = @exec_prefix@
216 host = @host@
217 host_alias = @host_alias@
218 host_cpu = @host_cpu@
219 host_os = @host_os@
220 host_vendor = @host_vendor@
221 htmldir = @htmldir@
222 includedir = @includedir@
223 infodir = @infodir@
224 inputdir = @inputdir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 mandir = @mandir@
231 mkdir_p = @mkdir_p@
232 oldincludedir = @oldincludedir@
233 pdfdir = @pdfdir@
234 prefix = @prefix@
235 program_transform_name = @program_transform_name@
236 psdir = @psdir@
237 sbindir = @sbindir@
238 sdkdir = @sdkdir@
239 sharedstatedir = @sharedstatedir@
240 srcdir = @srcdir@
241 sysconfdir = @sysconfdir@
242 target_alias = @target_alias@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 synclientmandir = $(APP_MAN_DIR)
247 synclientman_PRE = synclient.man
248 synclientman_DATA = $(synclientman_PRE:man=@APP_MAN_SUFFIX@)
249 syndaemonmandir = $(APP_MAN_DIR)
250 syndaemonman_PRE = syndaemon.man
251 syndaemonman_DATA = $(syndaemonman_PRE:man=@APP_MAN_SUFFIX@)
252 drivermandir = $(DRIVER_MAN_DIR)
253 driverman_PRE = @DRIVER_NAME@.man
254 driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
255 EXTRA_DIST = @DRIVER_NAME@.man synclient.man syndaemon.man
256 CLEANFILES = $(driverman_DATA) $(synclientman_DATA) $(syndaemonman_DATA)
257 SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
258 all: all-am
259
260 .SUFFIXES:
261 .SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man .$(APP_MAN_SUFFIX)
262 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
263 @for dep in $?; do \
264 case '$(am__configure_deps)' in \
265 *$$dep*) \
266 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
267 && { if test -f $@; then exit 0; else break; fi; }; \
268 exit 1;; \
269 esac; \
270 done; \
271 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
272 $(am__cd) $(top_srcdir) && \
273 $(AUTOMAKE) --foreign man/Makefile
274 .PRECIOUS: Makefile
275 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276 @case '$?' in \
277 *config.status*) \
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
279 *) \
280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
281 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
282 esac;
283
284 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
287 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(am__aclocal_m4_deps):
292
293 mostlyclean-libtool:
294 -rm -f *.lo
295
296 clean-libtool:
297 -rm -rf .libs _libs
298 install-drivermanDATA: $(driverman_DATA)
299 @$(NORMAL_INSTALL)
300 test -z "$(drivermandir)" || $(MKDIR_P) "$(DESTDIR)$(drivermandir)"
301 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
302 for p in $$list; do \
303 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
304 echo "$$d$$p"; \
305 done | $(am__base_list) | \
306 while read files; do \
307 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(drivermandir)'"; \
308 $(INSTALL_DATA) $$files "$(DESTDIR)$(drivermandir)" || exit $$?; \
309 done
310
311 uninstall-drivermanDATA:
312 @$(NORMAL_UNINSTALL)
313 @list='$(driverman_DATA)'; test -n "$(drivermandir)" || list=; \
314 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
315 test -n "$$files" || exit 0; \
316 echo " ( cd '$(DESTDIR)$(drivermandir)' && rm -f" $$files ")"; \
317 cd "$(DESTDIR)$(drivermandir)" && rm -f $$files
318 install-synclientmanDATA: $(synclientman_DATA)
319 @$(NORMAL_INSTALL)
320 test -z "$(synclientmandir)" || $(MKDIR_P) "$(DESTDIR)$(synclientmandir) "
321 @list='$(synclientman_DATA)'; test -n "$(synclientmandir)" || list=; \
322 for p in $$list; do \
323 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
324 echo "$$d$$p"; \
325 done | $(am__base_list) | \
326 while read files; do \
327 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(synclientmandir)'"; \
328 $(INSTALL_DATA) $$files "$(DESTDIR)$(synclientmandir)" || exit $$?; \
329 done
330
331 uninstall-synclientmanDATA:
332 @$(NORMAL_UNINSTALL)
333 @list='$(synclientman_DATA)'; test -n "$(synclientmandir)" || list=; \
334 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
335 test -n "$$files" || exit 0; \
336 echo " ( cd '$(DESTDIR)$(synclientmandir)' && rm -f" $$files ")"; \
337 cd "$(DESTDIR)$(synclientmandir)" && rm -f $$files
338 install-syndaemonmanDATA: $(syndaemonman_DATA)
339 @$(NORMAL_INSTALL)
340 test -z "$(syndaemonmandir)" || $(MKDIR_P) "$(DESTDIR)$(syndaemonmandir) "
341 @list='$(syndaemonman_DATA)'; test -n "$(syndaemonmandir)" || list=; \
342 for p in $$list; do \
343 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
344 echo "$$d$$p"; \
345 done | $(am__base_list) | \
346 while read files; do \
347 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(syndaemonmandir)'"; \
348 $(INSTALL_DATA) $$files "$(DESTDIR)$(syndaemonmandir)" || exit $$?; \
349 done
350
351 uninstall-syndaemonmanDATA:
352 @$(NORMAL_UNINSTALL)
353 @list='$(syndaemonman_DATA)'; test -n "$(syndaemonmandir)" || list=; \
354 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
355 test -n "$$files" || exit 0; \
356 echo " ( cd '$(DESTDIR)$(syndaemonmandir)' && rm -f" $$files ")"; \
357 cd "$(DESTDIR)$(syndaemonmandir)" && rm -f $$files
358 tags: TAGS
359 TAGS:
360
361 ctags: CTAGS
362 CTAGS:
363
364
365 distdir: $(DISTFILES)
366 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368 list='$(DISTFILES)'; \
369 dist_files=`for file in $$list; do echo $$file; done | \
370 sed -e "s|^$$srcdirstrip/||;t" \
371 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
372 case $$dist_files in \
373 */*) $(MKDIR_P) `echo "$$dist_files" | \
374 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
375 sort -u` ;; \
376 esac; \
377 for file in $$dist_files; do \
378 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379 if test -d $$d/$$file; then \
380 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
381 if test -d "$(distdir)/$$file"; then \
382 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383 fi; \
384 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
386 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387 fi; \
388 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
389 else \
390 test -f "$(distdir)/$$file" \
391 || cp -p $$d/$$file "$(distdir)/$$file" \
392 || exit 1; \
393 fi; \
394 done
395 check-am: all-am
396 check: check-am
397 all-am: Makefile $(DATA)
398 installdirs:
399 for dir in "$(DESTDIR)$(drivermandir)" "$(DESTDIR)$(synclientmandir)" "$ (DESTDIR)$(syndaemonmandir)"; do \
400 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
401 done
402 install: install-am
403 install-exec: install-exec-am
404 install-data: install-data-am
405 uninstall: uninstall-am
406
407 install-am: all-am
408 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409
410 installcheck: installcheck-am
411 install-strip:
412 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414 `test -z '$(STRIP)' || \
415 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
416 mostlyclean-generic:
417
418 clean-generic:
419 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
420
421 distclean-generic:
422 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
425 maintainer-clean-generic:
426 @echo "This command is intended for maintainers to use"
427 @echo "it deletes files that may require special tools to rebuild."
428 clean: clean-am
429
430 clean-am: clean-generic clean-libtool mostlyclean-am
431
432 distclean: distclean-am
433 -rm -f Makefile
434 distclean-am: clean-am distclean-generic
435
436 dvi: dvi-am
437
438 dvi-am:
439
440 html: html-am
441
442 html-am:
443
444 info: info-am
445
446 info-am:
447
448 install-data-am: install-drivermanDATA install-synclientmanDATA \
449 install-syndaemonmanDATA
450
451 install-dvi: install-dvi-am
452
453 install-dvi-am:
454
455 install-exec-am:
456
457 install-html: install-html-am
458
459 install-html-am:
460
461 install-info: install-info-am
462
463 install-info-am:
464
465 install-man:
466
467 install-pdf: install-pdf-am
468
469 install-pdf-am:
470
471 install-ps: install-ps-am
472
473 install-ps-am:
474
475 installcheck-am:
476
477 maintainer-clean: maintainer-clean-am
478 -rm -f Makefile
479 maintainer-clean-am: distclean-am maintainer-clean-generic
480
481 mostlyclean: mostlyclean-am
482
483 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
484
485 pdf: pdf-am
486
487 pdf-am:
488
489 ps: ps-am
490
491 ps-am:
492
493 uninstall-am: uninstall-drivermanDATA uninstall-synclientmanDATA \
494 uninstall-syndaemonmanDATA
495
496 .MAKE: install-am install-strip
497
498 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
499 distclean distclean-generic distclean-libtool distdir dvi \
500 dvi-am html html-am info info-am install install-am \
501 install-data install-data-am install-drivermanDATA install-dvi \
502 install-dvi-am install-exec install-exec-am install-html \
503 install-html-am install-info install-info-am install-man \
504 install-pdf install-pdf-am install-ps install-ps-am \
505 install-strip install-synclientmanDATA \
506 install-syndaemonmanDATA installcheck installcheck-am \
507 installdirs maintainer-clean maintainer-clean-generic \
508 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
509 ps ps-am uninstall uninstall-am uninstall-drivermanDATA \
510 uninstall-synclientmanDATA uninstall-syndaemonmanDATA
511
512
513 # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
514 .man.$(DRIVER_MAN_SUFFIX):
515 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
516 .man.$(APP_MAN_SUFFIX):
517 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
518
519 # Tell versions [3.59,3.63) of GNU make to not export all variables.
520 # Otherwise a system limit (for SysV at least) may be exceeded.
521 .NOEXPORT:
OLDNEW
« no previous file with comments | « ltmain.sh ('k') | missing » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698