1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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 37VPATH = @srcdir@ 38am__is_gnu_make = { \ 39 if test -z '$(MAKELEVEL)'; then \ 40 false; \ 41 elif test -n '$(MAKE_HOST)'; then \ 42 true; \ 43 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 44 true; \ 45 else \ 46 false; \ 47 fi; \ 48} 49am__make_running_with_option = \ 50 case $${target_option-} in \ 51 ?) ;; \ 52 *) echo "am__make_running_with_option: internal error: invalid" \ 53 "target option '$${target_option-}' specified" >&2; \ 54 exit 1;; \ 55 esac; \ 56 has_opt=no; \ 57 sane_makeflags=$$MAKEFLAGS; \ 58 if $(am__is_gnu_make); then \ 59 sane_makeflags=$$MFLAGS; \ 60 else \ 61 case $$MAKEFLAGS in \ 62 *\\[\ \ ]*) \ 63 bs=\\; \ 64 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 65 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 66 esac; \ 67 fi; \ 68 skip_next=no; \ 69 strip_trailopt () \ 70 { \ 71 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 72 }; \ 73 for flg in $$sane_makeflags; do \ 74 test $$skip_next = yes && { skip_next=no; continue; }; \ 75 case $$flg in \ 76 *=*|--*) continue;; \ 77 -*I) strip_trailopt 'I'; skip_next=yes;; \ 78 -*I?*) strip_trailopt 'I';; \ 79 -*O) strip_trailopt 'O'; skip_next=yes;; \ 80 -*O?*) strip_trailopt 'O';; \ 81 -*l) strip_trailopt 'l'; skip_next=yes;; \ 82 -*l?*) strip_trailopt 'l';; \ 83 -[dEDm]) skip_next=yes;; \ 84 -[JT]) skip_next=yes;; \ 85 esac; \ 86 case $$flg in \ 87 *$$target_option*) has_opt=yes; break;; \ 88 esac; \ 89 done; \ 90 test $$has_opt = yes 91am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 92am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 93pkgdatadir = $(datadir)/@PACKAGE@ 94pkgincludedir = $(includedir)/@PACKAGE@ 95pkglibdir = $(libdir)/@PACKAGE@ 96pkglibexecdir = $(libexecdir)/@PACKAGE@ 97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 98install_sh_DATA = $(install_sh) -c -m 644 99install_sh_PROGRAM = $(install_sh) -c 100install_sh_SCRIPT = $(install_sh) -c 101INSTALL_HEADER = $(INSTALL_DATA) 102transform = $(program_transform_name) 103NORMAL_INSTALL = : 104PRE_INSTALL = : 105POST_INSTALL = : 106NORMAL_UNINSTALL = : 107PRE_UNINSTALL = : 108POST_UNINSTALL = : 109build_triplet = @build@ 110host_triplet = @host@ 111subdir = src 112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 113am__aclocal_m4_deps = $(top_srcdir)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 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)$(suntcx_drv_ladir)" 149LTLIBRARIES = $(suntcx_drv_la_LTLIBRARIES) 150suntcx_drv_la_LIBADD = 151am_suntcx_drv_la_OBJECTS = tcx_cursor.lo tcx_driver.lo 152suntcx_drv_la_OBJECTS = $(am_suntcx_drv_la_OBJECTS) 153AM_V_lt = $(am__v_lt_@AM_V@) 154am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 155am__v_lt_0 = --silent 156am__v_lt_1 = 157suntcx_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 158 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 159 $(suntcx_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 160AM_V_P = $(am__v_P_@AM_V@) 161am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 162am__v_P_0 = false 163am__v_P_1 = : 164AM_V_GEN = $(am__v_GEN_@AM_V@) 165am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 166am__v_GEN_0 = @echo " GEN " $@; 167am__v_GEN_1 = 168AM_V_at = $(am__v_at_@AM_V@) 169am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 170am__v_at_0 = @ 171am__v_at_1 = 172DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 173depcomp = $(SHELL) $(top_srcdir)/depcomp 174am__maybe_remake_depfiles = depfiles 175am__depfiles_remade = ./$(DEPDIR)/tcx_cursor.Plo \ 176 ./$(DEPDIR)/tcx_driver.Plo 177am__mv = mv -f 178COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 179 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 180LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 181 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 182 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 183 $(AM_CFLAGS) $(CFLAGS) 184AM_V_CC = $(am__v_CC_@AM_V@) 185am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 186am__v_CC_0 = @echo " CC " $@; 187am__v_CC_1 = 188CCLD = $(CC) 189LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 190 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 191 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 192AM_V_CCLD = $(am__v_CCLD_@AM_V@) 193am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 194am__v_CCLD_0 = @echo " CCLD " $@; 195am__v_CCLD_1 = 196SOURCES = $(suntcx_drv_la_SOURCES) 197DIST_SOURCES = $(suntcx_drv_la_SOURCES) 198am__can_run_installinfo = \ 199 case $$AM_UPDATE_INFO_DIR in \ 200 n|no|NO) false;; \ 201 *) (install-info --version) >/dev/null 2>&1;; \ 202 esac 203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 204# Read a list of newline-separated strings from the standard input, 205# and print each of them once, without duplicates. Input order is 206# *not* preserved. 207am__uniquify_input = $(AWK) '\ 208 BEGIN { nonempty = 0; } \ 209 { items[$$0] = 1; nonempty = 1; } \ 210 END { if (nonempty) { for (i in items) print i; }; } \ 211' 212# Make sure the list of sources is unique. This is necessary because, 213# e.g., the same source file might be shared among _SOURCES variables 214# for different programs/libraries. 215am__define_uniq_tagged_files = \ 216 list='$(am__tagged_files)'; \ 217 unique=`for i in $$list; do \ 218 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 219 done | $(am__uniquify_input)` 220am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 221DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 222ACLOCAL = @ACLOCAL@ 223ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 224ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 225AMTAR = @AMTAR@ 226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 227APP_MAN_DIR = @APP_MAN_DIR@ 228APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 229AR = @AR@ 230AUTOCONF = @AUTOCONF@ 231AUTOHEADER = @AUTOHEADER@ 232AUTOMAKE = @AUTOMAKE@ 233AWK = @AWK@ 234BASE_CFLAGS = @BASE_CFLAGS@ 235CC = @CC@ 236CCDEPMODE = @CCDEPMODE@ 237CFLAGS = @CFLAGS@ 238CHANGELOG_CMD = @CHANGELOG_CMD@ 239CPPFLAGS = @CPPFLAGS@ 240CSCOPE = @CSCOPE@ 241CTAGS = @CTAGS@ 242CWARNFLAGS = @CWARNFLAGS@ 243CYGPATH_W = @CYGPATH_W@ 244DEFS = @DEFS@ 245DEPDIR = @DEPDIR@ 246DLLTOOL = @DLLTOOL@ 247DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 248DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 249DRIVER_NAME = @DRIVER_NAME@ 250DSYMUTIL = @DSYMUTIL@ 251DUMPBIN = @DUMPBIN@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255EGREP = @EGREP@ 256ETAGS = @ETAGS@ 257EXEEXT = @EXEEXT@ 258FGREP = @FGREP@ 259FILECMD = @FILECMD@ 260FILE_MAN_DIR = @FILE_MAN_DIR@ 261FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 262GREP = @GREP@ 263INSTALL = @INSTALL@ 264INSTALL_CMD = @INSTALL_CMD@ 265INSTALL_DATA = @INSTALL_DATA@ 266INSTALL_PROGRAM = @INSTALL_PROGRAM@ 267INSTALL_SCRIPT = @INSTALL_SCRIPT@ 268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 269LD = @LD@ 270LDFLAGS = @LDFLAGS@ 271LIBOBJS = @LIBOBJS@ 272LIBS = @LIBS@ 273LIBTOOL = @LIBTOOL@ 274LIB_MAN_DIR = @LIB_MAN_DIR@ 275LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 276LIPO = @LIPO@ 277LN_S = @LN_S@ 278LTLIBOBJS = @LTLIBOBJS@ 279LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 280MAINT = @MAINT@ 281MAKEINFO = @MAKEINFO@ 282MANIFEST_TOOL = @MANIFEST_TOOL@ 283MAN_SUBSTS = @MAN_SUBSTS@ 284MISC_MAN_DIR = @MISC_MAN_DIR@ 285MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 286MKDIR_P = @MKDIR_P@ 287NM = @NM@ 288NMEDIT = @NMEDIT@ 289OBJDUMP = @OBJDUMP@ 290OBJEXT = @OBJEXT@ 291OTOOL = @OTOOL@ 292OTOOL64 = @OTOOL64@ 293PACKAGE = @PACKAGE@ 294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 295PACKAGE_NAME = @PACKAGE_NAME@ 296PACKAGE_STRING = @PACKAGE_STRING@ 297PACKAGE_TARNAME = @PACKAGE_TARNAME@ 298PACKAGE_URL = @PACKAGE_URL@ 299PACKAGE_VERSION = @PACKAGE_VERSION@ 300PATH_SEPARATOR = @PATH_SEPARATOR@ 301PKG_CONFIG = @PKG_CONFIG@ 302PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 303PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 304RANLIB = @RANLIB@ 305SED = @SED@ 306SET_MAKE = @SET_MAKE@ 307SHELL = @SHELL@ 308STRICT_CFLAGS = @STRICT_CFLAGS@ 309STRIP = @STRIP@ 310VERSION = @VERSION@ 311XORG_CFLAGS = @XORG_CFLAGS@ 312XORG_LIBS = @XORG_LIBS@ 313XORG_MAN_PAGE = @XORG_MAN_PAGE@ 314abs_builddir = @abs_builddir@ 315abs_srcdir = @abs_srcdir@ 316abs_top_builddir = @abs_top_builddir@ 317abs_top_srcdir = @abs_top_srcdir@ 318ac_ct_AR = @ac_ct_AR@ 319ac_ct_CC = @ac_ct_CC@ 320ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 321am__include = @am__include@ 322am__leading_dot = @am__leading_dot@ 323am__quote = @am__quote@ 324am__tar = @am__tar@ 325am__untar = @am__untar@ 326bindir = @bindir@ 327build = @build@ 328build_alias = @build_alias@ 329build_cpu = @build_cpu@ 330build_os = @build_os@ 331build_vendor = @build_vendor@ 332builddir = @builddir@ 333datadir = @datadir@ 334datarootdir = @datarootdir@ 335docdir = @docdir@ 336dvidir = @dvidir@ 337exec_prefix = @exec_prefix@ 338host = @host@ 339host_alias = @host_alias@ 340host_cpu = @host_cpu@ 341host_os = @host_os@ 342host_vendor = @host_vendor@ 343htmldir = @htmldir@ 344includedir = @includedir@ 345infodir = @infodir@ 346install_sh = @install_sh@ 347libdir = @libdir@ 348libexecdir = @libexecdir@ 349localedir = @localedir@ 350localstatedir = @localstatedir@ 351mandir = @mandir@ 352mkdir_p = @mkdir_p@ 353moduledir = @moduledir@ 354oldincludedir = @oldincludedir@ 355pdfdir = @pdfdir@ 356prefix = @prefix@ 357program_transform_name = @program_transform_name@ 358psdir = @psdir@ 359runstatedir = @runstatedir@ 360sbindir = @sbindir@ 361sharedstatedir = @sharedstatedir@ 362srcdir = @srcdir@ 363sysconfdir = @sysconfdir@ 364target_alias = @target_alias@ 365top_build_prefix = @top_build_prefix@ 366top_builddir = @top_builddir@ 367top_srcdir = @top_srcdir@ 368 369# this is obnoxious: 370# -module lets us name the module exactly how we want 371# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 372# _ladir passes a dummy rpath to libtool so the thing will actually link 373# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 374AM_CFLAGS = @XORG_CFLAGS@ 375suntcx_drv_la_LTLIBRARIES = suntcx_drv.la 376suntcx_drv_la_LDFLAGS = -module -avoid-version 377suntcx_drv_ladir = @moduledir@/drivers 378suntcx_drv_la_SOURCES = \ 379 compat-api.h \ 380 tcx_cursor.c \ 381 tcx_driver.c \ 382 tcx.h \ 383 tcx_regs.h 384 385all: all-am 386 387.SUFFIXES: 388.SUFFIXES: .c .lo .o .obj 389$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 390 @for dep in $?; do \ 391 case '$(am__configure_deps)' in \ 392 *$$dep*) \ 393 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 394 && { if test -f $@; then exit 0; else break; fi; }; \ 395 exit 1;; \ 396 esac; \ 397 done; \ 398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 399 $(am__cd) $(top_srcdir) && \ 400 $(AUTOMAKE) --foreign src/Makefile 401Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 402 @case '$?' in \ 403 *config.status*) \ 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 405 *) \ 406 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 407 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 408 esac; 409 410$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412 413$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 415$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 416 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 417$(am__aclocal_m4_deps): 418 419install-suntcx_drv_laLTLIBRARIES: $(suntcx_drv_la_LTLIBRARIES) 420 @$(NORMAL_INSTALL) 421 @list='$(suntcx_drv_la_LTLIBRARIES)'; test -n "$(suntcx_drv_ladir)" || list=; \ 422 list2=; for p in $$list; do \ 423 if test -f $$p; then \ 424 list2="$$list2 $$p"; \ 425 else :; fi; \ 426 done; \ 427 test -z "$$list2" || { \ 428 echo " $(MKDIR_P) '$(DESTDIR)$(suntcx_drv_ladir)'"; \ 429 $(MKDIR_P) "$(DESTDIR)$(suntcx_drv_ladir)" || exit 1; \ 430 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(suntcx_drv_ladir)'"; \ 431 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(suntcx_drv_ladir)"; \ 432 } 433 434uninstall-suntcx_drv_laLTLIBRARIES: 435 @$(NORMAL_UNINSTALL) 436 @list='$(suntcx_drv_la_LTLIBRARIES)'; test -n "$(suntcx_drv_ladir)" || list=; \ 437 for p in $$list; do \ 438 $(am__strip_dir) \ 439 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(suntcx_drv_ladir)/$$f'"; \ 440 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(suntcx_drv_ladir)/$$f"; \ 441 done 442 443clean-suntcx_drv_laLTLIBRARIES: 444 -test -z "$(suntcx_drv_la_LTLIBRARIES)" || rm -f $(suntcx_drv_la_LTLIBRARIES) 445 @list='$(suntcx_drv_la_LTLIBRARIES)'; \ 446 locs=`for p in $$list; do echo $$p; done | \ 447 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 448 sort -u`; \ 449 test -z "$$locs" || { \ 450 echo rm -f $${locs}; \ 451 rm -f $${locs}; \ 452 } 453 454suntcx_drv.la: $(suntcx_drv_la_OBJECTS) $(suntcx_drv_la_DEPENDENCIES) $(EXTRA_suntcx_drv_la_DEPENDENCIES) 455 $(AM_V_CCLD)$(suntcx_drv_la_LINK) -rpath $(suntcx_drv_ladir) $(suntcx_drv_la_OBJECTS) $(suntcx_drv_la_LIBADD) $(LIBS) 456 457mostlyclean-compile: 458 -rm -f *.$(OBJEXT) 459 460distclean-compile: 461 -rm -f *.tab.c 462 463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcx_cursor.Plo@am__quote@ # am--include-marker 464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcx_driver.Plo@am__quote@ # am--include-marker 465 466$(am__depfiles_remade): 467 @$(MKDIR_P) $(@D) 468 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 469 470am--depfiles: $(am__depfiles_remade) 471 472.c.o: 473@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 474@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 475@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 476@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 477@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 478 479.c.obj: 480@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 481@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 482@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 483@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 484@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 485 486.c.lo: 487@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 488@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 489@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 490@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 491@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 492 493mostlyclean-libtool: 494 -rm -f *.lo 495 496clean-libtool: 497 -rm -rf .libs _libs 498 499ID: $(am__tagged_files) 500 $(am__define_uniq_tagged_files); mkid -fID $$unique 501tags: tags-am 502TAGS: tags 503 504tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 505 set x; \ 506 here=`pwd`; \ 507 $(am__define_uniq_tagged_files); \ 508 shift; \ 509 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 510 test -n "$$unique" || unique=$$empty_fix; \ 511 if test $$# -gt 0; then \ 512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 513 "$$@" $$unique; \ 514 else \ 515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 516 $$unique; \ 517 fi; \ 518 fi 519ctags: ctags-am 520 521CTAGS: ctags 522ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 523 $(am__define_uniq_tagged_files); \ 524 test -z "$(CTAGS_ARGS)$$unique" \ 525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 526 $$unique 527 528GTAGS: 529 here=`$(am__cd) $(top_builddir) && pwd` \ 530 && $(am__cd) $(top_srcdir) \ 531 && gtags -i $(GTAGS_ARGS) "$$here" 532cscopelist: cscopelist-am 533 534cscopelist-am: $(am__tagged_files) 535 list='$(am__tagged_files)'; \ 536 case "$(srcdir)" in \ 537 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 538 *) sdir=$(subdir)/$(srcdir) ;; \ 539 esac; \ 540 for i in $$list; do \ 541 if test -f "$$i"; then \ 542 echo "$(subdir)/$$i"; \ 543 else \ 544 echo "$$sdir/$$i"; \ 545 fi; \ 546 done >> $(top_builddir)/cscope.files 547 548distclean-tags: 549 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 550distdir: $(BUILT_SOURCES) 551 $(MAKE) $(AM_MAKEFLAGS) distdir-am 552 553distdir-am: $(DISTFILES) 554 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 555 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556 list='$(DISTFILES)'; \ 557 dist_files=`for file in $$list; do echo $$file; done | \ 558 sed -e "s|^$$srcdirstrip/||;t" \ 559 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 560 case $$dist_files in \ 561 */*) $(MKDIR_P) `echo "$$dist_files" | \ 562 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 563 sort -u` ;; \ 564 esac; \ 565 for file in $$dist_files; do \ 566 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 567 if test -d $$d/$$file; then \ 568 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 569 if test -d "$(distdir)/$$file"; then \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 573 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 575 fi; \ 576 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 577 else \ 578 test -f "$(distdir)/$$file" \ 579 || cp -p $$d/$$file "$(distdir)/$$file" \ 580 || exit 1; \ 581 fi; \ 582 done 583check-am: all-am 584check: check-am 585all-am: Makefile $(LTLIBRARIES) 586installdirs: 587 for dir in "$(DESTDIR)$(suntcx_drv_ladir)"; do \ 588 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 589 done 590install: install-am 591install-exec: install-exec-am 592install-data: install-data-am 593uninstall: uninstall-am 594 595install-am: all-am 596 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 597 598installcheck: installcheck-am 599install-strip: 600 if test -z '$(STRIP)'; then \ 601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 603 install; \ 604 else \ 605 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 606 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 607 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 608 fi 609mostlyclean-generic: 610 611clean-generic: 612 613distclean-generic: 614 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 615 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 616 617maintainer-clean-generic: 618 @echo "This command is intended for maintainers to use" 619 @echo "it deletes files that may require special tools to rebuild." 620clean: clean-am 621 622clean-am: clean-generic clean-libtool clean-suntcx_drv_laLTLIBRARIES \ 623 mostlyclean-am 624 625distclean: distclean-am 626 -rm -f ./$(DEPDIR)/tcx_cursor.Plo 627 -rm -f ./$(DEPDIR)/tcx_driver.Plo 628 -rm -f Makefile 629distclean-am: clean-am distclean-compile distclean-generic \ 630 distclean-tags 631 632dvi: dvi-am 633 634dvi-am: 635 636html: html-am 637 638html-am: 639 640info: info-am 641 642info-am: 643 644install-data-am: install-suntcx_drv_laLTLIBRARIES 645 646install-dvi: install-dvi-am 647 648install-dvi-am: 649 650install-exec-am: 651 652install-html: install-html-am 653 654install-html-am: 655 656install-info: install-info-am 657 658install-info-am: 659 660install-man: 661 662install-pdf: install-pdf-am 663 664install-pdf-am: 665 666install-ps: install-ps-am 667 668install-ps-am: 669 670installcheck-am: 671 672maintainer-clean: maintainer-clean-am 673 -rm -f ./$(DEPDIR)/tcx_cursor.Plo 674 -rm -f ./$(DEPDIR)/tcx_driver.Plo 675 -rm -f Makefile 676maintainer-clean-am: distclean-am maintainer-clean-generic 677 678mostlyclean: mostlyclean-am 679 680mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 681 mostlyclean-libtool 682 683pdf: pdf-am 684 685pdf-am: 686 687ps: ps-am 688 689ps-am: 690 691uninstall-am: uninstall-suntcx_drv_laLTLIBRARIES 692 693.MAKE: install-am install-strip 694 695.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 696 clean-generic clean-libtool clean-suntcx_drv_laLTLIBRARIES \ 697 cscopelist-am ctags ctags-am distclean distclean-compile \ 698 distclean-generic distclean-libtool distclean-tags distdir dvi \ 699 dvi-am html html-am info info-am install install-am \ 700 install-data install-data-am install-dvi install-dvi-am \ 701 install-exec install-exec-am install-html install-html-am \ 702 install-info install-info-am install-man install-pdf \ 703 install-pdf-am install-ps install-ps-am install-strip \ 704 install-suntcx_drv_laLTLIBRARIES installcheck installcheck-am \ 705 installdirs maintainer-clean maintainer-clean-generic \ 706 mostlyclean mostlyclean-compile mostlyclean-generic \ 707 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 708 uninstall-am uninstall-suntcx_drv_laLTLIBRARIES 709 710.PRECIOUS: Makefile 711 712 713# Tell versions [3.59,3.63) of GNU make to not export all variables. 714# Otherwise a system limit (for SysV at least) may be exceeded. 715.NOEXPORT: 716