Home | History | Annotate | Download | only in shared-core
      1 # Makefile.in generated by automake 1.10.2 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  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 #  Copyright 2005 Adam Jackson.
     18 #
     19 #  Permission is hereby granted, free of charge, to any person obtaining a
     20 #  copy of this software and associated documentation files (the "Software"),
     21 #  to deal in the Software without restriction, including without limitation
     22 #  on the rights to use, copy, modify, merge, publish, distribute, sub
     23 #  license, and/or sell copies of the Software, and to permit persons to whom
     24 #  the Software is furnished to do so, subject to the following conditions:
     25 #
     26 #  The above copyright notice and this permission notice (including the next
     27 #  paragraph) shall be included in all copies or substantial portions of the
     28 #  Software.
     29 #
     30 #  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     31 #  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     32 #  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
     33 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
     34 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
     35 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     36 
     37 # XXX airlied says, nothing besides *_drm.h and drm*.h should be necessary.
     38 # however, r300 and via need their reg headers installed in order to build.
     39 # better solutions are welcome.
     40 
     41 VPATH = @srcdir@
     42 pkgdatadir = $(datadir)/@PACKAGE@
     43 pkglibdir = $(libdir)/@PACKAGE@
     44 pkgincludedir = $(includedir)/@PACKAGE@
     45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     46 install_sh_DATA = $(install_sh) -c -m 644
     47 install_sh_PROGRAM = $(install_sh) -c
     48 install_sh_SCRIPT = $(install_sh) -c
     49 INSTALL_HEADER = $(INSTALL_DATA)
     50 transform = $(program_transform_name)
     51 NORMAL_INSTALL = :
     52 PRE_INSTALL = :
     53 POST_INSTALL = :
     54 NORMAL_UNINSTALL = :
     55 PRE_UNINSTALL = :
     56 POST_UNINSTALL = :
     57 build_triplet = @build@
     58 host_triplet = @host@
     59 subdir = shared-core
     60 DIST_COMMON = $(klibdrminclude_HEADERS) $(srcdir)/Makefile.am \
     61 	$(srcdir)/Makefile.in
     62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     63 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     65 	$(ACLOCAL_M4)
     66 mkinstalldirs = $(install_sh) -d
     67 CONFIG_HEADER = $(top_builddir)/libdrm/config.h
     68 CONFIG_CLEAN_FILES =
     69 SOURCES =
     70 DIST_SOURCES =
     71 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     72 am__vpath_adj = case $$p in \
     73     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     74     *) f=$$p;; \
     75   esac;
     76 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
     77 am__installdirs = "$(DESTDIR)$(klibdrmincludedir)"
     78 klibdrmincludeHEADERS_INSTALL = $(INSTALL_HEADER)
     79 HEADERS = $(klibdrminclude_HEADERS)
     80 ETAGS = etags
     81 CTAGS = ctags
     82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     83 ACLOCAL = @ACLOCAL@
     84 AMTAR = @AMTAR@
     85 AR = @AR@
     86 AUTOCONF = @AUTOCONF@
     87 AUTOHEADER = @AUTOHEADER@
     88 AUTOMAKE = @AUTOMAKE@
     89 AWK = @AWK@
     90 CAIRO_CFLAGS = @CAIRO_CFLAGS@
     91 CAIRO_LIBS = @CAIRO_LIBS@
     92 CC = @CC@
     93 CCDEPMODE = @CCDEPMODE@
     94 CFLAGS = @CFLAGS@
     95 CLOCK_LIB = @CLOCK_LIB@
     96 CPP = @CPP@
     97 CPPFLAGS = @CPPFLAGS@
     98 CYGPATH_W = @CYGPATH_W@
     99 DEFS = @DEFS@
    100 DEPDIR = @DEPDIR@
    101 DSYMUTIL = @DSYMUTIL@
    102 DUMPBIN = @DUMPBIN@
    103 ECHO_C = @ECHO_C@
    104 ECHO_N = @ECHO_N@
    105 ECHO_T = @ECHO_T@
    106 EGREP = @EGREP@
    107 EXEEXT = @EXEEXT@
    108 FGREP = @FGREP@
    109 GREP = @GREP@
    110 INSTALL = @INSTALL@
    111 INSTALL_DATA = @INSTALL_DATA@
    112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    115 LD = @LD@
    116 LDFLAGS = @LDFLAGS@
    117 LIBOBJS = @LIBOBJS@
    118 LIBS = @LIBS@
    119 LIBTOOL = @LIBTOOL@
    120 LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
    121 LIBUDEV_LIBS = @LIBUDEV_LIBS@
    122 LIPO = @LIPO@
    123 LN_S = @LN_S@
    124 LTLIBOBJS = @LTLIBOBJS@
    125 MAKEINFO = @MAKEINFO@
    126 MKDIR_P = @MKDIR_P@
    127 NM = @NM@
    128 NMEDIT = @NMEDIT@
    129 OBJDUMP = @OBJDUMP@
    130 OBJEXT = @OBJEXT@
    131 OTOOL = @OTOOL@
    132 OTOOL64 = @OTOOL64@
    133 PACKAGE = @PACKAGE@
    134 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    135 PACKAGE_NAME = @PACKAGE_NAME@
    136 PACKAGE_STRING = @PACKAGE_STRING@
    137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    138 PACKAGE_URL = @PACKAGE_URL@
    139 PACKAGE_VERSION = @PACKAGE_VERSION@
    140 PATH_SEPARATOR = @PATH_SEPARATOR@
    141 PKG_CONFIG = @PKG_CONFIG@
    142 PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@
    143 PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@
    144 RANLIB = @RANLIB@
    145 SED = @SED@
    146 SET_MAKE = @SET_MAKE@
    147 SHELL = @SHELL@
    148 STRIP = @STRIP@
    149 VERSION = @VERSION@
    150 WARN_CFLAGS = @WARN_CFLAGS@
    151 abs_builddir = @abs_builddir@
    152 abs_srcdir = @abs_srcdir@
    153 abs_top_builddir = @abs_top_builddir@
    154 abs_top_srcdir = @abs_top_srcdir@
    155 ac_ct_CC = @ac_ct_CC@
    156 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    157 am__include = @am__include@
    158 am__leading_dot = @am__leading_dot@
    159 am__quote = @am__quote@
    160 am__tar = @am__tar@
    161 am__untar = @am__untar@
    162 bindir = @bindir@
    163 build = @build@
    164 build_alias = @build_alias@
    165 build_cpu = @build_cpu@
    166 build_os = @build_os@
    167 build_vendor = @build_vendor@
    168 builddir = @builddir@
    169 datadir = @datadir@
    170 datarootdir = @datarootdir@
    171 docdir = @docdir@
    172 dvidir = @dvidir@
    173 exec_prefix = @exec_prefix@
    174 host = @host@
    175 host_alias = @host_alias@
    176 host_cpu = @host_cpu@
    177 host_os = @host_os@
    178 host_vendor = @host_vendor@
    179 htmldir = @htmldir@
    180 includedir = @includedir@
    181 infodir = @infodir@
    182 install_sh = @install_sh@
    183 libdir = @libdir@
    184 libexecdir = @libexecdir@
    185 localedir = @localedir@
    186 localstatedir = @localstatedir@
    187 lt_ECHO = @lt_ECHO@
    188 mandir = @mandir@
    189 mkdir_p = @mkdir_p@
    190 oldincludedir = @oldincludedir@
    191 pdfdir = @pdfdir@
    192 pkgconfigdir = @pkgconfigdir@
    193 prefix = @prefix@
    194 program_transform_name = @program_transform_name@
    195 psdir = @psdir@
    196 sbindir = @sbindir@
    197 sharedstatedir = @sharedstatedir@
    198 srcdir = @srcdir@
    199 sysconfdir = @sysconfdir@
    200 target_alias = @target_alias@
    201 top_build_prefix = @top_build_prefix@
    202 top_builddir = @top_builddir@
    203 top_srcdir = @top_srcdir@
    204 klibdrmincludedir = ${includedir}/drm
    205 klibdrminclude_HEADERS = \
    206                          drm.h \
    207                          drm_mode.h \
    208                          drm_sarea.h \
    209                          i915_drm.h \
    210                          mach64_drm.h \
    211                          mga_drm.h \
    212                          nouveau_drm.h \
    213                          r128_drm.h \
    214                          radeon_drm.h \
    215                          savage_drm.h \
    216                          sis_drm.h \
    217                          via_drm.h \
    218                          r300_reg.h \
    219                          via_3d_reg.h \
    220 			 xgi_drm.h
    221 
    222 all: all-am
    223 
    224 .SUFFIXES:
    225 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    226 	@for dep in $?; do \
    227 	  case '$(am__configure_deps)' in \
    228 	    *$$dep*) \
    229 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    230 	        && { if test -f $@; then exit 0; else break; fi; }; \
    231 	      exit 1;; \
    232 	  esac; \
    233 	done; \
    234 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  shared-core/Makefile'; \
    235 	cd $(top_srcdir) && \
    236 	  $(AUTOMAKE) --foreign  shared-core/Makefile
    237 .PRECIOUS: Makefile
    238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    239 	@case '$?' in \
    240 	  *config.status*) \
    241 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    242 	  *) \
    243 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    244 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    245 	esac;
    246 
    247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    248 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    249 
    250 $(top_srcdir)/configure:  $(am__configure_deps)
    251 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    252 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    253 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    254 
    255 mostlyclean-libtool:
    256 	-rm -f *.lo
    257 
    258 clean-libtool:
    259 	-rm -rf .libs _libs
    260 install-klibdrmincludeHEADERS: $(klibdrminclude_HEADERS)
    261 	@$(NORMAL_INSTALL)
    262 	test -z "$(klibdrmincludedir)" || $(MKDIR_P) "$(DESTDIR)$(klibdrmincludedir)"
    263 	@list='$(klibdrminclude_HEADERS)'; for p in $$list; do \
    264 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    265 	  f=$(am__strip_dir) \
    266 	  echo " $(klibdrmincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(klibdrmincludedir)/$$f'"; \
    267 	  $(klibdrmincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(klibdrmincludedir)/$$f"; \
    268 	done
    269 
    270 uninstall-klibdrmincludeHEADERS:
    271 	@$(NORMAL_UNINSTALL)
    272 	@list='$(klibdrminclude_HEADERS)'; for p in $$list; do \
    273 	  f=$(am__strip_dir) \
    274 	  echo " rm -f '$(DESTDIR)$(klibdrmincludedir)/$$f'"; \
    275 	  rm -f "$(DESTDIR)$(klibdrmincludedir)/$$f"; \
    276 	done
    277 
    278 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    279 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    280 	unique=`for i in $$list; do \
    281 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    282 	  done | \
    283 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    284 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    285 	mkid -fID $$unique
    286 tags: TAGS
    287 
    288 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    289 		$(TAGS_FILES) $(LISP)
    290 	tags=; \
    291 	here=`pwd`; \
    292 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    293 	unique=`for i in $$list; do \
    294 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    295 	  done | \
    296 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    297 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    298 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    299 	  test -n "$$unique" || unique=$$empty_fix; \
    300 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    301 	    $$tags $$unique; \
    302 	fi
    303 ctags: CTAGS
    304 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    305 		$(TAGS_FILES) $(LISP)
    306 	tags=; \
    307 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    308 	unique=`for i in $$list; do \
    309 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    310 	  done | \
    311 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    312 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    313 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    314 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    315 	     $$tags $$unique
    316 
    317 GTAGS:
    318 	here=`$(am__cd) $(top_builddir) && pwd` \
    319 	  && cd $(top_srcdir) \
    320 	  && gtags -i $(GTAGS_ARGS) $$here
    321 
    322 distclean-tags:
    323 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    324 
    325 distdir: $(DISTFILES)
    326 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    327 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    328 	list='$(DISTFILES)'; \
    329 	  dist_files=`for file in $$list; do echo $$file; done | \
    330 	  sed -e "s|^$$srcdirstrip/||;t" \
    331 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    332 	case $$dist_files in \
    333 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    334 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    335 			   sort -u` ;; \
    336 	esac; \
    337 	for file in $$dist_files; do \
    338 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    339 	  if test -d $$d/$$file; then \
    340 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    341 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    342 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    343 	    fi; \
    344 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    345 	  else \
    346 	    test -f $(distdir)/$$file \
    347 	    || cp -p $$d/$$file $(distdir)/$$file \
    348 	    || exit 1; \
    349 	  fi; \
    350 	done
    351 check-am: all-am
    352 check: check-am
    353 all-am: Makefile $(HEADERS)
    354 installdirs:
    355 	for dir in "$(DESTDIR)$(klibdrmincludedir)"; do \
    356 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    357 	done
    358 install: install-am
    359 install-exec: install-exec-am
    360 install-data: install-data-am
    361 uninstall: uninstall-am
    362 
    363 install-am: all-am
    364 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    365 
    366 installcheck: installcheck-am
    367 install-strip:
    368 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    369 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    370 	  `test -z '$(STRIP)' || \
    371 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    372 mostlyclean-generic:
    373 
    374 clean-generic:
    375 
    376 distclean-generic:
    377 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    378 
    379 maintainer-clean-generic:
    380 	@echo "This command is intended for maintainers to use"
    381 	@echo "it deletes files that may require special tools to rebuild."
    382 clean: clean-am
    383 
    384 clean-am: clean-generic clean-libtool mostlyclean-am
    385 
    386 distclean: distclean-am
    387 	-rm -f Makefile
    388 distclean-am: clean-am distclean-generic distclean-tags
    389 
    390 dvi: dvi-am
    391 
    392 dvi-am:
    393 
    394 html: html-am
    395 
    396 info: info-am
    397 
    398 info-am:
    399 
    400 install-data-am: install-klibdrmincludeHEADERS
    401 
    402 install-dvi: install-dvi-am
    403 
    404 install-exec-am:
    405 
    406 install-html: install-html-am
    407 
    408 install-info: install-info-am
    409 
    410 install-man:
    411 
    412 install-pdf: install-pdf-am
    413 
    414 install-ps: install-ps-am
    415 
    416 installcheck-am:
    417 
    418 maintainer-clean: maintainer-clean-am
    419 	-rm -f Makefile
    420 maintainer-clean-am: distclean-am maintainer-clean-generic
    421 
    422 mostlyclean: mostlyclean-am
    423 
    424 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    425 
    426 pdf: pdf-am
    427 
    428 pdf-am:
    429 
    430 ps: ps-am
    431 
    432 ps-am:
    433 
    434 uninstall-am: uninstall-klibdrmincludeHEADERS
    435 
    436 .MAKE: install-am install-strip
    437 
    438 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    439 	clean-libtool ctags distclean distclean-generic \
    440 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    441 	html-am info info-am install install-am install-data \
    442 	install-data-am install-dvi install-dvi-am install-exec \
    443 	install-exec-am install-html install-html-am install-info \
    444 	install-info-am install-klibdrmincludeHEADERS install-man \
    445 	install-pdf install-pdf-am install-ps install-ps-am \
    446 	install-strip installcheck installcheck-am installdirs \
    447 	maintainer-clean maintainer-clean-generic mostlyclean \
    448 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    449 	tags uninstall uninstall-am uninstall-klibdrmincludeHEADERS
    450 
    451 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    452 # Otherwise a system limit (for SysV at least) may be exceeded.
    453 .NOEXPORT:
    454