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 = include | |
58 DIST_COMMON = $(sdk_HEADERS) $(srcdir)/Makefile.am \ | |
59 $(srcdir)/Makefile.in | |
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
61 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
63 $(ACLOCAL_M4) | |
64 mkinstalldirs = $(install_sh) -d | |
65 CONFIG_HEADER = $(top_builddir)/config.h | |
66 CONFIG_CLEAN_FILES = | |
67 CONFIG_CLEAN_VPATH_FILES = | |
68 AM_V_GEN = $(am__v_GEN_$(V)) | |
69 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | |
70 am__v_GEN_0 = @echo " GEN " $@; | |
71 AM_V_at = $(am__v_at_$(V)) | |
72 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | |
73 am__v_at_0 = @ | |
74 SOURCES = | |
75 DIST_SOURCES = | |
76 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
77 am__vpath_adj = case $$p in \ | |
78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
79 *) f=$$p;; \ | |
80 esac; | |
81 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
82 am__install_max = 40 | |
83 am__nobase_strip_setup = \ | |
84 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
85 am__nobase_strip = \ | |
86 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
87 am__nobase_list = $(am__nobase_strip_setup); \ | |
88 for p in $$list; do echo "$$p $$p"; done | \ | |
89 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
90 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
91 if (++n[$$2] == $(am__install_max)) \ | |
92 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
93 END { for (dir in files) print dir, files[dir] }' | |
94 am__base_list = \ | |
95 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
96 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
97 am__installdirs = "$(DESTDIR)$(sdkdir)" | |
98 HEADERS = $(sdk_HEADERS) | |
99 ETAGS = etags | |
100 CTAGS = ctags | |
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
102 ACLOCAL = @ACLOCAL@ | |
103 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ | |
104 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ | |
105 AMTAR = @AMTAR@ | |
106 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
107 APP_MAN_DIR = @APP_MAN_DIR@ | |
108 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ | |
109 AR = @AR@ | |
110 AUTOCONF = @AUTOCONF@ | |
111 AUTOHEADER = @AUTOHEADER@ | |
112 AUTOMAKE = @AUTOMAKE@ | |
113 AWK = @AWK@ | |
114 CC = @CC@ | |
115 CCDEPMODE = @CCDEPMODE@ | |
116 CFLAGS = @CFLAGS@ | |
117 CHANGELOG_CMD = @CHANGELOG_CMD@ | |
118 CPP = @CPP@ | |
119 CPPFLAGS = @CPPFLAGS@ | |
120 CWARNFLAGS = @CWARNFLAGS@ | |
121 CYGPATH_W = @CYGPATH_W@ | |
122 DEFS = @DEFS@ | |
123 DEPDIR = @DEPDIR@ | |
124 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ | |
125 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ | |
126 DRIVER_NAME = @DRIVER_NAME@ | |
127 DSYMUTIL = @DSYMUTIL@ | |
128 DUMPBIN = @DUMPBIN@ | |
129 ECHO_C = @ECHO_C@ | |
130 ECHO_N = @ECHO_N@ | |
131 ECHO_T = @ECHO_T@ | |
132 EGREP = @EGREP@ | |
133 EXEEXT = @EXEEXT@ | |
134 FGREP = @FGREP@ | |
135 FILE_MAN_DIR = @FILE_MAN_DIR@ | |
136 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ | |
137 GREP = @GREP@ | |
138 INSTALL = @INSTALL@ | |
139 INSTALL_CMD = @INSTALL_CMD@ | |
140 INSTALL_DATA = @INSTALL_DATA@ | |
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
144 LD = @LD@ | |
145 LDFLAGS = @LDFLAGS@ | |
146 LIBOBJS = @LIBOBJS@ | |
147 LIBS = @LIBS@ | |
148 LIBTOOL = @LIBTOOL@ | |
149 LIB_MAN_DIR = @LIB_MAN_DIR@ | |
150 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ | |
151 LIPO = @LIPO@ | |
152 LN_S = @LN_S@ | |
153 LTLIBOBJS = @LTLIBOBJS@ | |
154 MAINT = @MAINT@ | |
155 MAKEINFO = @MAKEINFO@ | |
156 MAN_SUBSTS = @MAN_SUBSTS@ | |
157 MISC_MAN_DIR = @MISC_MAN_DIR@ | |
158 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ | |
159 MKDIR_P = @MKDIR_P@ | |
160 NM = @NM@ | |
161 NMEDIT = @NMEDIT@ | |
162 OBJDUMP = @OBJDUMP@ | |
163 OBJEXT = @OBJEXT@ | |
164 OTOOL = @OTOOL@ | |
165 OTOOL64 = @OTOOL64@ | |
166 PACKAGE = @PACKAGE@ | |
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
168 PACKAGE_NAME = @PACKAGE_NAME@ | |
169 PACKAGE_STRING = @PACKAGE_STRING@ | |
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
171 PACKAGE_URL = @PACKAGE_URL@ | |
172 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
173 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
174 PKG_CONFIG = @PKG_CONFIG@ | |
175 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | |
176 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | |
177 RANLIB = @RANLIB@ | |
178 SED = @SED@ | |
179 SET_MAKE = @SET_MAKE@ | |
180 SHELL = @SHELL@ | |
181 STRIP = @STRIP@ | |
182 VERSION = @VERSION@ | |
183 XI_CFLAGS = @XI_CFLAGS@ | |
184 XI_LIBS = @XI_LIBS@ | |
185 XORG_CFLAGS = @XORG_CFLAGS@ | |
186 XORG_LIBS = @XORG_LIBS@ | |
187 XORG_MAN_PAGE = @XORG_MAN_PAGE@ | |
188 XTST_CFLAGS = @XTST_CFLAGS@ | |
189 XTST_LIBS = @XTST_LIBS@ | |
190 abs_builddir = @abs_builddir@ | |
191 abs_srcdir = @abs_srcdir@ | |
192 abs_top_builddir = @abs_top_builddir@ | |
193 abs_top_srcdir = @abs_top_srcdir@ | |
194 ac_ct_CC = @ac_ct_CC@ | |
195 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
196 am__include = @am__include@ | |
197 am__leading_dot = @am__leading_dot@ | |
198 am__quote = @am__quote@ | |
199 am__tar = @am__tar@ | |
200 am__untar = @am__untar@ | |
201 bindir = @bindir@ | |
202 build = @build@ | |
203 build_alias = @build_alias@ | |
204 build_cpu = @build_cpu@ | |
205 build_os = @build_os@ | |
206 build_vendor = @build_vendor@ | |
207 builddir = @builddir@ | |
208 configdir = @configdir@ | |
209 datadir = @datadir@ | |
210 datarootdir = @datarootdir@ | |
211 docdir = @docdir@ | |
212 dvidir = @dvidir@ | |
213 exec_prefix = @exec_prefix@ | |
214 host = @host@ | |
215 host_alias = @host_alias@ | |
216 host_cpu = @host_cpu@ | |
217 host_os = @host_os@ | |
218 host_vendor = @host_vendor@ | |
219 htmldir = @htmldir@ | |
220 includedir = @includedir@ | |
221 infodir = @infodir@ | |
222 inputdir = @inputdir@ | |
223 install_sh = @install_sh@ | |
224 libdir = @libdir@ | |
225 libexecdir = @libexecdir@ | |
226 localedir = @localedir@ | |
227 localstatedir = @localstatedir@ | |
228 mandir = @mandir@ | |
229 mkdir_p = @mkdir_p@ | |
230 oldincludedir = @oldincludedir@ | |
231 pdfdir = @pdfdir@ | |
232 prefix = @prefix@ | |
233 program_transform_name = @program_transform_name@ | |
234 psdir = @psdir@ | |
235 sbindir = @sbindir@ | |
236 sdkdir = @sdkdir@ | |
237 sharedstatedir = @sharedstatedir@ | |
238 srcdir = @srcdir@ | |
239 sysconfdir = @sysconfdir@ | |
240 target_alias = @target_alias@ | |
241 top_build_prefix = @top_build_prefix@ | |
242 top_builddir = @top_builddir@ | |
243 top_srcdir = @top_srcdir@ | |
244 sdk_HEADERS = synaptics.h synaptics-properties.h | |
245 all: all-am | |
246 | |
247 .SUFFIXES: | |
248 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
gure_deps) | |
249 @for dep in $?; do \ | |
250 case '$(am__configure_deps)' in \ | |
251 *$$dep*) \ | |
252 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
253 && { if test -f $@; then exit 0; else break; fi; }; \ | |
254 exit 1;; \ | |
255 esac; \ | |
256 done; \ | |
257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ | |
258 $(am__cd) $(top_srcdir) && \ | |
259 $(AUTOMAKE) --foreign include/Makefile | |
260 .PRECIOUS: Makefile | |
261 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
262 @case '$?' in \ | |
263 *config.status*) \ | |
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
265 *) \ | |
266 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $
(am__depfiles_maybe)'; \ | |
267 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de
pfiles_maybe);; \ | |
268 esac; | |
269 | |
270 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) | |
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
272 | |
273 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | |
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
275 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | |
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
277 $(am__aclocal_m4_deps): | |
278 | |
279 mostlyclean-libtool: | |
280 -rm -f *.lo | |
281 | |
282 clean-libtool: | |
283 -rm -rf .libs _libs | |
284 install-sdkHEADERS: $(sdk_HEADERS) | |
285 @$(NORMAL_INSTALL) | |
286 test -z "$(sdkdir)" || $(MKDIR_P) "$(DESTDIR)$(sdkdir)" | |
287 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ | |
288 for p in $$list; do \ | |
289 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
290 echo "$$d$$p"; \ | |
291 done | $(am__base_list) | \ | |
292 while read files; do \ | |
293 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sdkdir)'"; \ | |
294 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sdkdir)" || exit $$?; \ | |
295 done | |
296 | |
297 uninstall-sdkHEADERS: | |
298 @$(NORMAL_UNINSTALL) | |
299 @list='$(sdk_HEADERS)'; test -n "$(sdkdir)" || list=; \ | |
300 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
301 test -n "$$files" || exit 0; \ | |
302 echo " ( cd '$(DESTDIR)$(sdkdir)' && rm -f" $$files ")"; \ | |
303 cd "$(DESTDIR)$(sdkdir)" && rm -f $$files | |
304 | |
305 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
307 unique=`for i in $$list; do \ | |
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
309 done | \ | |
310 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
311 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
312 mkid -fID $$unique | |
313 tags: TAGS | |
314 | |
315 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
316 $(TAGS_FILES) $(LISP) | |
317 set x; \ | |
318 here=`pwd`; \ | |
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
320 unique=`for i in $$list; do \ | |
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
322 done | \ | |
323 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
324 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
325 shift; \ | |
326 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
327 test -n "$$unique" || unique=$$empty_fix; \ | |
328 if test $$# -gt 0; then \ | |
329 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
330 "$$@" $$unique; \ | |
331 else \ | |
332 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
333 $$unique; \ | |
334 fi; \ | |
335 fi | |
336 ctags: CTAGS | |
337 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
338 $(TAGS_FILES) $(LISP) | |
339 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
340 unique=`for i in $$list; do \ | |
341 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
342 done | \ | |
343 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
344 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
345 test -z "$(CTAGS_ARGS)$$unique" \ | |
346 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
347 $$unique | |
348 | |
349 GTAGS: | |
350 here=`$(am__cd) $(top_builddir) && pwd` \ | |
351 && $(am__cd) $(top_srcdir) \ | |
352 && gtags -i $(GTAGS_ARGS) "$$here" | |
353 | |
354 distclean-tags: | |
355 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
356 | |
357 distdir: $(DISTFILES) | |
358 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
359 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
360 list='$(DISTFILES)'; \ | |
361 dist_files=`for file in $$list; do echo $$file; done | \ | |
362 sed -e "s|^$$srcdirstrip/||;t" \ | |
363 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
364 case $$dist_files in \ | |
365 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
366 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
367 sort -u` ;; \ | |
368 esac; \ | |
369 for file in $$dist_files; do \ | |
370 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
371 if test -d $$d/$$file; then \ | |
372 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
373 if test -d "$(distdir)/$$file"; then \ | |
374 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
375 fi; \ | |
376 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
377 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
378 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
379 fi; \ | |
380 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
381 else \ | |
382 test -f "$(distdir)/$$file" \ | |
383 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
384 || exit 1; \ | |
385 fi; \ | |
386 done | |
387 check-am: all-am | |
388 check: check-am | |
389 all-am: Makefile $(HEADERS) | |
390 installdirs: | |
391 for dir in "$(DESTDIR)$(sdkdir)"; do \ | |
392 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
393 done | |
394 install: install-am | |
395 install-exec: install-exec-am | |
396 install-data: install-data-am | |
397 uninstall: uninstall-am | |
398 | |
399 install-am: all-am | |
400 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
401 | |
402 installcheck: installcheck-am | |
403 install-strip: | |
404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
406 `test -z '$(STRIP)' || \ | |
407 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
408 mostlyclean-generic: | |
409 | |
410 clean-generic: | |
411 | |
412 distclean-generic: | |
413 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
414 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f
$(CONFIG_CLEAN_VPATH_FILES) | |
415 | |
416 maintainer-clean-generic: | |
417 @echo "This command is intended for maintainers to use" | |
418 @echo "it deletes files that may require special tools to rebuild." | |
419 clean: clean-am | |
420 | |
421 clean-am: clean-generic clean-libtool mostlyclean-am | |
422 | |
423 distclean: distclean-am | |
424 -rm -f Makefile | |
425 distclean-am: clean-am distclean-generic distclean-tags | |
426 | |
427 dvi: dvi-am | |
428 | |
429 dvi-am: | |
430 | |
431 html: html-am | |
432 | |
433 html-am: | |
434 | |
435 info: info-am | |
436 | |
437 info-am: | |
438 | |
439 install-data-am: install-sdkHEADERS | |
440 | |
441 install-dvi: install-dvi-am | |
442 | |
443 install-dvi-am: | |
444 | |
445 install-exec-am: | |
446 | |
447 install-html: install-html-am | |
448 | |
449 install-html-am: | |
450 | |
451 install-info: install-info-am | |
452 | |
453 install-info-am: | |
454 | |
455 install-man: | |
456 | |
457 install-pdf: install-pdf-am | |
458 | |
459 install-pdf-am: | |
460 | |
461 install-ps: install-ps-am | |
462 | |
463 install-ps-am: | |
464 | |
465 installcheck-am: | |
466 | |
467 maintainer-clean: maintainer-clean-am | |
468 -rm -f Makefile | |
469 maintainer-clean-am: distclean-am maintainer-clean-generic | |
470 | |
471 mostlyclean: mostlyclean-am | |
472 | |
473 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
474 | |
475 pdf: pdf-am | |
476 | |
477 pdf-am: | |
478 | |
479 ps: ps-am | |
480 | |
481 ps-am: | |
482 | |
483 uninstall-am: uninstall-sdkHEADERS | |
484 | |
485 .MAKE: install-am install-strip | |
486 | |
487 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
488 clean-libtool ctags distclean distclean-generic \ | |
489 distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
490 html-am info info-am install install-am install-data \ | |
491 install-data-am install-dvi install-dvi-am install-exec \ | |
492 install-exec-am install-html install-html-am install-info \ | |
493 install-info-am install-man install-pdf install-pdf-am \ | |
494 install-ps install-ps-am install-sdkHEADERS install-strip \ | |
495 installcheck installcheck-am installdirs maintainer-clean \ | |
496 maintainer-clean-generic mostlyclean mostlyclean-generic \ | |
497 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ | |
498 uninstall-am uninstall-sdkHEADERS | |
499 | |
500 | |
501 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
502 # Otherwise a system limit (for SysV at least) may be exceeded. | |
503 .NOEXPORT: | |
OLD | NEW |