1# Makefile.in generated by automake 1.14.1 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 (c) 2003 Sun Microsystems, Inc. All Rights Reserved. 18# 19# Redistribution and use in source and binary forms, with or without 20# modification, are permitted provided that the following conditions 21# are met: 22# 23# Redistribution of source code must retain the above copyright 24# notice, this list of conditions and the following disclaimer. 25# 26# Redistribution in binary form must reproduce the above copyright 27# notice, this list of conditions and the following disclaimer in the 28# documentation and/or other materials provided with the distribution. 29# 30# Neither the name of Sun Microsystems, Inc. or the names of 31# contributors may be used to endorse or promote products derived 32# from this software without specific prior written permission. 33# 34# This software is provided "AS IS," without a warranty of any kind. 35# ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, 36# INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A 37# PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. 38# SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE 39# FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING 40# OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL 41# SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, 42# OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR 43# PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF 44# LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, 45# EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 46 47VPATH = @srcdir@ 48am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 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@ 111target_triplet = @target@ 112subdir = src/plugins/lipmi 113DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 114 $(top_srcdir)/depcomp 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119mkinstalldirs = $(install_sh) -d 120CONFIG_HEADER = $(top_builddir)/config.h 121CONFIG_CLEAN_FILES = 122CONFIG_CLEAN_VPATH_FILES = 123LTLIBRARIES = $(noinst_LTLIBRARIES) 124libintf_lipmi_la_DEPENDENCIES = $(top_builddir)/lib/libipmitool.la 125am_libintf_lipmi_la_OBJECTS = lipmi.lo 126libintf_lipmi_la_OBJECTS = $(am_libintf_lipmi_la_OBJECTS) 127AM_V_lt = $(am__v_lt_@AM_V@) 128am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 129am__v_lt_0 = --silent 130am__v_lt_1 = 131AM_V_P = $(am__v_P_@AM_V@) 132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 133am__v_P_0 = false 134am__v_P_1 = : 135AM_V_GEN = $(am__v_GEN_@AM_V@) 136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 137am__v_GEN_0 = @echo " GEN " $@; 138am__v_GEN_1 = 139AM_V_at = $(am__v_at_@AM_V@) 140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 141am__v_at_0 = @ 142am__v_at_1 = 143DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 144depcomp = $(SHELL) $(top_srcdir)/depcomp 145am__depfiles_maybe = depfiles 146am__mv = mv -f 147COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 148 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 149LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 150 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 151 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 152 $(AM_CFLAGS) $(CFLAGS) 153AM_V_CC = $(am__v_CC_@AM_V@) 154am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 155am__v_CC_0 = @echo " CC " $@; 156am__v_CC_1 = 157CCLD = $(CC) 158LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 160 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 161AM_V_CCLD = $(am__v_CCLD_@AM_V@) 162am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 163am__v_CCLD_0 = @echo " CCLD " $@; 164am__v_CCLD_1 = 165SOURCES = $(libintf_lipmi_la_SOURCES) 166DIST_SOURCES = $(libintf_lipmi_la_SOURCES) 167am__can_run_installinfo = \ 168 case $$AM_UPDATE_INFO_DIR in \ 169 n|no|NO) false;; \ 170 *) (install-info --version) >/dev/null 2>&1;; \ 171 esac 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189ETAGS = etags 190CTAGS = ctags 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192ACLOCAL = @ACLOCAL@ 193AMTAR = @AMTAR@ 194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 195AR = @AR@ 196ARCH = @ARCH@ 197AUTOCONF = @AUTOCONF@ 198AUTOHEADER = @AUTOHEADER@ 199AUTOMAKE = @AUTOMAKE@ 200AWK = @AWK@ 201BASEDIR = @BASEDIR@ 202CC = @CC@ 203CCDEPMODE = @CCDEPMODE@ 204CFLAGS = @CFLAGS@ 205CPP = @CPP@ 206CPPFLAGS = @CPPFLAGS@ 207CYGPATH_W = @CYGPATH_W@ 208DEFS = @DEFS@ 209DEPDIR = @DEPDIR@ 210DISTRO = @DISTRO@ 211DLLTOOL = @DLLTOOL@ 212DSYMUTIL = @DSYMUTIL@ 213DUMPBIN = @DUMPBIN@ 214ECHO_C = @ECHO_C@ 215ECHO_N = @ECHO_N@ 216ECHO_T = @ECHO_T@ 217EGREP = @EGREP@ 218EXEEXT = @EXEEXT@ 219FGREP = @FGREP@ 220GREP = @GREP@ 221INSTALL = @INSTALL@ 222INSTALL_DATA = @INSTALL_DATA@ 223INSTALL_PROGRAM = @INSTALL_PROGRAM@ 224INSTALL_SCRIPT = @INSTALL_SCRIPT@ 225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 226INTF_BMC = @INTF_BMC@ 227INTF_BMC_LIB = @INTF_BMC_LIB@ 228INTF_DUMMY = @INTF_DUMMY@ 229INTF_DUMMY_LIB = @INTF_DUMMY_LIB@ 230INTF_FREE = @INTF_FREE@ 231INTF_FREE_LIB = @INTF_FREE_LIB@ 232INTF_IMB = @INTF_IMB@ 233INTF_IMB_LIB = @INTF_IMB_LIB@ 234INTF_LAN = @INTF_LAN@ 235INTF_LANPLUS = @INTF_LANPLUS@ 236INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@ 237INTF_LAN_LIB = @INTF_LAN_LIB@ 238INTF_LIPMI = @INTF_LIPMI@ 239INTF_LIPMI_LIB = @INTF_LIPMI_LIB@ 240INTF_OPEN = @INTF_OPEN@ 241INTF_OPEN_LIB = @INTF_OPEN_LIB@ 242INTF_SERIAL = @INTF_SERIAL@ 243INTF_SERIAL_LIB = @INTF_SERIAL_LIB@ 244INTF_USB = @INTF_USB@ 245INTF_USB_LIB = @INTF_USB_LIB@ 246IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@ 247LD = @LD@ 248LDFLAGS = @LDFLAGS@ 249LIBOBJS = @LIBOBJS@ 250LIBS = @LIBS@ 251LIBTOOL = @LIBTOOL@ 252LIPO = @LIPO@ 253LN_S = @LN_S@ 254LTLIBOBJS = @LTLIBOBJS@ 255MAKEINFO = @MAKEINFO@ 256MANIFEST_TOOL = @MANIFEST_TOOL@ 257MKDIR_P = @MKDIR_P@ 258NM = @NM@ 259NMEDIT = @NMEDIT@ 260OBJDUMP = @OBJDUMP@ 261OBJEXT = @OBJEXT@ 262OS = @OS@ 263OTOOL = @OTOOL@ 264OTOOL64 = @OTOOL64@ 265PACKAGE = @PACKAGE@ 266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 267PACKAGE_NAME = @PACKAGE_NAME@ 268PACKAGE_STRING = @PACKAGE_STRING@ 269PACKAGE_TARNAME = @PACKAGE_TARNAME@ 270PACKAGE_URL = @PACKAGE_URL@ 271PACKAGE_VERSION = @PACKAGE_VERSION@ 272PATH_SEPARATOR = @PATH_SEPARATOR@ 273POW_LIB = @POW_LIB@ 274PSTAMP = @PSTAMP@ 275RANLIB = @RANLIB@ 276RPMBUILD = @RPMBUILD@ 277RPM_RELEASE = @RPM_RELEASE@ 278SED = @SED@ 279SET_MAKE = @SET_MAKE@ 280SHELL = @SHELL@ 281STRIP = @STRIP@ 282VERSION = @VERSION@ 283abs_builddir = @abs_builddir@ 284abs_srcdir = @abs_srcdir@ 285abs_top_builddir = @abs_top_builddir@ 286abs_top_srcdir = @abs_top_srcdir@ 287ac_configure_args = @ac_configure_args@ 288ac_ct_AR = @ac_ct_AR@ 289ac_ct_CC = @ac_ct_CC@ 290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 291am__include = @am__include@ 292am__leading_dot = @am__leading_dot@ 293am__quote = @am__quote@ 294am__tar = @am__tar@ 295am__untar = @am__untar@ 296bindir = @bindir@ 297build = @build@ 298build_alias = @build_alias@ 299build_cpu = @build_cpu@ 300build_os = @build_os@ 301build_vendor = @build_vendor@ 302builddir = @builddir@ 303datadir = @datadir@ 304datarootdir = @datarootdir@ 305docdir = @docdir@ 306dvidir = @dvidir@ 307exec_prefix = @exec_prefix@ 308host = @host@ 309host_alias = @host_alias@ 310host_cpu = @host_cpu@ 311host_os = @host_os@ 312host_vendor = @host_vendor@ 313htmldir = @htmldir@ 314includedir = @includedir@ 315infodir = @infodir@ 316install_sh = @install_sh@ 317libdir = @libdir@ 318libexecdir = @libexecdir@ 319localedir = @localedir@ 320localstatedir = @localstatedir@ 321mandir = @mandir@ 322mkdir_p = @mkdir_p@ 323oldincludedir = @oldincludedir@ 324pdfdir = @pdfdir@ 325prefix = @prefix@ 326program_transform_name = @program_transform_name@ 327psdir = @psdir@ 328sbindir = @sbindir@ 329sharedstatedir = @sharedstatedir@ 330srcdir = @srcdir@ 331sysconfdir = @sysconfdir@ 332target = @target@ 333target_alias = @target_alias@ 334target_cpu = @target_cpu@ 335target_os = @target_os@ 336target_vendor = @target_vendor@ 337top_build_prefix = @top_build_prefix@ 338top_builddir = @top_builddir@ 339top_srcdir = @top_srcdir@ 340MAINTAINERCLEANFILES = Makefile.in 341AM_CPPFLAGS = -I$(top_srcdir)/include 342EXTRA_LTLIBRARIES = libintf_lipmi.la 343noinst_LTLIBRARIES = @INTF_LIPMI_LIB@ 344libintf_lipmi_la_LIBADD = $(top_builddir)/lib/libipmitool.la 345libintf_lipmi_la_SOURCES = lipmi.c 346all: all-am 347 348.SUFFIXES: 349.SUFFIXES: .c .lo .o .obj 350$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 351 @for dep in $?; do \ 352 case '$(am__configure_deps)' in \ 353 *$$dep*) \ 354 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 355 && { if test -f $@; then exit 0; else break; fi; }; \ 356 exit 1;; \ 357 esac; \ 358 done; \ 359 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/lipmi/Makefile'; \ 360 $(am__cd) $(top_srcdir) && \ 361 $(AUTOMAKE) --foreign src/plugins/lipmi/Makefile 362.PRECIOUS: Makefile 363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 364 @case '$?' in \ 365 *config.status*) \ 366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 367 *) \ 368 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 369 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 370 esac; 371 372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 374 375$(top_srcdir)/configure: $(am__configure_deps) 376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 377$(ACLOCAL_M4): $(am__aclocal_m4_deps) 378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 379$(am__aclocal_m4_deps): 380 381clean-noinstLTLIBRARIES: 382 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 383 @list='$(noinst_LTLIBRARIES)'; \ 384 locs=`for p in $$list; do echo $$p; done | \ 385 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 386 sort -u`; \ 387 test -z "$$locs" || { \ 388 echo rm -f $${locs}; \ 389 rm -f $${locs}; \ 390 } 391 392libintf_lipmi.la: $(libintf_lipmi_la_OBJECTS) $(libintf_lipmi_la_DEPENDENCIES) $(EXTRA_libintf_lipmi_la_DEPENDENCIES) 393 $(AM_V_CCLD)$(LINK) $(libintf_lipmi_la_OBJECTS) $(libintf_lipmi_la_LIBADD) $(LIBS) 394 395mostlyclean-compile: 396 -rm -f *.$(OBJEXT) 397 398distclean-compile: 399 -rm -f *.tab.c 400 401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lipmi.Plo@am__quote@ 402 403.c.o: 404@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 405@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 406@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 408@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 409 410.c.obj: 411@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 412@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 413@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 415@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 416 417.c.lo: 418@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 419@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 420@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 422@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 423 424mostlyclean-libtool: 425 -rm -f *.lo 426 427clean-libtool: 428 -rm -rf .libs _libs 429 430ID: $(am__tagged_files) 431 $(am__define_uniq_tagged_files); mkid -fID $$unique 432tags: tags-am 433TAGS: tags 434 435tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 436 set x; \ 437 here=`pwd`; \ 438 $(am__define_uniq_tagged_files); \ 439 shift; \ 440 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 441 test -n "$$unique" || unique=$$empty_fix; \ 442 if test $$# -gt 0; then \ 443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 444 "$$@" $$unique; \ 445 else \ 446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 447 $$unique; \ 448 fi; \ 449 fi 450ctags: ctags-am 451 452CTAGS: ctags 453ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 454 $(am__define_uniq_tagged_files); \ 455 test -z "$(CTAGS_ARGS)$$unique" \ 456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 457 $$unique 458 459GTAGS: 460 here=`$(am__cd) $(top_builddir) && pwd` \ 461 && $(am__cd) $(top_srcdir) \ 462 && gtags -i $(GTAGS_ARGS) "$$here" 463cscopelist: cscopelist-am 464 465cscopelist-am: $(am__tagged_files) 466 list='$(am__tagged_files)'; \ 467 case "$(srcdir)" in \ 468 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 469 *) sdir=$(subdir)/$(srcdir) ;; \ 470 esac; \ 471 for i in $$list; do \ 472 if test -f "$$i"; then \ 473 echo "$(subdir)/$$i"; \ 474 else \ 475 echo "$$sdir/$$i"; \ 476 fi; \ 477 done >> $(top_builddir)/cscope.files 478 479distclean-tags: 480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 481 482distdir: $(DISTFILES) 483 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 484 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 485 list='$(DISTFILES)'; \ 486 dist_files=`for file in $$list; do echo $$file; done | \ 487 sed -e "s|^$$srcdirstrip/||;t" \ 488 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 489 case $$dist_files in \ 490 */*) $(MKDIR_P) `echo "$$dist_files" | \ 491 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 492 sort -u` ;; \ 493 esac; \ 494 for file in $$dist_files; do \ 495 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 496 if test -d $$d/$$file; then \ 497 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 498 if test -d "$(distdir)/$$file"; then \ 499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 500 fi; \ 501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 502 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 504 fi; \ 505 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 506 else \ 507 test -f "$(distdir)/$$file" \ 508 || cp -p $$d/$$file "$(distdir)/$$file" \ 509 || exit 1; \ 510 fi; \ 511 done 512check-am: all-am 513check: check-am 514all-am: Makefile $(LTLIBRARIES) 515installdirs: 516install: install-am 517install-exec: install-exec-am 518install-data: install-data-am 519uninstall: uninstall-am 520 521install-am: all-am 522 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 523 524installcheck: installcheck-am 525install-strip: 526 if test -z '$(STRIP)'; then \ 527 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 528 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 529 install; \ 530 else \ 531 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 532 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 533 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 534 fi 535mostlyclean-generic: 536 537clean-generic: 538 539distclean-generic: 540 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 541 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 542 543maintainer-clean-generic: 544 @echo "This command is intended for maintainers to use" 545 @echo "it deletes files that may require special tools to rebuild." 546 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 547clean: clean-am 548 549clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 550 mostlyclean-am 551 552distclean: distclean-am 553 -rm -rf ./$(DEPDIR) 554 -rm -f Makefile 555distclean-am: clean-am distclean-compile distclean-generic \ 556 distclean-tags 557 558dvi: dvi-am 559 560dvi-am: 561 562html: html-am 563 564html-am: 565 566info: info-am 567 568info-am: 569 570install-data-am: 571 572install-dvi: install-dvi-am 573 574install-dvi-am: 575 576install-exec-am: 577 578install-html: install-html-am 579 580install-html-am: 581 582install-info: install-info-am 583 584install-info-am: 585 586install-man: 587 588install-pdf: install-pdf-am 589 590install-pdf-am: 591 592install-ps: install-ps-am 593 594install-ps-am: 595 596installcheck-am: 597 598maintainer-clean: maintainer-clean-am 599 -rm -rf ./$(DEPDIR) 600 -rm -f Makefile 601maintainer-clean-am: distclean-am maintainer-clean-generic 602 603mostlyclean: mostlyclean-am 604 605mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 606 mostlyclean-libtool 607 608pdf: pdf-am 609 610pdf-am: 611 612ps: ps-am 613 614ps-am: 615 616uninstall-am: 617 618.MAKE: install-am install-strip 619 620.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 621 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 622 ctags-am distclean distclean-compile distclean-generic \ 623 distclean-libtool distclean-tags distdir dvi dvi-am html \ 624 html-am info info-am install install-am install-data \ 625 install-data-am install-dvi install-dvi-am install-exec \ 626 install-exec-am install-html install-html-am install-info \ 627 install-info-am install-man install-pdf install-pdf-am \ 628 install-ps install-ps-am install-strip installcheck \ 629 installcheck-am installdirs maintainer-clean \ 630 maintainer-clean-generic mostlyclean mostlyclean-compile \ 631 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 632 tags tags-am uninstall uninstall-am 633 634 635# Tell versions [3.59,3.63) of GNU make to not export all variables. 636# Otherwise a system limit (for SysV at least) may be exceeded. 637.NOEXPORT: 638