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