Makefile.in revision 7f419768
11.60Sdyoung# Makefile.in generated by automake 1.14.1 from Makefile.am. 21.1Sglass# @configure_input@ 31.1Sglass 41.45Sis# Copyright (C) 1994-2013 Free Software Foundation, Inc. 51.1Sglass 61.1Sglass# This Makefile.in is free software; the Free Software Foundation 71.1Sglass# gives unlimited permission to copy and/or distribute it, 81.1Sglass# with or without modifications, as long as this notice is preserved. 91.1Sglass 101.1Sglass# This program is distributed in the hope that it will be useful, 111.1Sglass# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 121.1Sglass# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 131.1Sglass# PARTICULAR PURPOSE. 141.1Sglass 151.1Sglass@SET_MAKE@ 161.43Sagc 171.43Sagc# Copyright 2005 Adam Jackson. 181.43Sagc# 191.43Sagc# Permission is hereby granted, free of charge, to any person obtaining a 201.43Sagc# copy of this software and associated documentation files (the "Software"), 211.43Sagc# to deal in the Software without restriction, including without limitation 221.43Sagc# on the rights to use, copy, modify, merge, publish, distribute, sub 231.43Sagc# license, and/or sell copies of the Software, and to permit persons to whom 241.43Sagc# the Software is furnished to do so, subject to the following conditions: 251.43Sagc# 261.43Sagc# The above copyright notice and this permission notice (including the next 271.43Sagc# paragraph) shall be included in all copies or substantial portions of the 281.43Sagc# Software. 291.43Sagc# 301.43Sagc# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 311.43Sagc# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 321.43Sagc# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 331.43Sagc# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 341.43Sagc# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 351.43Sagc# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 361.43Sagc 371.38Slukem# this is obnoxious: 381.60Sdyoung# -module lets us name the module exactly how we want 391.38Slukem# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 401.17Sjonathan# _ladir passes a dummy rpath to libtool so the thing will actually link 411.1Sglass# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 421.32Sthorpej 431.32SthorpejVPATH = @srcdir@ 441.1Sglassam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 451.1Sglassam__make_running_with_option = \ 461.1Sglass case $${target_option-} in \ 471.1Sglass ?) ;; \ 481.1Sglass *) echo "am__make_running_with_option: internal error: invalid" \ 491.6Smycroft "target option '$${target_option-}' specified" >&2; \ 501.1Sglass exit 1;; \ 511.6Smycroft esac; \ 521.6Smycroft has_opt=no; \ 531.3Schopps sane_makeflags=$$MAKEFLAGS; \ 541.1Sglass if $(am__is_gnu_make); then \ 551.57Sad sane_makeflags=$$MFLAGS; \ 561.1Sglass else \ 571.1Sglass case $$MAKEFLAGS in \ 581.1Sglass *\\[\ \ ]*) \ 591.1Sglass bs=\\; \ 601.1Sglass sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 611.1Sglass | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 621.13Sis esac; \ 631.12Sis fi; \ 641.12Sis skip_next=no; \ 651.1Sglass strip_trailopt () \ 661.32Sthorpej { \ 671.32Sthorpej flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 681.32Sthorpej }; \ 691.32Sthorpej for flg in $$sane_makeflags; do \ 701.1Sglass test $$skip_next = yes && { skip_next=no; continue; }; \ 711.1Sglass case $$flg in \ 721.1Sglass *=*|--*) continue;; \ 731.14Sis -*I) strip_trailopt 'I'; skip_next=yes;; \ 741.1Sglass -*I?*) strip_trailopt 'I';; \ 751.1Sglass -*O) strip_trailopt 'O'; skip_next=yes;; \ 761.27Sis -*O?*) strip_trailopt 'O';; \ 771.27Sis -*l) strip_trailopt 'l'; skip_next=yes;; \ 781.27Sis -*l?*) strip_trailopt 'l';; \ 791.27Sis -[dEDm]) skip_next=yes;; \ 801.27Sis -[JT]) skip_next=yes;; \ 811.27Sis esac; \ 821.27Sis case $$flg in \ 831.27Sis *$$target_option*) has_opt=yes; break;; \ 841.12Sis esac; \ 851.12Sis done; \ 861.28Sis test $$has_opt = yes 871.28Sisam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 881.4Scgdam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 891.4Scgdpkgdatadir = $(datadir)/@PACKAGE@ 901.51Sthorpejpkgincludedir = $(includedir)/@PACKAGE@ 911.4Scgdpkglibdir = $(libdir)/@PACKAGE@ 921.4Scgdpkglibexecdir = $(libexecdir)/@PACKAGE@ 931.46Sperryam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 941.4Scgdinstall_sh_DATA = $(install_sh) -c -m 644 951.4Scgdinstall_sh_PROGRAM = $(install_sh) -c 961.4Scgdinstall_sh_SCRIPT = $(install_sh) -c 971.4ScgdINSTALL_HEADER = $(INSTALL_DATA) 981.28Sistransform = $(program_transform_name) 991.28SisNORMAL_INSTALL = : 1001.4ScgdPRE_INSTALL = : 1011.28SisPOST_INSTALL = : 1021.59SmattNORMAL_UNINSTALL = : 1031.1SglassPRE_UNINSTALL = : 1041.1SglassPOST_UNINSTALL = : 1051.1Sglassbuild_triplet = @build@ 1061.51Sthorpejhost_triplet = @host@ 1071.54Sdyoungsubdir = src 1081.51SthorpejDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 1091.21Sthorpej $(top_srcdir)/build-aux/depcomp 1101.1SglassACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1111.1Sglassam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 1121.1Sglass $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 1131.1Sglass $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 1141.1Sglass $(top_srcdir)/configure.ac 1151.21Sthorpejam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1161.54Sdyoung $(ACLOCAL_M4) 1171.51Sthorpejmkinstalldirs = $(install_sh) -d 1181.1SglassCONFIG_HEADER = $(top_builddir)/config.h 1191.4ScgdCONFIG_CLEAN_FILES = 1201.4ScgdCONFIG_CLEAN_VPATH_FILES = 1211.4Scgdam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 1221.54Sdyoungam__vpath_adj = case $$p in \ 1231.14Sis $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 1241.14Sis *) f=$$p;; \ 1251.47Schristos esac; 1261.59Smattam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 1271.4Scgdam__install_max = 40 1281.39Sitojunam__nobase_strip_setup = \ 1291.1Sglass srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 1301.46Sperryam__nobase_strip = \ 1311.40Sitojun for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 1321.4Scgdam__nobase_list = $(am__nobase_strip_setup); \ 1331.4Scgd for p in $$list; do echo "$$p $$p"; done | \ 1341.4Scgd sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 1351.4Scgd $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 1361.4Scgd if (++n[$$2] == $(am__install_max)) \ 1371.4Scgd { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 1381.56Sdyoung END { for (dir in files) print dir, files[dir] }' 1391.12Sisam__base_list = \ 1401.6Smycroft sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 1411.1Sglass sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 1421.6Smycroftam__uninstall_files_from_dir = { \ 1431.1Sglass test -z "$$files" \ 1441.46Sperry || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 1451.1Sglass || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 1461.1Sglass $(am__cd) "$$dir" && rm -f $$files; }; \ 1471.1Sglass } 1481.1Sglassam__installdirs = "$(DESTDIR)$(geode_drv_ladir)" \ 1491.1Sglass "$(DESTDIR)$(ztv_drv_ladir)" 1501.1SglassLTLIBRARIES = $(geode_drv_la_LTLIBRARIES) $(ztv_drv_la_LTLIBRARIES) 1511.1Sglassgeode_drv_la_LIBADD = 1521.1Sglassam_geode_drv_la_OBJECTS = cimarron.lo durango.lo geode_common.lo \ 1531.1Sglass geode_dcon.lo geode_ddc.lo geode_driver.lo geode_msr.lo \ 1541.1Sglass gx_accel.lo gx_cursor.lo gx_driver.lo gx_randr.lo gx_regacc.lo \ 1551.1Sglass gx_rotate.lo gx_video.lo lx_cursor.lo lx_display.lo \ 1561.1Sglass lx_driver.lo lx_exa.lo lx_memory.lo lx_output.lo lx_panel.lo \ 1571.1Sglass lx_video.lo panel.lo 1581.1Sglassgeode_drv_la_OBJECTS = $(am_geode_drv_la_OBJECTS) 1591.52SkardelAM_V_lt = $(am__v_lt_@AM_V@) 1601.1Sglassam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 1611.1Sglassam__v_lt_0 = --silent 1621.4Scgdam__v_lt_1 = 1631.39Sitojungeode_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1641.39Sitojun $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1651.39Sitojun $(geode_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 1661.39Sitojunztv_drv_la_LIBADD = 1671.39Sitojunam__ztv_drv_la_SOURCES_DIST = z4l.c 1681.39Sitojun@BUILD_ZTV_TRUE@am_ztv_drv_la_OBJECTS = z4l.lo 1691.1Sglassztv_drv_la_OBJECTS = $(am_ztv_drv_la_OBJECTS) 1701.1Sglassztv_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1711.1Sglass $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1721.1Sglass $(ztv_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 1731.1Sglass@BUILD_ZTV_TRUE@am_ztv_drv_la_rpath = -rpath $(ztv_drv_ladir) 1741.1SglassAM_V_P = $(am__v_P_@AM_V@) 1751.1Sglassam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1761.46Sperryam__v_P_0 = false 1771.1Sglassam__v_P_1 = : 1781.12SisAM_V_GEN = $(am__v_GEN_@AM_V@) 1791.54Sdyoungam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1801.12Sisam__v_GEN_0 = @echo " GEN " $@; 1811.12Sisam__v_GEN_1 = 1821.1SglassAM_V_at = $(am__v_at_@AM_V@) 1831.1Sglassam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 1841.46Sperryam__v_at_0 = @ 1851.9Sisam__v_at_1 = 1861.1SglassDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 1871.4Scgddepcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 1881.4Scgdam__depfiles_maybe = depfiles 1891.4Scgdam__mv = mv -f 1901.4ScgdCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1911.4Scgd $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1921.4ScgdLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 1931.4Scgd $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 1941.1Sglass $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 1951.12Sis $(AM_CFLAGS) $(CFLAGS) 1961.12SisAM_V_CC = $(am__v_CC_@AM_V@) 1971.14Sisam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 1981.12Sisam__v_CC_0 = @echo " CC " $@; 1991.12Sisam__v_CC_1 = 2001.12SisCCLD = $(CC) 2011.14SisLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 2021.12Sis $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 2031.15Sis $(AM_LDFLAGS) $(LDFLAGS) -o $@ 2041.15SisAM_V_CCLD = $(am__v_CCLD_@AM_V@) 2051.42Sitojunam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 2061.12Sisam__v_CCLD_0 = @echo " CCLD " $@; 2071.12Sisam__v_CCLD_1 = 2081.12SisSOURCES = $(geode_drv_la_SOURCES) $(ztv_drv_la_SOURCES) 2091.12SisDIST_SOURCES = $(geode_drv_la_SOURCES) $(am__ztv_drv_la_SOURCES_DIST) 2101.12Sisam__can_run_installinfo = \ 2111.12Sis case $$AM_UPDATE_INFO_DIR in \ 2121.12Sis n|no|NO) false;; \ 2131.12Sis *) (install-info --version) >/dev/null 2>&1;; \ 2141.12Sis esac 2151.12Sisam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 2161.12Sis# Read a list of newline-separated strings from the standard input, 2171.12Sis# and print each of them once, without duplicates. Input order is 2181.12Sis# *not* preserved. 2191.12Sisam__uniquify_input = $(AWK) '\ 2201.12Sis BEGIN { nonempty = 0; } \ 2211.12Sis { items[$$0] = 1; nonempty = 1; } \ 2221.12Sis END { if (nonempty) { for (i in items) print i; }; } \ 2231.12Sis' 2241.12Sis# Make sure the list of sources is unique. This is necessary because, 2251.12Sis# e.g., the same source file might be shared among _SOURCES variables 2261.12Sis# for different programs/libraries. 2271.12Sisam__define_uniq_tagged_files = \ 2281.12Sis list='$(am__tagged_files)'; \ 2291.12Sis unique=`for i in $$list; do \ 2301.12Sis if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 2311.12Sis done | $(am__uniquify_input)` 2321.12SisETAGS = etags 2331.12SisCTAGS = ctags 2341.12SisDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 2351.12SisACLOCAL = @ACLOCAL@ 2361.15SisADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 2371.15SisADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 2381.12SisAMTAR = @AMTAR@ 2391.12SisAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 2401.1SglassAPP_MAN_DIR = @APP_MAN_DIR@ 2411.27SisAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 2421.27SisAR = @AR@ 2431.53SdyoungAUTOCONF = @AUTOCONF@ 2441.40SitojunAUTOHEADER = @AUTOHEADER@ 2451.27SisAUTOMAKE = @AUTOMAKE@ 2461.27SisAWK = @AWK@ 2471.27SisBASE_CFLAGS = @BASE_CFLAGS@ 2481.27SisCC = @CC@ 2491.4ScgdCCDEPMODE = @CCDEPMODE@ 2501.1SglassCFLAGS = @CFLAGS@ 2511.54SdyoungCHANGELOG_CMD = @CHANGELOG_CMD@ 2521.54SdyoungCPP = @CPP@ 2531.54SdyoungCPPFLAGS = @CPPFLAGS@ 2541.1SglassCWARNFLAGS = @CWARNFLAGS@ 2551.1SglassCYGPATH_W = @CYGPATH_W@ 2561.1SglassDEFS = @DEFS@ 2571.11SchristosDEPDIR = @DEPDIR@ 2581.10SchristosDLLTOOL = @DLLTOOL@ 2591.1SglassDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 2601.1SglassDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 2611.1SglassDSYMUTIL = @DSYMUTIL@ 2621.1SglassDUMPBIN = @DUMPBIN@ 2631.1SglassECHO_C = @ECHO_C@ 2641.4ScgdECHO_N = @ECHO_N@ 2651.1SglassECHO_T = @ECHO_T@ 2661.1SglassEGREP = @EGREP@ 2671.1SglassEXEEXT = @EXEEXT@ 2681.46SperryFGREP = @FGREP@ 2691.1SglassFILE_MAN_DIR = @FILE_MAN_DIR@ 2701.1SglassFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 2711.1SglassGREP = @GREP@ 2721.1SglassINSTALL = @INSTALL@ 2731.1SglassINSTALL_CMD = @INSTALL_CMD@ 2741.4ScgdINSTALL_DATA = @INSTALL_DATA@ 2751.4ScgdINSTALL_PROGRAM = @INSTALL_PROGRAM@ 2761.4ScgdINSTALL_SCRIPT = @INSTALL_SCRIPT@ 2771.6SmycroftINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 2781.6SmycroftLD = @LD@ 2791.4ScgdLDFLAGS = @LDFLAGS@ 2801.4ScgdLIBOBJS = @LIBOBJS@ 2811.4ScgdLIBS = @LIBS@ 2821.4ScgdLIBTOOL = @LIBTOOL@ 2831.4ScgdLIB_MAN_DIR = @LIB_MAN_DIR@ 2841.4ScgdLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 2851.4ScgdLIPO = @LIPO@ 2861.4ScgdLN_S = @LN_S@ 2871.4ScgdLTLIBOBJS = @LTLIBOBJS@ 2881.4ScgdM32_CFLAGS = @M32_CFLAGS@ 2891.4ScgdMAINT = @MAINT@ 2901.4ScgdMAKEINFO = @MAKEINFO@ 2911.4ScgdMANIFEST_TOOL = @MANIFEST_TOOL@ 2921.4ScgdMAN_SUBSTS = @MAN_SUBSTS@ 2931.4ScgdMISC_MAN_DIR = @MISC_MAN_DIR@ 2941.12SisMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 2951.4ScgdMKDIR_P = @MKDIR_P@ 2961.4ScgdNM = @NM@ 2971.4ScgdNMEDIT = @NMEDIT@ 2981.47SchristosOBJDUMP = @OBJDUMP@ 2991.47SchristosOBJEXT = @OBJEXT@ 3001.39SitojunOTOOL = @OTOOL@ 3011.46SperryOTOOL64 = @OTOOL64@ 3021.4ScgdPACKAGE = @PACKAGE@ 3031.4ScgdPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 3041.4ScgdPACKAGE_NAME = @PACKAGE_NAME@ 3051.4ScgdPACKAGE_STRING = @PACKAGE_STRING@ 3061.4ScgdPACKAGE_TARNAME = @PACKAGE_TARNAME@ 3071.4ScgdPACKAGE_URL = @PACKAGE_URL@ 3081.4ScgdPACKAGE_VERSION = @PACKAGE_VERSION@ 3091.4ScgdPANEL_CPPFLAGS = @PANEL_CPPFLAGS@ 3101.4ScgdPATH_SEPARATOR = @PATH_SEPARATOR@ 3111.18SisPCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 3121.18SisPCIACCESS_LIBS = @PCIACCESS_LIBS@ 3131.18SisPKG_CONFIG = @PKG_CONFIG@ 3141.18SisPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 3151.18SisPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 3161.20SisRANLIB = @RANLIB@ 3171.4ScgdSED = @SED@ 3181.4ScgdSET_MAKE = @SET_MAKE@ 3191.18SisSHELL = @SHELL@ 3201.18SisSTRICT_CFLAGS = @STRICT_CFLAGS@ 3211.18SisSTRIP = @STRIP@ 3221.18SisVERSION = @VERSION@ 3231.18SisXEXT_CFLAGS = @XEXT_CFLAGS@ 3241.18SisXEXT_LIBS = @XEXT_LIBS@ 3251.18SisXORG_CFLAGS = @XORG_CFLAGS@ 3261.18SisXORG_LIBS = @XORG_LIBS@ 3271.4ScgdXORG_MAN_PAGE = @XORG_MAN_PAGE@ 3281.4Scgdabs_builddir = @abs_builddir@ 3291.4Scgdabs_srcdir = @abs_srcdir@ 3301.18Sisabs_top_builddir = @abs_top_builddir@ 3311.18Sisabs_top_srcdir = @abs_top_srcdir@ 3321.4Scgdac_ct_AR = @ac_ct_AR@ 3331.4Scgdac_ct_CC = @ac_ct_CC@ 3341.6Smycroftac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 3351.12Sisam__include = @am__include@ 3361.18Sisam__leading_dot = @am__leading_dot@ 3371.4Scgdam__quote = @am__quote@ 3381.4Scgdam__tar = @am__tar@ 3391.4Scgdam__untar = @am__untar@ 3401.4Scgdbindir = @bindir@ 3411.4Scgdbuild = @build@ 3421.4Scgdbuild_alias = @build_alias@ 3431.6Smycroftbuild_cpu = @build_cpu@ 3441.12Sisbuild_os = @build_os@ 3451.6Smycroftbuild_vendor = @build_vendor@ 3461.39Sitojunbuilddir = @builddir@ 3471.47Schristosdatadir = @datadir@ 3481.1Sglassdatarootdir = @datarootdir@ 3491.1Sglassdocdir = @docdir@ 3501.4Scgddvidir = @dvidir@ 3511.4Scgdexec_prefix = @exec_prefix@ 3521.1Sglasshost = @host@ 3531.1Sglasshost_alias = @host_alias@ 3541.1Sglasshost_cpu = @host_cpu@ 3551.1Sglasshost_os = @host_os@ 3561.1Sglasshost_vendor = @host_vendor@ 3571.1Sglasshtmldir = @htmldir@ 3581.46Sperryincludedir = @includedir@ 3591.4Scgdinfodir = @infodir@ 3601.4Scgdinstall_sh = @install_sh@ 3611.4Scgdlibdir = @libdir@ 3621.51Sthorpejlibexecdir = @libexecdir@ 3631.51Sthorpejlocaledir = @localedir@ 3641.4Scgdlocalstatedir = @localstatedir@ 3651.4Scgdmandir = @mandir@ 3661.4Scgdmkdir_p = @mkdir_p@ 3671.4Scgdmoduledir = @moduledir@ 3681.4Scgdoldincludedir = @oldincludedir@ 3691.49Shepdfdir = @pdfdir@ 3701.4Scgdprefix = @prefix@ 3711.44Sitojunprogram_transform_name = @program_transform_name@ 3721.46Sperrypsdir = @psdir@ 3731.4Scgdsbindir = @sbindir@ 3741.4Scgdsharedstatedir = @sharedstatedir@ 3751.27Sissrcdir = @srcdir@ 3761.27Sissysconfdir = @sysconfdir@ 3771.27Sistarget_alias = @target_alias@ 3781.27Sistop_build_prefix = @top_build_prefix@ 3791.27Sistop_builddir = @top_builddir@ 3801.27Sistop_srcdir = @top_srcdir@ 3811.4ScgdAM_CPPFLAGS = \ 3821.4Scgd -I$(top_srcdir)/src/cim \ 3831.4Scgd -I$(top_srcdir)/src/gfx \ 3841.4Scgd -I$(top_srcdir)/src/panel \ 3851.4Scgd $(PANEL_CPPFLAGS) \ 3861.4Scgd -DHAVE_GX \ 3871.4Scgd -DHAVE_LX \ 3881.4Scgd -DOPT_ACCEL 3891.4Scgd 3901.4ScgdAM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) $(M32_CFLAGS) 3911.4Scgdgeode_drv_la_LTLIBRARIES = geode_drv.la 3921.4Scgdgeode_drv_la_LDFLAGS = -module -avoid-version 3931.4Scgdgeode_drv_ladir = $(moduledir)/drivers 3941.4Scgdgeode_drv_la_SOURCES = \ 3951.27Sis cimarron.c \ 3961.27Sis cim_dev.h \ 3971.27Sis compat-api.h \ 3981.27Sis durango.c \ 3991.27Sis geode_blend.h \ 4001.27Sis geode_common.c \ 4011.4Scgd geode_dcon.c \ 4021.4Scgd geode_ddc.c \ 4031.4Scgd geode_driver.c \ 4041.4Scgd geode_fourcc.h \ 4051.4Scgd geode.h \ 4061.4Scgd geode_msr.c \ 4071.4Scgd geode_pcirename.h \ 4081.4Scgd gx_accel.c \ 4091.4Scgd gx_cursor.c \ 4101.4Scgd gx_driver.c \ 4111.46Sperry gx_randr.c \ 4121.4Scgd gx_regacc.c \ 4131.4Scgd gx_rotate.c \ 4141.4Scgd gx_video.c \ 4151.4Scgd lx_cursor.c \ 4161.4Scgd lx_display.c \ 4171.4Scgd lx_driver.c \ 4181.4Scgd lx_exa.c \ 4191.4Scgd lx_memory.c \ 4201.4Scgd lx_output.c \ 4211.4Scgd lx_panel.c \ 4221.4Scgd lx_video.c \ 4231.4Scgd panel.c 4241.4Scgd 4251.4ScgdEXTRA_DIST = \ 4261.4Scgd cim/cim_defs.h \ 4271.4Scgd cim/cim_df.c \ 4281.4Scgd cim/cim_filter.c \ 4291.4Scgd cim/cim_gp.c \ 4301.4Scgd cim/cim_init.c \ 4311.4Scgd cim/cim_modes.c \ 4321.4Scgd cim/cim_msr.c \ 4331.4Scgd cim/cim_parm.h \ 4341.4Scgd cim/cim_regs.h \ 4351.4Scgd cim/cim_rtns.h \ 4361.4Scgd cim/cim_version.h \ 4371.4Scgd cim/cim_vg.c \ 4381.4Scgd cim/cim_vip.c \ 4391.4Scgd cim/cim_vop.c \ 4401.4Scgd cim/doc/release.txt \ 4411.4Scgd \ 4421.4Scgd gfx/disp_gu1.c \ 4431.4Scgd gfx/disp_gu2.c \ 4441.4Scgd gfx/gfx_dcdr.c \ 4451.19Sis gfx/gfx_defs.h \ 4461.4Scgd gfx/gfx_disp.c \ 4471.4Scgd gfx/gfx_i2c.c \ 4481.4Scgd gfx/gfx_init.c \ 4491.4Scgd gfx/gfx_mode.h \ 4501.19Sis gfx/gfx_msr.c \ 4511.4Scgd gfx/gfx_priv.h \ 4521.4Scgd gfx/gfx_regs.h \ 4531.4Scgd gfx/gfx_rndr.c \ 4541.4Scgd gfx/gfx_rtns.h \ 4551.4Scgd gfx/gfx_tv.c \ 4561.4Scgd gfx/gfx_type.h \ 4571.4Scgd gfx/gfx_vga.c \ 4581.4Scgd gfx/gfx_vid.c \ 4591.4Scgd gfx/gfx_vip.c \ 4601.4Scgd gfx/history.h \ 4611.4Scgd gfx/i2c_acc.c \ 4621.4Scgd gfx/i2c_gpio.c \ 4631.4Scgd gfx/init_gu1.c \ 4641.4Scgd gfx/init_gu2.c \ 4651.44Sitojun gfx/msr_rdcl.c \ 4661.4Scgd gfx/release.txt \ 4671.46Sperry gfx/rndr_gu1.c \ 4681.4Scgd gfx/rndr_gu2.c \ 4691.4Scgd gfx/saa7114.c \ 4701.4Scgd gfx/tv_1200.c \ 4711.4Scgd gfx/tv_fs450.c \ 4721.46Sperry gfx/tv_fs450.h \ 4731.4Scgd gfx/vga_gu1.c \ 4741.44Sitojun gfx/vid_1200.c \ 4751.4Scgd gfx/vid_5530.c \ 4761.4Scgd gfx/vid_rdcl.c \ 4771.4Scgd gfx/vip_1200.c \ 4781.4Scgd \ 4791.4Scgd panel/92xx.h \ 4801.4Scgd panel/cen9211.c \ 4811.40Sitojun panel/cen9211.h \ 4821.4Scgd panel/dora9211.c \ 4831.4Scgd panel/dora9211.h \ 4841.4Scgd panel/drac9210.c \ 4851.4Scgd panel/drac9210.h \ 4861.4Scgd panel/gx2_9211.c \ 4871.4Scgd panel/gx2_9211.h \ 4881.4Scgd panel/panel.c \ 4891.4Scgd panel/panel.h \ 4901.4Scgd panel/platform.c \ 4911.4Scgd panel/pnl_bios.c \ 4921.4Scgd panel/pnl_defs.h \ 4931.4Scgd panel/pnl_init.c \ 4941.46Sperry panel/readme.txt \ 4951.4Scgd \ 4961.4Scgd gx_vga.c \ 4971.8Sthorpej lx_vga.c 4981.8Sthorpej 4991.4Scgd@BUILD_ZTV_TRUE@ztv_drv_la_LTLIBRARIES = ztv_drv.la 5001.4Scgd@BUILD_ZTV_TRUE@ztv_drv_la_LDFLAGS = -module -avoid-version 5011.4Scgd@BUILD_ZTV_TRUE@ztv_drv_ladir = $(moduledir)/drivers 5021.4Scgd@BUILD_ZTV_TRUE@ztv_drv_la_SOURCES = z4l.c 5031.4Scgdall: all-am 5041.4Scgd 5051.4Scgd.SUFFIXES: 5061.4Scgd.SUFFIXES: .c .lo .o .obj 5071.4Scgd$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 5081.4Scgd @for dep in $?; do \ 5091.4Scgd case '$(am__configure_deps)' in \ 5101.4Scgd *$$dep*) \ 5111.51Sthorpej ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 5121.4Scgd && { if test -f $@; then exit 0; else break; fi; }; \ 5131.46Sperry exit 1;; \ 5141.27Sis esac; \ 5151.27Sis done; \ 5161.4Scgd echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 5171.4Scgd $(am__cd) $(top_srcdir) && \ 5181.4Scgd $(AUTOMAKE) --foreign src/Makefile 5191.1Sglass.PRECIOUS: Makefile 5201.3SchoppsMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 5211.3Schopps @case '$?' in \ 5221.1Sglass *config.status*) \ 5231.21Sthorpej cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 5241.51Sthorpej *) \ 5251.1Sglass echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 5261.30Saugustss cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 5271.30Saugustss esac; 5281.59Smatt 5291.1Sglass$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 5301.1Sglass cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5311.1Sglass 5321.1Sglass$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 5331.1Sglass cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5341.1Sglass$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 5351.4Scgd cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 5361.4Scgd$(am__aclocal_m4_deps): 5371.4Scgd 5381.46Sperryinstall-geode_drv_laLTLIBRARIES: $(geode_drv_la_LTLIBRARIES) 5391.4Scgd @$(NORMAL_INSTALL) 5401.4Scgd @list='$(geode_drv_la_LTLIBRARIES)'; test -n "$(geode_drv_ladir)" || list=; \ 5411.4Scgd list2=; for p in $$list; do \ 5421.3Schopps if test -f $$p; then \ 5431.3Schopps list2="$$list2 $$p"; \ 5441.1Sglass else :; fi; \ 5451.1Sglass done; \ 5461.9Sis test -z "$$list2" || { \ 5471.1Sglass echo " $(MKDIR_P) '$(DESTDIR)$(geode_drv_ladir)'"; \ 5481.1Sglass $(MKDIR_P) "$(DESTDIR)$(geode_drv_ladir)" || exit 1; \ 5491.1Sglass echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(geode_drv_ladir)'"; \ 5501.1Sglass $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(geode_drv_ladir)"; \ 5511.1Sglass } 5521.1Sglass 5531.4Scgduninstall-geode_drv_laLTLIBRARIES: 5541.6Smycroft @$(NORMAL_UNINSTALL) 5551.4Scgd @list='$(geode_drv_la_LTLIBRARIES)'; test -n "$(geode_drv_ladir)" || list=; \ 5561.4Scgd for p in $$list; do \ 5571.4Scgd $(am__strip_dir) \ 5581.4Scgd echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(geode_drv_ladir)/$$f'"; \ 5591.1Sglass $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(geode_drv_ladir)/$$f"; \ 5601.6Smycroft done 5611.1Sglass 5621.1Sglassclean-geode_drv_laLTLIBRARIES: 5631.1Sglass -test -z "$(geode_drv_la_LTLIBRARIES)" || rm -f $(geode_drv_la_LTLIBRARIES) 5641.12Sis @list='$(geode_drv_la_LTLIBRARIES)'; \ 5651.12Sis locs=`for p in $$list; do echo $$p; done | \ 5661.12Sis sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 5671.12Sis sort -u`; \ 5681.12Sis test -z "$$locs" || { \ 5691.12Sis echo rm -f $${locs}; \ 5701.15Sis rm -f $${locs}; \ 5711.12Sis } 5721.12Sis 5731.12Sisinstall-ztv_drv_laLTLIBRARIES: $(ztv_drv_la_LTLIBRARIES) 5741.12Sis @$(NORMAL_INSTALL) 5751.12Sis @list='$(ztv_drv_la_LTLIBRARIES)'; test -n "$(ztv_drv_ladir)" || list=; \ 5761.12Sis list2=; for p in $$list; do \ 5771.12Sis if test -f $$p; then \ 5781.12Sis list2="$$list2 $$p"; \ 5791.15Sis else :; fi; \ 5801.12Sis done; \ 5811.12Sis test -z "$$list2" || { \ 5821.1Sglass echo " $(MKDIR_P) '$(DESTDIR)$(ztv_drv_ladir)'"; \ 5831.27Sis $(MKDIR_P) "$(DESTDIR)$(ztv_drv_ladir)" || exit 1; \ 5841.27Sis echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ztv_drv_ladir)'"; \ 5851.27Sis $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ztv_drv_ladir)"; \ 5861.27Sis } 5871.27Sis 5881.27Sisuninstall-ztv_drv_laLTLIBRARIES: 5891.27Sis @$(NORMAL_UNINSTALL) 5901.1Sglass @list='$(ztv_drv_la_LTLIBRARIES)'; test -n "$(ztv_drv_ladir)" || list=; \ 5911.1Sglass for p in $$list; do \ 5921.1Sglass $(am__strip_dir) \ 5931.1Sglass echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ztv_drv_ladir)/$$f'"; \ 5941.1Sglass $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ztv_drv_ladir)/$$f"; \ 5951.35Sthorpej done 5961.1Sglass 5971.1Sglassclean-ztv_drv_laLTLIBRARIES: 5981.1Sglass -test -z "$(ztv_drv_la_LTLIBRARIES)" || rm -f $(ztv_drv_la_LTLIBRARIES) 5991.1Sglass @list='$(ztv_drv_la_LTLIBRARIES)'; \ 6001.1Sglass locs=`for p in $$list; do echo $$p; done | \ 6011.1Sglass sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 6021.1Sglass sort -u`; \ 6031.1Sglass test -z "$$locs" || { \ 6041.1Sglass echo rm -f $${locs}; \ 6051.1Sglass rm -f $${locs}; \ 6061.1Sglass } 6071.1Sglass 6081.51Sthorpejgeode_drv.la: $(geode_drv_la_OBJECTS) $(geode_drv_la_DEPENDENCIES) $(EXTRA_geode_drv_la_DEPENDENCIES) 6091.1Sglass $(AM_V_CCLD)$(geode_drv_la_LINK) -rpath $(geode_drv_ladir) $(geode_drv_la_OBJECTS) $(geode_drv_la_LIBADD) $(LIBS) 6101.1Sglass 6111.30Saugustssztv_drv.la: $(ztv_drv_la_OBJECTS) $(ztv_drv_la_DEPENDENCIES) $(EXTRA_ztv_drv_la_DEPENDENCIES) 6121.1Sglass $(AM_V_CCLD)$(ztv_drv_la_LINK) $(am_ztv_drv_la_rpath) $(ztv_drv_la_OBJECTS) $(ztv_drv_la_LIBADD) $(LIBS) 6131.48Schristos 6141.48Schristosmostlyclean-compile: 6151.1Sglass -rm -f *.$(OBJEXT) 6161.1Sglass 6171.1Sglassdistclean-compile: 6181.1Sglass -rm -f *.tab.c 6191.1Sglass 6201.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cimarron.Plo@am__quote@ 6211.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/durango.Plo@am__quote@ 6221.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_common.Plo@am__quote@ 6231.51Sthorpej@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_dcon.Plo@am__quote@ 6241.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_ddc.Plo@am__quote@ 6251.30Saugustss@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_driver.Plo@am__quote@ 6261.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geode_msr.Plo@am__quote@ 6271.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_accel.Plo@am__quote@ 6281.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_cursor.Plo@am__quote@ 6291.1Sglass@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_driver.Plo@am__quote@ 6301.33Sthorpej@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_randr.Plo@am__quote@ 6311.9Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_regacc.Plo@am__quote@ 6321.9Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_rotate.Plo@am__quote@ 6331.28Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gx_video.Plo@am__quote@ 6341.4Scgd@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_cursor.Plo@am__quote@ 6351.28Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_display.Plo@am__quote@ 6361.28Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_driver.Plo@am__quote@ 6371.4Scgd@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_exa.Plo@am__quote@ 6381.21Sthorpej@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_memory.Plo@am__quote@ 6391.21Sthorpej@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_output.Plo@am__quote@ 6401.4Scgd@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_panel.Plo@am__quote@ 6411.52Skardel@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lx_video.Plo@am__quote@ 6421.12Sis@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panel.Plo@am__quote@ 6431.4Scgd@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z4l.Plo@am__quote@ 6441.8Sthorpej 6451.46Sperry.c.o: 6461.3Schopps@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 6471.23Sis@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6481.60Sdyoung@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 6491.24Sis@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6501.16Sis@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 6511.32Sthorpej 6521.32Sthorpej.c.obj: 6531.32Sthorpej@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 6541.32Sthorpej@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6551.1Sglass@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