Makefile.in revision 04007eba
1# Makefile.in generated by automake 1.14 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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# this is obnoxious: 38# -module lets us name the module exactly how we want 39# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 40# _ladir passes a dummy rpath to libtool so the thing will actually link 41# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 42 43VPATH = @srcdir@ 44am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 45am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89pkgdatadir = $(datadir)/@PACKAGE@ 90pkgincludedir = $(includedir)/@PACKAGE@ 91pkglibdir = $(libdir)/@PACKAGE@ 92pkglibexecdir = $(libexecdir)/@PACKAGE@ 93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94install_sh_DATA = $(install_sh) -c -m 644 95install_sh_PROGRAM = $(install_sh) -c 96install_sh_SCRIPT = $(install_sh) -c 97INSTALL_HEADER = $(INSTALL_DATA) 98transform = $(program_transform_name) 99NORMAL_INSTALL = : 100PRE_INSTALL = : 101POST_INSTALL = : 102NORMAL_UNINSTALL = : 103PRE_UNINSTALL = : 104POST_UNINSTALL = : 105build_triplet = @build@ 106host_triplet = @host@ 107subdir = src 108DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 109 $(top_srcdir)/build-aux/depcomp 110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 112 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 113 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 114 $(top_srcdir)/configure.ac 115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 $(ACLOCAL_M4) 117mkinstalldirs = $(install_sh) -d 118CONFIG_HEADER = $(top_builddir)/config.h 119CONFIG_CLEAN_FILES = 120CONFIG_CLEAN_VPATH_FILES = 121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 122am__vpath_adj = case $$p in \ 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 124 *) f=$$p;; \ 125 esac; 126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 127am__install_max = 40 128am__nobase_strip_setup = \ 129 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 130am__nobase_strip = \ 131 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 132am__nobase_list = $(am__nobase_strip_setup); \ 133 for p in $$list; do echo "$$p $$p"; done | \ 134 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 136 if (++n[$$2] == $(am__install_max)) \ 137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 138 END { for (dir in files) print dir, files[dir] }' 139am__base_list = \ 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142am__uninstall_files_from_dir = { \ 143 test -z "$$files" \ 144 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 146 $(am__cd) "$$dir" && rm -f $$files; }; \ 147 } 148am__installdirs = "$(DESTDIR)$(geode_drv_ladir)" \ 149 "$(DESTDIR)$(ztv_drv_ladir)" 150LTLIBRARIES = $(geode_drv_la_LTLIBRARIES) $(ztv_drv_la_LTLIBRARIES) 151geode_drv_la_LIBADD = 152am_geode_drv_la_OBJECTS = cimarron.lo durango.lo geode_common.lo \ 153 geode_dcon.lo geode_ddc.lo geode_driver.lo geode_msr.lo \ 154 gx_accel.lo gx_cursor.lo gx_driver.lo gx_randr.lo gx_regacc.lo \ 155 gx_rotate.lo gx_video.lo lx_cursor.lo lx_display.lo \ 156 lx_driver.lo lx_exa.lo lx_memory.lo lx_output.lo lx_panel.lo \ 157 lx_video.lo panel.lo 158geode_drv_la_OBJECTS = $(am_geode_drv_la_OBJECTS) 159AM_V_lt = $(am__v_lt_@AM_V@) 160am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 161am__v_lt_0 = --silent 162am__v_lt_1 = 163geode_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 164 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 165 $(geode_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 166ztv_drv_la_LIBADD = 167am__ztv_drv_la_SOURCES_DIST = z4l.c 168@BUILD_ZTV_TRUE@am_ztv_drv_la_OBJECTS = z4l.lo 169ztv_drv_la_OBJECTS = $(am_ztv_drv_la_OBJECTS) 170ztv_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 172 $(ztv_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 173@BUILD_ZTV_TRUE@am_ztv_drv_la_rpath = -rpath $(ztv_drv_ladir) 174AM_V_P = $(am__v_P_@AM_V@) 175am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 176am__v_P_0 = false 177am__v_P_1 = : 178AM_V_GEN = $(am__v_GEN_@AM_V@) 179am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 180am__v_GEN_0 = @echo " GEN " $@; 181am__v_GEN_1 = 182AM_V_at = $(am__v_at_@AM_V@) 183am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 184am__v_at_0 = @ 185am__v_at_1 = 186DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 187depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 188am__depfiles_maybe = depfiles 189am__mv = mv -f 190COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 191 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 192LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 193 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 194 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 195 $(AM_CFLAGS) $(CFLAGS) 196AM_V_CC = $(am__v_CC_@AM_V@) 197am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 198am__v_CC_0 = @echo " CC " $@; 199am__v_CC_1 = 200CCLD = $(CC) 201LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 202 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 203 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 204AM_V_CCLD = $(am__v_CCLD_@AM_V@) 205am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 206am__v_CCLD_0 = @echo " CCLD " $@; 207am__v_CCLD_1 = 208SOURCES = $(geode_drv_la_SOURCES) $(ztv_drv_la_SOURCES) 209DIST_SOURCES = $(geode_drv_la_SOURCES) $(am__ztv_drv_la_SOURCES_DIST) 210am__can_run_installinfo = \ 211 case $$AM_UPDATE_INFO_DIR in \ 212 n|no|NO) false;; \ 213 *) (install-info --version) >/dev/null 2>&1;; \ 214 esac 215am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 216# Read a list of newline-separated strings from the standard input, 217# and print each of them once, without duplicates. Input order is 218# *not* preserved. 219am__uniquify_input = $(AWK) '\ 220 BEGIN { nonempty = 0; } \ 221 { items[$$0] = 1; nonempty = 1; } \ 222 END { if (nonempty) { for (i in items) print i; }; } \ 223' 224# Make sure the list of sources is unique. This is necessary because, 225# e.g., the same source file might be shared among _SOURCES variables 226# for different programs/libraries. 227am__define_uniq_tagged_files = \ 228 list='$(am__tagged_files)'; \ 229 unique=`for i in $$list; do \ 230 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 231 done | $(am__uniquify_input)` 232ETAGS = etags 233CTAGS = ctags 234DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 235ACLOCAL = @ACLOCAL@ 236ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 237ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 238AMTAR = @AMTAR@ 239AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 240APP_MAN_DIR = @APP_MAN_DIR@ 241APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 242AR = @AR@ 243AUTOCONF = @AUTOCONF@ 244AUTOHEADER = @AUTOHEADER@ 245AUTOMAKE = @AUTOMAKE@ 246AWK = @AWK@ 247BASE_CFLAGS = @BASE_CFLAGS@ 248CC = @CC@ 249CCDEPMODE = @CCDEPMODE@ 250CFLAGS = @CFLAGS@ 251CHANGELOG_CMD = @CHANGELOG_CMD@ 252CPP = @CPP@ 253CPPFLAGS = @CPPFLAGS@ 254CWARNFLAGS = @CWARNFLAGS@ 255CYGPATH_W = @CYGPATH_W@ 256DEFS = @DEFS@ 257DEPDIR = @DEPDIR@ 258DLLTOOL = @DLLTOOL@ 259DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 260DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 261DSYMUTIL = @DSYMUTIL@ 262DUMPBIN = @DUMPBIN@ 263ECHO_C = @ECHO_C@ 264ECHO_N = @ECHO_N@ 265ECHO_T = @ECHO_T@ 266EGREP = @EGREP@ 267EXEEXT = @EXEEXT@ 268FGREP = @FGREP@ 269FILE_MAN_DIR = @FILE_MAN_DIR@ 270FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 271GREP = @GREP@ 272INSTALL = @INSTALL@ 273INSTALL_CMD = @INSTALL_CMD@ 274INSTALL_DATA = @INSTALL_DATA@ 275INSTALL_PROGRAM = @INSTALL_PROGRAM@ 276INSTALL_SCRIPT = @INSTALL_SCRIPT@ 277INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 278LD = @LD@ 279LDFLAGS = @LDFLAGS@ 280LIBOBJS = @LIBOBJS@ 281LIBS = @LIBS@ 282LIBTOOL = @LIBTOOL@ 283LIB_MAN_DIR = @LIB_MAN_DIR@ 284LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 285LIPO = @LIPO@ 286LN_S = @LN_S@ 287LTLIBOBJS = @LTLIBOBJS@ 288M32_CFLAGS = @M32_CFLAGS@ 289MAINT = @MAINT@ 290MAKEINFO = @MAKEINFO@ 291MANIFEST_TOOL = @MANIFEST_TOOL@ 292MAN_SUBSTS = @MAN_SUBSTS@ 293MISC_MAN_DIR = @MISC_MAN_DIR@ 294MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 295MKDIR_P = @MKDIR_P@ 296NM = @NM@ 297NMEDIT = @NMEDIT@ 298OBJDUMP = @OBJDUMP@ 299OBJEXT = @OBJEXT@ 300OTOOL = @OTOOL@ 301OTOOL64 = @OTOOL64@ 302PACKAGE = @PACKAGE@ 303PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 304PACKAGE_NAME = @PACKAGE_NAME@ 305PACKAGE_STRING = @PACKAGE_STRING@ 306PACKAGE_TARNAME = @PACKAGE_TARNAME@ 307PACKAGE_URL = @PACKAGE_URL@ 308PACKAGE_VERSION = @PACKAGE_VERSION@ 309PANEL_CPPFLAGS = @PANEL_CPPFLAGS@ 310PATH_SEPARATOR = @PATH_SEPARATOR@ 311PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 312PCIACCESS_LIBS = @PCIACCESS_LIBS@ 313PKG_CONFIG = @PKG_CONFIG@ 314PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 315PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 316RANLIB = @RANLIB@ 317SED = @SED@ 318SET_MAKE = @SET_MAKE@ 319SHELL = @SHELL@ 320STRICT_CFLAGS = @STRICT_CFLAGS@ 321STRIP = @STRIP@ 322VERSION = @VERSION@ 323XEXT_CFLAGS = @XEXT_CFLAGS@ 324XEXT_LIBS = @XEXT_LIBS@ 325XORG_CFLAGS = @XORG_CFLAGS@ 326XORG_LIBS = @XORG_LIBS@ 327XORG_MAN_PAGE = @XORG_MAN_PAGE@ 328abs_builddir = @abs_builddir@ 329abs_srcdir = @abs_srcdir@ 330abs_top_builddir = @abs_top_builddir@ 331abs_top_srcdir = @abs_top_srcdir@ 332ac_ct_AR = @ac_ct_AR@ 333ac_ct_CC = @ac_ct_CC@ 334ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 335am__include = @am__include@ 336am__leading_dot = @am__leading_dot@ 337am__quote = @am__quote@ 338am__tar = @am__tar@ 339am__untar = @am__untar@ 340bindir = @bindir@ 341build = @build@ 342build_alias = @build_alias@ 343build_cpu = @build_cpu@ 344build_os = @build_os@ 345build_vendor = @build_vendor@ 346builddir = @builddir@ 347datadir = @datadir@ 348datarootdir = @datarootdir@ 349docdir = @docdir@ 350dvidir = @dvidir@ 351exec_prefix = @exec_prefix@ 352host = @host@ 353host_alias = @host_alias@ 354host_cpu = @host_cpu@ 355host_os = @host_os@ 356host_vendor = @host_vendor@ 357htmldir = @htmldir@ 358includedir = @includedir@ 359infodir = @infodir@ 360install_sh = @install_sh@ 361libdir = @libdir@ 362libexecdir = @libexecdir@ 363localedir = @localedir@ 364localstatedir = @localstatedir@ 365mandir = @mandir@ 366mkdir_p = @mkdir_p@ 367moduledir = @moduledir@ 368oldincludedir = @oldincludedir@ 369pdfdir = @pdfdir@ 370prefix = @prefix@ 371program_transform_name = @program_transform_name@ 372psdir = @psdir@ 373sbindir = @sbindir@ 374sharedstatedir = @sharedstatedir@ 375srcdir = @srcdir@ 376sysconfdir = @sysconfdir@ 377target_alias = @target_alias@ 378top_build_prefix = @top_build_prefix@ 379top_builddir = @top_builddir@ 380top_srcdir = @top_srcdir@ 381AM_CPPFLAGS = \ 382 -I$(top_srcdir)/src/cim \ 383 -I$(top_srcdir)/src/gfx \ 384 -I$(top_srcdir)/src/panel \ 385 $(PANEL_CPPFLAGS) \ 386 -DHAVE_GX \ 387 -DHAVE_LX \ 388 -DOPT_ACCEL 389 390AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) $(M32_CFLAGS) 391geode_drv_la_LTLIBRARIES = geode_drv.la 392geode_drv_la_LDFLAGS = -module -avoid-version 393geode_drv_ladir = $(moduledir)/drivers 394geode_drv_la_SOURCES = \ 395 cimarron.c \ 396 cim_dev.h \ 397 compat-api.h \ 398 durango.c \ 399 geode_blend.h \ 400 geode_common.c \ 401 geode_dcon.c \ 402 geode_ddc.c \ 403 geode_driver.c \ 404 geode_fourcc.h \ 405 geode.h \ 406 geode_msr.c \ 407 geode_pcirename.h \ 408 gx_accel.c \ 409 gx_cursor.c \ 410 gx_driver.c \ 411 gx_randr.c \ 412 gx_regacc.c \ 413 gx_rotate.c \ 414 gx_video.c \ 415 lx_cursor.c \ 416 lx_display.c \ 417 lx_driver.c \ 418 lx_exa.c \ 419 lx_memory.c \ 420 lx_output.c \ 421 lx_panel.c \ 422 lx_video.c \ 423 panel.c 424 425EXTRA_DIST = \ 426 cim/cim_defs.h \ 427 cim/cim_df.c \ 428 cim/cim_filter.c \ 429 cim/cim_gp.c \ 430 cim/cim_init.c \ 431 cim/cim_modes.c \ 432 cim/cim_msr.c \ 433 cim/cim_parm.h \ 434 cim/cim_regs.h \ 435 cim/cim_rtns.h \ 436 cim/cim_version.h \ 437 cim/cim_vg.c \ 438 cim/cim_vip.c \ 439 cim/cim_vop.c \ 440 cim/doc/release.txt \ 441 \ 442 gfx/disp_gu1.c \ 443 gfx/disp_gu2.c \ 444 gfx/gfx_dcdr.c \ 445 gfx/gfx_defs.h \ 446 gfx/gfx_disp.c \ 447 gfx/gfx_i2c.c \ 448 gfx/gfx_init.c \ 449 gfx/gfx_mode.h \ 450 gfx/gfx_msr.c \ 451 gfx/gfx_priv.h \ 452 gfx/gfx_regs.h \ 453 gfx/gfx_rndr.c \ 454 gfx/gfx_rtns.h \ 455 gfx/gfx_tv.c \ 456 gfx/gfx_type.h \ 457 gfx/gfx_vga.c \ 458 gfx/gfx_vid.c \ 459 gfx/gfx_vip.c \ 460 gfx/history.h \ 461 gfx/i2c_acc.c \ 462 gfx/i2c_gpio.c \ 463 gfx/init_gu1.c \ 464 gfx/init_gu2.c \ 465 gfx/msr_rdcl.c \ 466 gfx/release.txt \ 467 gfx/rndr_gu1.c \ 468 gfx/rndr_gu2.c \ 469 gfx/saa7114.c \ 470 gfx/tv_1200.c \ 471 gfx/tv_fs450.c \ 472 gfx/tv_fs450.h \ 473 gfx/vga_gu1.c \ 474 gfx/vid_1200.c \ 475 gfx/vid_5530.c \ 476 gfx/vid_rdcl.c \ 477 gfx/vip_1200.c \ 478 \ 479 panel/92xx.h \ 480 panel/cen9211.c \ 481 panel/cen9211.h \ 482 panel/dora9211.c \ 483 panel/dora9211.h \ 484 panel/drac9210.c \ 485 panel/drac9210.h \ 486 panel/gx2_9211.c \ 487 panel/gx2_9211.h \ 488 panel/panel.c \ 489 panel/panel.h \ 490 panel/platform.c \ 491 panel/pnl_bios.c \ 492 panel/pnl_defs.h \ 493 panel/pnl_init.c \ 494 panel/readme.txt \ 495 \ 496 gx_vga.c \ 497 lx_vga.c 498 499@BUILD_ZTV_TRUE@ztv_drv_la_LTLIBRARIES = ztv_drv.la 500@BUILD_ZTV_TRUE@ztv_drv_la_LDFLAGS = -module -avoid-version 501@BUILD_ZTV_TRUE@ztv_drv_ladir = $(moduledir)/drivers 502@BUILD_ZTV_TRUE@ztv_drv_la_SOURCES = z4l.c 503all: all-am 504 505.SUFFIXES: 506.SUFFIXES: .c .lo .o .obj 507$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 508 @for dep in $?; do \ 509 case '$(am__configure_deps)' in \ 510 *$$dep*) \ 511 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 512 && { if test -f $@; then exit 0; else break; fi; }; \ 513 exit 1;; \ 514 esac; \ 515 done; \ 516 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 517 $(am__cd) $(top_srcdir) && \ 518 $(AUTOMAKE) --foreign src/Makefile 519.PRECIOUS: Makefile 520Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 521 @case '$?' in \ 522 *config.status*) \ 523 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 524 *) \ 525 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 526 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 527 esac; 528 529$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 530 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 531 532$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 533 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 534$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 536$(am__aclocal_m4_deps): 537 538install-geode_drv_laLTLIBRARIES: $(geode_drv_la_LTLIBRARIES) 539 @$(NORMAL_INSTALL) 540 @list='$(geode_drv_la_LTLIBRARIES)'; test -n "$(geode_drv_ladir)" || list=; \ 541 list2=; for p in $$list; do \ 542 if test -f $$p; then \ 543 list2="$$list2 $$p"; \ 544 else :; fi; \ 545 done; \ 546 test -z "$$list2" || { \ 547 echo " $(MKDIR_P) '$(DESTDIR)$(geode_drv_ladir)'"; \ 548 $(MKDIR_P) "$(DESTDIR)$(geode_drv_ladir)" || exit 1; \ 549 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(geode_drv_ladir)'"; \ 550 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(geode_drv_ladir)"; \ 551 } 552 553uninstall-geode_drv_laLTLIBRARIES: 554 @$(NORMAL_UNINSTALL) 555 @list='$(geode_drv_la_LTLIBRARIES)'; test -n "$(geode_drv_ladir)" || list=; \ 556 for p in $$list; do \ 557 $(am__strip_dir) \ 558 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(geode_drv_ladir)/$$f'"; \ 559 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(geode_drv_ladir)/$$f"; \ 560 done 561 562clean-geode_drv_laLTLIBRARIES: 563 -test -z "$(geode_drv_la_LTLIBRARIES)" || rm -f $(geode_drv_la_LTLIBRARIES) 564 @list='$(geode_drv_la_LTLIBRARIES)'; \ 565 locs=`for p in $$list; do echo $$p; done | \ 566 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 567 sort -u`; \ 568 test -z "$$locs" || { \ 569 echo rm -f $${locs}; \ 570 rm -f $${locs}; \ 571 } 572 573install-ztv_drv_laLTLIBRARIES: $(ztv_drv_la_LTLIBRARIES) 574 @$(NORMAL_INSTALL) 575 @list='$(ztv_drv_la_LTLIBRARIES)'; test -n "$(ztv_drv_ladir)" || list=; \ 576 list2=; for p in $$list; do \ 577 if test -f $$p; then \ 578 list2="$$list2 $$p"; \ 579 else :; fi; \ 580 done; \ 581 test -z "$$list2" || { \ 582 echo " $(MKDIR_P) '$(DESTDIR)$(ztv_drv_ladir)'"; \ 583 $(MKDIR_P) "$(DESTDIR)$(ztv_drv_ladir)" || exit 1; \ 584 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ztv_drv_ladir)'"; \ 585 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ztv_drv_ladir)"; \ 586 } 587 588uninstall-ztv_drv_laLTLIBRARIES: 589 @$(NORMAL_UNINSTALL) 590 @list='$(ztv_drv_la_LTLIBRARIES)'; test -n "$(ztv_drv_ladir)" || list=; \ 591 for p in $$list; do \ 592 $(am__strip_dir) \ 593 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ztv_drv_ladir)/$$f'"; \ 594 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ztv_drv_ladir)/$$f"; \ 595 done 596 597clean-ztv_drv_laLTLIBRARIES: 598 -test -z "$(ztv_drv_la_LTLIBRARIES)" || rm -f $(ztv_drv_la_LTLIBRARIES) 599 @list='$(ztv_drv_la_LTLIBRARIES)'; \ 600 locs=`for p in $$list; do echo $$p; done | \ 601 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 602 sort -u`; \ 603 test -z "$$locs" || { \ 604 echo rm -f $${locs}; \ 605 rm -f $${locs}; \ 606 } 607 608geode_drv.la: $(geode_drv_la_OBJECTS) $(geode_drv_la_DEPENDENCIES) $(EXTRA_geode_drv_la_DEPENDENCIES) 609 $(AM_V_CCLD)$(geode_drv_la_LINK) -rpath $(geode_drv_ladir) $(geode_drv_la_OBJECTS) $(geode_drv_la_LIBADD) $(LIBS) 610 611ztv_drv.la: $(ztv_drv_la_OBJECTS) $(ztv_drv_la_DEPENDENCIES) $(EXTRA_ztv_drv_la_DEPENDENCIES) 612 $(AM_V_CCLD)$(ztv_drv_la_LINK) $(am_ztv_drv_la_rpath) $(ztv_drv_la_OBJECTS) $(ztv_drv_la_LIBADD) $(LIBS) 613 614mostlyclean-compile: 615 -rm -f *.$(OBJEXT) 616 617distclean-compile: 618 -rm -f *.tab.c 619 620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cimarron.Plo@am__quote@ 621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/durango.Plo@am__quote@ 622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_common.Plo@am__quote@ 623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_dcon.Plo@am__quote@ 624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_ddc.Plo@am__quote@ 625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_driver.Plo@am__quote@ 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_msr.Plo@am__quote@ 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_accel.Plo@am__quote@ 628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_cursor.Plo@am__quote@ 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_driver.Plo@am__quote@ 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_randr.Plo@am__quote@ 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_regacc.Plo@am__quote@ 632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_rotate.Plo@am__quote@ 633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_video.Plo@am__quote@ 634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_cursor.Plo@am__quote@ 635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_display.Plo@am__quote@ 636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_driver.Plo@am__quote@ 637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_exa.Plo@am__quote@ 638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_memory.Plo@am__quote@ 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_output.Plo@am__quote@ 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_panel.Plo@am__quote@ 641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_video.Plo@am__quote@ 642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panel.Plo@am__quote@ 643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z4l.Plo@am__quote@ 644 645.c.o: 646@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 647@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 648@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 649@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 650@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 651 652.c.obj: 653@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 654@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 655@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 656@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 657@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 658 659.c.lo: 660@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 661@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 662@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 663@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 664@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 665 666mostlyclean-libtool: 667 -rm -f *.lo 668 669clean-libtool: 670 -rm -rf .libs _libs 671 672ID: $(am__tagged_files) 673 $(am__define_uniq_tagged_files); mkid -fID $$unique 674tags: tags-am 675TAGS: tags 676 677tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 678 set x; \ 679 here=`pwd`; \ 680 $(am__define_uniq_tagged_files); \ 681 shift; \ 682 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 683 test -n "$$unique" || unique=$$empty_fix; \ 684 if test $$# -gt 0; then \ 685 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 686 "$$@" $$unique; \ 687 else \ 688 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 689 $$unique; \ 690 fi; \ 691 fi 692ctags: ctags-am 693 694CTAGS: ctags 695ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 696 $(am__define_uniq_tagged_files); \ 697 test -z "$(CTAGS_ARGS)$$unique" \ 698 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 699 $$unique 700 701GTAGS: 702 here=`$(am__cd) $(top_builddir) && pwd` \ 703 && $(am__cd) $(top_srcdir) \ 704 && gtags -i $(GTAGS_ARGS) "$$here" 705cscopelist: cscopelist-am 706 707cscopelist-am: $(am__tagged_files) 708 list='$(am__tagged_files)'; \ 709 case "$(srcdir)" in \ 710 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 711 *) sdir=$(subdir)/$(srcdir) ;; \ 712 esac; \ 713 for i in $$list; do \ 714 if test -f "$$i"; then \ 715 echo "$(subdir)/$$i"; \ 716 else \ 717 echo "$$sdir/$$i"; \ 718 fi; \ 719 done >> $(top_builddir)/cscope.files 720 721distclean-tags: 722 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 723 724distdir: $(DISTFILES) 725 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 726 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 727 list='$(DISTFILES)'; \ 728 dist_files=`for file in $$list; do echo $$file; done | \ 729 sed -e "s|^$$srcdirstrip/||;t" \ 730 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 731 case $$dist_files in \ 732 */*) $(MKDIR_P) `echo "$$dist_files" | \ 733 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 734 sort -u` ;; \ 735 esac; \ 736 for file in $$dist_files; do \ 737 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 738 if test -d $$d/$$file; then \ 739 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 740 if test -d "$(distdir)/$$file"; then \ 741 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 742 fi; \ 743 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 744 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 745 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 746 fi; \ 747 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 748 else \ 749 test -f "$(distdir)/$$file" \ 750 || cp -p $$d/$$file "$(distdir)/$$file" \ 751 || exit 1; \ 752 fi; \ 753 done 754check-am: all-am 755check: check-am 756all-am: Makefile $(LTLIBRARIES) 757installdirs: 758 for dir in "$(DESTDIR)$(geode_drv_ladir)" "$(DESTDIR)$(ztv_drv_ladir)"; do \ 759 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 760 done 761install: install-am 762install-exec: install-exec-am 763install-data: install-data-am 764uninstall: uninstall-am 765 766install-am: all-am 767 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 768 769installcheck: installcheck-am 770install-strip: 771 if test -z '$(STRIP)'; then \ 772 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 774 install; \ 775 else \ 776 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 777 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 778 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 779 fi 780mostlyclean-generic: 781 782clean-generic: 783 784distclean-generic: 785 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 786 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 787 788maintainer-clean-generic: 789 @echo "This command is intended for maintainers to use" 790 @echo "it deletes files that may require special tools to rebuild." 791clean: clean-am 792 793clean-am: clean-generic clean-geode_drv_laLTLIBRARIES clean-libtool \ 794 clean-ztv_drv_laLTLIBRARIES mostlyclean-am 795 796distclean: distclean-am 797 -rm -rf ./$(DEPDIR) 798 -rm -f Makefile 799distclean-am: clean-am distclean-compile distclean-generic \ 800 distclean-tags 801 802dvi: dvi-am 803 804dvi-am: 805 806html: html-am 807 808html-am: 809 810info: info-am 811 812info-am: 813 814install-data-am: install-geode_drv_laLTLIBRARIES \ 815 install-ztv_drv_laLTLIBRARIES 816 817install-dvi: install-dvi-am 818 819install-dvi-am: 820 821install-exec-am: 822 823install-html: install-html-am 824 825install-html-am: 826 827install-info: install-info-am 828 829install-info-am: 830 831install-man: 832 833install-pdf: install-pdf-am 834 835install-pdf-am: 836 837install-ps: install-ps-am 838 839install-ps-am: 840 841installcheck-am: 842 843maintainer-clean: maintainer-clean-am 844 -rm -rf ./$(DEPDIR) 845 -rm -f Makefile 846maintainer-clean-am: distclean-am maintainer-clean-generic 847 848mostlyclean: mostlyclean-am 849 850mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 851 mostlyclean-libtool 852 853pdf: pdf-am 854 855pdf-am: 856 857ps: ps-am 858 859ps-am: 860 861uninstall-am: uninstall-geode_drv_laLTLIBRARIES \ 862 uninstall-ztv_drv_laLTLIBRARIES 863 864.MAKE: install-am install-strip 865 866.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 867 clean-geode_drv_laLTLIBRARIES clean-libtool \ 868 clean-ztv_drv_laLTLIBRARIES cscopelist-am ctags ctags-am \ 869 distclean distclean-compile distclean-generic \ 870 distclean-libtool distclean-tags distdir dvi dvi-am html \ 871 html-am info info-am install install-am install-data \ 872 install-data-am install-dvi install-dvi-am install-exec \ 873 install-exec-am install-geode_drv_laLTLIBRARIES install-html \ 874 install-html-am install-info install-info-am install-man \ 875 install-pdf install-pdf-am install-ps install-ps-am \ 876 install-strip install-ztv_drv_laLTLIBRARIES installcheck \ 877 installcheck-am installdirs maintainer-clean \ 878 maintainer-clean-generic mostlyclean mostlyclean-compile \ 879 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 880 tags tags-am uninstall uninstall-am \ 881 uninstall-geode_drv_laLTLIBRARIES \ 882 uninstall-ztv_drv_laLTLIBRARIES 883 884 885# Tell versions [3.59,3.63) of GNU make to not export all variables. 886# Otherwise a system limit (for SysV at least) may be exceeded. 887.NOEXPORT: 888