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 17VPATH = @srcdir@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkglibdir = $(libdir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 22install_sh_DATA = $(install_sh) -c -m 644 23install_sh_PROGRAM = $(install_sh) -c 24install_sh_SCRIPT = $(install_sh) -c 25INSTALL_HEADER = $(INSTALL_DATA) 26transform = $(program_transform_name) 27NORMAL_INSTALL = : 28PRE_INSTALL = : 29POST_INSTALL = : 30NORMAL_UNINSTALL = : 31PRE_UNINSTALL = : 32POST_UNINSTALL = : 33build_triplet = @build@ 34host_triplet = @host@ 35noinst_PROGRAMS = modeprint$(EXEEXT) 36subdir = tests/modeprint 37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 39am__aclocal_m4_deps = $(top_srcdir)/configure.ac 40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 41 $(ACLOCAL_M4) 42mkinstalldirs = $(install_sh) -d 43CONFIG_HEADER = $(top_builddir)/libdrm/config.h 44CONFIG_CLEAN_FILES = 45PROGRAMS = $(noinst_PROGRAMS) 46am_modeprint_OBJECTS = modeprint.$(OBJEXT) 47modeprint_OBJECTS = $(am_modeprint_OBJECTS) 48modeprint_DEPENDENCIES = $(top_builddir)/libdrm/libdrm.la \ 49 $(top_builddir)/libdrm/intel/libdrm_intel.la 50DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libdrm 51depcomp = $(SHELL) $(top_srcdir)/depcomp 52am__depfiles_maybe = depfiles 53COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 54 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 55LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 56 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 57 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 58CCLD = $(CC) 59LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 60 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 61 $(LDFLAGS) -o $@ 62SOURCES = $(modeprint_SOURCES) 63DIST_SOURCES = $(modeprint_SOURCES) 64ETAGS = etags 65CTAGS = ctags 66DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 67ACLOCAL = @ACLOCAL@ 68AMTAR = @AMTAR@ 69AR = @AR@ 70AUTOCONF = @AUTOCONF@ 71AUTOHEADER = @AUTOHEADER@ 72AUTOMAKE = @AUTOMAKE@ 73AWK = @AWK@ 74CAIRO_CFLAGS = @CAIRO_CFLAGS@ 75CAIRO_LIBS = @CAIRO_LIBS@ 76CC = @CC@ 77CCDEPMODE = @CCDEPMODE@ 78CFLAGS = @CFLAGS@ 79CLOCK_LIB = @CLOCK_LIB@ 80CPP = @CPP@ 81CPPFLAGS = @CPPFLAGS@ 82CYGPATH_W = @CYGPATH_W@ 83DEFS = @DEFS@ 84DEPDIR = @DEPDIR@ 85DSYMUTIL = @DSYMUTIL@ 86DUMPBIN = @DUMPBIN@ 87ECHO_C = @ECHO_C@ 88ECHO_N = @ECHO_N@ 89ECHO_T = @ECHO_T@ 90EGREP = @EGREP@ 91EXEEXT = @EXEEXT@ 92FGREP = @FGREP@ 93GREP = @GREP@ 94INSTALL = @INSTALL@ 95INSTALL_DATA = @INSTALL_DATA@ 96INSTALL_PROGRAM = @INSTALL_PROGRAM@ 97INSTALL_SCRIPT = @INSTALL_SCRIPT@ 98INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 99LD = @LD@ 100LDFLAGS = @LDFLAGS@ 101LIBOBJS = @LIBOBJS@ 102LIBS = @LIBS@ 103LIBTOOL = @LIBTOOL@ 104LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 105LIBUDEV_LIBS = @LIBUDEV_LIBS@ 106LIPO = @LIPO@ 107LN_S = @LN_S@ 108LTLIBOBJS = @LTLIBOBJS@ 109MAKEINFO = @MAKEINFO@ 110MKDIR_P = @MKDIR_P@ 111NM = @NM@ 112NMEDIT = @NMEDIT@ 113OBJDUMP = @OBJDUMP@ 114OBJEXT = @OBJEXT@ 115OTOOL = @OTOOL@ 116OTOOL64 = @OTOOL64@ 117PACKAGE = @PACKAGE@ 118PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 119PACKAGE_NAME = @PACKAGE_NAME@ 120PACKAGE_STRING = @PACKAGE_STRING@ 121PACKAGE_TARNAME = @PACKAGE_TARNAME@ 122PACKAGE_URL = @PACKAGE_URL@ 123PACKAGE_VERSION = @PACKAGE_VERSION@ 124PATH_SEPARATOR = @PATH_SEPARATOR@ 125PKG_CONFIG = @PKG_CONFIG@ 126PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@ 127PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@ 128RANLIB = @RANLIB@ 129SED = @SED@ 130SET_MAKE = @SET_MAKE@ 131SHELL = @SHELL@ 132STRIP = @STRIP@ 133VERSION = @VERSION@ 134WARN_CFLAGS = @WARN_CFLAGS@ 135abs_builddir = @abs_builddir@ 136abs_srcdir = @abs_srcdir@ 137abs_top_builddir = @abs_top_builddir@ 138abs_top_srcdir = @abs_top_srcdir@ 139ac_ct_CC = @ac_ct_CC@ 140ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 141am__include = @am__include@ 142am__leading_dot = @am__leading_dot@ 143am__quote = @am__quote@ 144am__tar = @am__tar@ 145am__untar = @am__untar@ 146bindir = @bindir@ 147build = @build@ 148build_alias = @build_alias@ 149build_cpu = @build_cpu@ 150build_os = @build_os@ 151build_vendor = @build_vendor@ 152builddir = @builddir@ 153datadir = @datadir@ 154datarootdir = @datarootdir@ 155docdir = @docdir@ 156dvidir = @dvidir@ 157exec_prefix = @exec_prefix@ 158host = @host@ 159host_alias = @host_alias@ 160host_cpu = @host_cpu@ 161host_os = @host_os@ 162host_vendor = @host_vendor@ 163htmldir = @htmldir@ 164includedir = @includedir@ 165infodir = @infodir@ 166install_sh = @install_sh@ 167libdir = @libdir@ 168libexecdir = @libexecdir@ 169localedir = @localedir@ 170localstatedir = @localstatedir@ 171lt_ECHO = @lt_ECHO@ 172mandir = @mandir@ 173mkdir_p = @mkdir_p@ 174oldincludedir = @oldincludedir@ 175pdfdir = @pdfdir@ 176pkgconfigdir = @pkgconfigdir@ 177prefix = @prefix@ 178program_transform_name = @program_transform_name@ 179psdir = @psdir@ 180sbindir = @sbindir@ 181sharedstatedir = @sharedstatedir@ 182srcdir = @srcdir@ 183sysconfdir = @sysconfdir@ 184target_alias = @target_alias@ 185top_build_prefix = @top_build_prefix@ 186top_builddir = @top_builddir@ 187top_srcdir = @top_srcdir@ 188AM_CFLAGS = \ 189 -I$(top_srcdir)/shared-core \ 190 -I$(top_srcdir)/libdrm/intel/ \ 191 -I$(top_srcdir)/libdrm 192 193modeprint_SOURCES = \ 194 modeprint.c 195 196modeprint_LDADD = \ 197 $(top_builddir)/libdrm/libdrm.la \ 198 $(top_builddir)/libdrm/intel/libdrm_intel.la 199 200all: all-am 201 202.SUFFIXES: 203.SUFFIXES: .c .lo .o .obj 204$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 205 @for dep in $?; do \ 206 case '$(am__configure_deps)' in \ 207 *$$dep*) \ 208 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 209 && { if test -f $@; then exit 0; else break; fi; }; \ 210 exit 1;; \ 211 esac; \ 212 done; \ 213 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/modeprint/Makefile'; \ 214 cd $(top_srcdir) && \ 215 $(AUTOMAKE) --foreign tests/modeprint/Makefile 216.PRECIOUS: Makefile 217Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 218 @case '$?' in \ 219 *config.status*) \ 220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 221 *) \ 222 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 223 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 224 esac; 225 226$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 228 229$(top_srcdir)/configure: $(am__configure_deps) 230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 231$(ACLOCAL_M4): $(am__aclocal_m4_deps) 232 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 233 234clean-noinstPROGRAMS: 235 @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 236 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 237 echo " rm -f $$p $$f"; \ 238 rm -f $$p $$f ; \ 239 done 240modeprint$(EXEEXT): $(modeprint_OBJECTS) $(modeprint_DEPENDENCIES) 241 @rm -f modeprint$(EXEEXT) 242 $(LINK) $(modeprint_OBJECTS) $(modeprint_LDADD) $(LIBS) 243 244mostlyclean-compile: 245 -rm -f *.$(OBJEXT) 246 247distclean-compile: 248 -rm -f *.tab.c 249 250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modeprint.Po@am__quote@ 251 252.c.o: 253@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 254@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 255@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 256@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 257@am__fastdepCC_FALSE@ $(COMPILE) -c $< 258 259.c.obj: 260@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 261@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 262@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 263@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 264@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 265 266.c.lo: 267@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 268@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 269@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 270@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 271@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 272 273mostlyclean-libtool: 274 -rm -f *.lo 275 276clean-libtool: 277 -rm -rf .libs _libs 278 279ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 280 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 281 unique=`for i in $$list; do \ 282 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 283 done | \ 284 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 285 END { if (nonempty) { for (i in files) print i; }; }'`; \ 286 mkid -fID $$unique 287tags: TAGS 288 289TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 290 $(TAGS_FILES) $(LISP) 291 tags=; \ 292 here=`pwd`; \ 293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 294 unique=`for i in $$list; do \ 295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 296 done | \ 297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 298 END { if (nonempty) { for (i in files) print i; }; }'`; \ 299 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 300 test -n "$$unique" || unique=$$empty_fix; \ 301 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 302 $$tags $$unique; \ 303 fi 304ctags: CTAGS 305CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 306 $(TAGS_FILES) $(LISP) 307 tags=; \ 308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 309 unique=`for i in $$list; do \ 310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 311 done | \ 312 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 313 END { if (nonempty) { for (i in files) print i; }; }'`; \ 314 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 315 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 316 $$tags $$unique 317 318GTAGS: 319 here=`$(am__cd) $(top_builddir) && pwd` \ 320 && cd $(top_srcdir) \ 321 && gtags -i $(GTAGS_ARGS) $$here 322 323distclean-tags: 324 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 325 326distdir: $(DISTFILES) 327 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 328 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 329 list='$(DISTFILES)'; \ 330 dist_files=`for file in $$list; do echo $$file; done | \ 331 sed -e "s|^$$srcdirstrip/||;t" \ 332 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 333 case $$dist_files in \ 334 */*) $(MKDIR_P) `echo "$$dist_files" | \ 335 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 336 sort -u` ;; \ 337 esac; \ 338 for file in $$dist_files; do \ 339 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 340 if test -d $$d/$$file; then \ 341 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 343 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 344 fi; \ 345 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 346 else \ 347 test -f $(distdir)/$$file \ 348 || cp -p $$d/$$file $(distdir)/$$file \ 349 || exit 1; \ 350 fi; \ 351 done 352check-am: all-am 353check: check-am 354all-am: Makefile $(PROGRAMS) 355installdirs: 356install: install-am 357install-exec: install-exec-am 358install-data: install-data-am 359uninstall: uninstall-am 360 361install-am: all-am 362 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 363 364installcheck: installcheck-am 365install-strip: 366 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 367 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 368 `test -z '$(STRIP)' || \ 369 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 370mostlyclean-generic: 371 372clean-generic: 373 374distclean-generic: 375 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 376 377maintainer-clean-generic: 378 @echo "This command is intended for maintainers to use" 379 @echo "it deletes files that may require special tools to rebuild." 380clean: clean-am 381 382clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 383 mostlyclean-am 384 385distclean: distclean-am 386 -rm -rf ./$(DEPDIR) 387 -rm -f Makefile 388distclean-am: clean-am distclean-compile distclean-generic \ 389 distclean-tags 390 391dvi: dvi-am 392 393dvi-am: 394 395html: html-am 396 397info: info-am 398 399info-am: 400 401install-data-am: 402 403install-dvi: install-dvi-am 404 405install-exec-am: 406 407install-html: install-html-am 408 409install-info: install-info-am 410 411install-man: 412 413install-pdf: install-pdf-am 414 415install-ps: install-ps-am 416 417installcheck-am: 418 419maintainer-clean: maintainer-clean-am 420 -rm -rf ./$(DEPDIR) 421 -rm -f Makefile 422maintainer-clean-am: distclean-am maintainer-clean-generic 423 424mostlyclean: mostlyclean-am 425 426mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 427 mostlyclean-libtool 428 429pdf: pdf-am 430 431pdf-am: 432 433ps: ps-am 434 435ps-am: 436 437uninstall-am: 438 439.MAKE: install-am install-strip 440 441.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 442 clean-libtool clean-noinstPROGRAMS ctags distclean \ 443 distclean-compile distclean-generic distclean-libtool \ 444 distclean-tags distdir dvi dvi-am html html-am info info-am \ 445 install install-am install-data install-data-am install-dvi \ 446 install-dvi-am install-exec install-exec-am install-html \ 447 install-html-am install-info install-info-am install-man \ 448 install-pdf install-pdf-am install-ps install-ps-am \ 449 install-strip installcheck installcheck-am installdirs \ 450 maintainer-clean maintainer-clean-generic mostlyclean \ 451 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 452 pdf pdf-am ps ps-am tags uninstall uninstall-am 453 454# Tell versions [3.59,3.63) of GNU make to not export all variables. 455# Otherwise a system limit (for SysV at least) may be exceeded. 456.NOEXPORT: 457