OSDN Git Service

Initial import of libpciaccess.
[android-x86/external-libpciaccess.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 # (C) Copyright IBM Corporation 2006
19 # All Rights Reserved.
20 #
21 # Permission is hereby granted, free of charge, to any person obtaining a
22 # copy of this software and associated documentation files (the "Software"),
23 # to deal in the Software without restriction, including without limitation
24 # on the rights to use, copy, modify, merge, publish, distribute, sub
25 # license, and/or sell copies of the Software, and to permit persons to whom
26 # the Software is furnished to do so, subject to the following conditions:
27 #
28 # The above copyright notice and this permission notice (including the next
29 # paragraph) shall be included in all copies or substantial portions of the
30 # Software.
31 #
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
35 # IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38 # DEALINGS IN THE SOFTWARE.
39
40
41 SOURCES = $(libpciaccess_la_SOURCES)
42
43 srcdir = @srcdir@
44 top_srcdir = @top_srcdir@
45 VPATH = @srcdir@
46 pkgdatadir = $(datadir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkgincludedir = $(includedir)/@PACKAGE@
49 top_builddir = ..
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 INSTALL = @INSTALL@
52 install_sh_DATA = $(install_sh) -c -m 644
53 install_sh_PROGRAM = $(install_sh) -c
54 install_sh_SCRIPT = $(install_sh) -c
55 INSTALL_HEADER = $(INSTALL_DATA)
56 transform = $(program_transform_name)
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 build_triplet = @build@
64 host_triplet = @host@
65 subdir = src
66 DIST_COMMON = $(libpciaccessinclude_HEADERS) $(srcdir)/Makefile.am \
67         $(srcdir)/Makefile.in
68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 mkinstalldirs = $(install_sh) -d
73 CONFIG_HEADER = $(top_builddir)/config.h
74 CONFIG_CLEAN_FILES =
75 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76 am__vpath_adj = case $$p in \
77     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78     *) f=$$p;; \
79   esac;
80 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
81 am__installdirs = "$(DESTDIR)$(libdir)" \
82         "$(DESTDIR)$(libpciaccessincludedir)"
83 libLTLIBRARIES_INSTALL = $(INSTALL)
84 LTLIBRARIES = $(lib_LTLIBRARIES)
85 libpciaccess_la_DEPENDENCIES =
86 am_libpciaccess_la_OBJECTS = common_iterator.lo common_init.lo \
87         common_interface.lo common_capability.lo common_device_name.lo \
88         linux_sysfs.lo
89 libpciaccess_la_OBJECTS = $(am_libpciaccess_la_OBJECTS)
90 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
91 depcomp = $(SHELL) $(top_srcdir)/depcomp
92 am__depfiles_maybe = depfiles
93 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
96         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97         $(AM_CFLAGS) $(CFLAGS)
98 CCLD = $(CC)
99 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100         $(AM_LDFLAGS) $(LDFLAGS) -o $@
101 SOURCES = $(libpciaccess_la_SOURCES)
102 DIST_SOURCES = $(libpciaccess_la_SOURCES)
103 libpciaccessincludeHEADERS_INSTALL = $(INSTALL_HEADER)
104 HEADERS = $(libpciaccessinclude_HEADERS)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 AMDEP_FALSE = @AMDEP_FALSE@
110 AMDEP_TRUE = @AMDEP_TRUE@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CXX = @CXX@
123 CXXCPP = @CXXCPP@
124 CXXDEPMODE = @CXXDEPMODE@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 ECHO = @ECHO@
130 ECHO_C = @ECHO_C@
131 ECHO_N = @ECHO_N@
132 ECHO_T = @ECHO_T@
133 EGREP = @EGREP@
134 EXEEXT = @EXEEXT@
135 F77 = @F77@
136 FFLAGS = @FFLAGS@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 LDFLAGS = @LDFLAGS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LIBTOOL = @LIBTOOL@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAINT = @MAINT@
148 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
150 MAKEINFO = @MAKEINFO@
151 OBJEXT = @OBJEXT@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_VERSION = @PACKAGE_VERSION@
158 PATH_SEPARATOR = @PATH_SEPARATOR@
159 PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
160 PCIACCESS_LIBS = @PCIACCESS_LIBS@
161 RANLIB = @RANLIB@
162 SET_MAKE = @SET_MAKE@
163 SHELL = @SHELL@
164 STRIP = @STRIP@
165 VERSION = @VERSION@
166 ac_ct_AR = @ac_ct_AR@
167 ac_ct_CC = @ac_ct_CC@
168 ac_ct_CXX = @ac_ct_CXX@
169 ac_ct_F77 = @ac_ct_F77@
170 ac_ct_RANLIB = @ac_ct_RANLIB@
171 ac_ct_STRIP = @ac_ct_STRIP@
172 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
173 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
174 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
175 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_os = @build_os@
186 build_vendor = @build_vendor@
187 datadir = @datadir@
188 exec_prefix = @exec_prefix@
189 host = @host@
190 host_alias = @host_alias@
191 host_cpu = @host_cpu@
192 host_os = @host_os@
193 host_vendor = @host_vendor@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localstatedir = @localstatedir@
200 mandir = @mandir@
201 mkdir_p = @mkdir_p@
202 oldincludedir = @oldincludedir@
203 prefix = @prefix@
204 program_transform_name = @program_transform_name@
205 sbindir = @sbindir@
206 sharedstatedir = @sharedstatedir@
207 sysconfdir = @sysconfdir@
208 target_alias = @target_alias@
209 lib_LTLIBRARIES = libpciaccess.la
210 libpciaccess_la_SOURCES = common_iterator.c \
211         common_init.c \
212         common_interface.c \
213         common_capability.c \
214         common_device_name.c \
215         linux_sysfs.c
216
217 INCLUDES = -I$(top_srcdir)/include
218 libpciaccess_la_LIBADD = @PCIACCESS_LIBS@
219 libpciaccess_la_LDFLAGS = -version-number 0:2:0 -no-undefined
220 libpciaccessincludedir = $(includedir)
221 libpciaccessinclude_HEADERS = \
222     $(top_srcdir)/include/pciaccess.h
223
224 all: all-am
225
226 .SUFFIXES:
227 .SUFFIXES: .c .lo .o .obj
228 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
229         @for dep in $?; do \
230           case '$(am__configure_deps)' in \
231             *$$dep*) \
232               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
233                 && exit 0; \
234               exit 1;; \
235           esac; \
236         done; \
237         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
238         cd $(top_srcdir) && \
239           $(AUTOMAKE) --gnu  src/Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242         @case '$?' in \
243           *config.status*) \
244             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245           *) \
246             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248         esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
258         @$(NORMAL_INSTALL)
259         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
260         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
261           if test -f $$p; then \
262             f=$(am__strip_dir) \
263             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
264             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
265           else :; fi; \
266         done
267
268 uninstall-libLTLIBRARIES:
269         @$(NORMAL_UNINSTALL)
270         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
271           p=$(am__strip_dir) \
272           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
273           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
274         done
275
276 clean-libLTLIBRARIES:
277         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
278         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
279           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
280           test "$$dir" != "$$p" || dir=.; \
281           echo "rm -f \"$${dir}/so_locations\""; \
282           rm -f "$${dir}/so_locations"; \
283         done
284 libpciaccess.la: $(libpciaccess_la_OBJECTS) $(libpciaccess_la_DEPENDENCIES) 
285         $(LINK) -rpath $(libdir) $(libpciaccess_la_LDFLAGS) $(libpciaccess_la_OBJECTS) $(libpciaccess_la_LIBADD) $(LIBS)
286
287 mostlyclean-compile:
288         -rm -f *.$(OBJEXT)
289
290 distclean-compile:
291         -rm -f *.tab.c
292
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_capability.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_device_name.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_init.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_interface.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_iterator.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linux_sysfs.Plo@am__quote@
299
300 .c.o:
301 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
302 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
306
307 .c.obj:
308 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
309 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
313
314 .c.lo:
315 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
316 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
320
321 mostlyclean-libtool:
322         -rm -f *.lo
323
324 clean-libtool:
325         -rm -rf .libs _libs
326
327 distclean-libtool:
328         -rm -f libtool
329 uninstall-info-am:
330 install-libpciaccessincludeHEADERS: $(libpciaccessinclude_HEADERS)
331         @$(NORMAL_INSTALL)
332         test -z "$(libpciaccessincludedir)" || $(mkdir_p) "$(DESTDIR)$(libpciaccessincludedir)"
333         @list='$(libpciaccessinclude_HEADERS)'; for p in $$list; do \
334           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335           f=$(am__strip_dir) \
336           echo " $(libpciaccessincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libpciaccessincludedir)/$$f'"; \
337           $(libpciaccessincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libpciaccessincludedir)/$$f"; \
338         done
339
340 uninstall-libpciaccessincludeHEADERS:
341         @$(NORMAL_UNINSTALL)
342         @list='$(libpciaccessinclude_HEADERS)'; for p in $$list; do \
343           f=$(am__strip_dir) \
344           echo " rm -f '$(DESTDIR)$(libpciaccessincludedir)/$$f'"; \
345           rm -f "$(DESTDIR)$(libpciaccessincludedir)/$$f"; \
346         done
347
348 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350         unique=`for i in $$list; do \
351             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352           done | \
353           $(AWK) '    { files[$$0] = 1; } \
354                END { for (i in files) print i; }'`; \
355         mkid -fID $$unique
356 tags: TAGS
357
358 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359                 $(TAGS_FILES) $(LISP)
360         tags=; \
361         here=`pwd`; \
362         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '    { files[$$0] = 1; } \
367                END { for (i in files) print i; }'`; \
368         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369           test -n "$$unique" || unique=$$empty_fix; \
370           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371             $$tags $$unique; \
372         fi
373 ctags: CTAGS
374 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375                 $(TAGS_FILES) $(LISP)
376         tags=; \
377         here=`pwd`; \
378         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379         unique=`for i in $$list; do \
380             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381           done | \
382           $(AWK) '    { files[$$0] = 1; } \
383                END { for (i in files) print i; }'`; \
384         test -z "$(CTAGS_ARGS)$$tags$$unique" \
385           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386              $$tags $$unique
387
388 GTAGS:
389         here=`$(am__cd) $(top_builddir) && pwd` \
390           && cd $(top_srcdir) \
391           && gtags -i $(GTAGS_ARGS) $$here
392
393 distclean-tags:
394         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
396 distdir: $(DISTFILES)
397         $(mkdir_p) $(distdir)/../include
398         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
399         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
400         list='$(DISTFILES)'; for file in $$list; do \
401           case $$file in \
402             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
403             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
404           esac; \
405           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
407           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
408             dir="/$$dir"; \
409             $(mkdir_p) "$(distdir)$$dir"; \
410           else \
411             dir=''; \
412           fi; \
413           if test -d $$d/$$file; then \
414             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416             fi; \
417             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418           else \
419             test -f $(distdir)/$$file \
420             || cp -p $$d/$$file $(distdir)/$$file \
421             || exit 1; \
422           fi; \
423         done
424 check-am: all-am
425 check: check-am
426 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
427 installdirs:
428         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libpciaccessincludedir)"; do \
429           test -z "$$dir" || $(mkdir_p) "$$dir"; \
430         done
431 install: install-am
432 install-exec: install-exec-am
433 install-data: install-data-am
434 uninstall: uninstall-am
435
436 install-am: all-am
437         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
438
439 installcheck: installcheck-am
440 install-strip:
441         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443           `test -z '$(STRIP)' || \
444             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445 mostlyclean-generic:
446
447 clean-generic:
448
449 distclean-generic:
450         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
451
452 maintainer-clean-generic:
453         @echo "This command is intended for maintainers to use"
454         @echo "it deletes files that may require special tools to rebuild."
455 clean: clean-am
456
457 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
458         mostlyclean-am
459
460 distclean: distclean-am
461         -rm -rf ./$(DEPDIR)
462         -rm -f Makefile
463 distclean-am: clean-am distclean-compile distclean-generic \
464         distclean-libtool distclean-tags
465
466 dvi: dvi-am
467
468 dvi-am:
469
470 html: html-am
471
472 info: info-am
473
474 info-am:
475
476 install-data-am: install-libpciaccessincludeHEADERS
477
478 install-exec-am: install-libLTLIBRARIES
479
480 install-info: install-info-am
481
482 install-man:
483
484 installcheck-am:
485
486 maintainer-clean: maintainer-clean-am
487         -rm -rf ./$(DEPDIR)
488         -rm -f Makefile
489 maintainer-clean-am: distclean-am maintainer-clean-generic
490
491 mostlyclean: mostlyclean-am
492
493 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
494         mostlyclean-libtool
495
496 pdf: pdf-am
497
498 pdf-am:
499
500 ps: ps-am
501
502 ps-am:
503
504 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
505         uninstall-libpciaccessincludeHEADERS
506
507 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
508         clean-libLTLIBRARIES clean-libtool ctags distclean \
509         distclean-compile distclean-generic distclean-libtool \
510         distclean-tags distdir dvi dvi-am html html-am info info-am \
511         install install-am install-data install-data-am install-exec \
512         install-exec-am install-info install-info-am \
513         install-libLTLIBRARIES install-libpciaccessincludeHEADERS \
514         install-man install-strip installcheck installcheck-am \
515         installdirs maintainer-clean maintainer-clean-generic \
516         mostlyclean mostlyclean-compile mostlyclean-generic \
517         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
518         uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \
519         uninstall-libpciaccessincludeHEADERS
520
521 # Tell versions [3.59,3.63) of GNU make to not export all variables.
522 # Otherwise a system limit (for SysV at least) may be exceeded.
523 .NOEXPORT: