/src/Makefile.in
Autoconf | 631 lines | 556 code | 49 blank | 26 comment | 88 complexity | 34aba6f6abc9f8137cf41ff7e2183965 MD5 | raw file
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 Free Software Foundation, Inc. 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# Dependencies to ensure requisite libraries are rebuilt 18# 19srcdir = @srcdir@ 20top_srcdir = @top_srcdir@ 21VPATH = @srcdir@ 22pkgdatadir = $(datadir)/@PACKAGE@ 23pkglibdir = $(libdir)/@PACKAGE@ 24pkgincludedir = $(includedir)/@PACKAGE@ 25top_builddir = .. 26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27INSTALL = @INSTALL@ 28install_sh_DATA = $(install_sh) -c -m 644 29install_sh_PROGRAM = $(install_sh) -c 30install_sh_SCRIPT = $(install_sh) -c 31INSTALL_HEADER = $(INSTALL_DATA) 32transform = $(program_transform_name) 33NORMAL_INSTALL = : 34PRE_INSTALL = : 35POST_INSTALL = : 36NORMAL_UNINSTALL = : 37PRE_UNINSTALL = : 38POST_UNINSTALL = : 39build_triplet = @build@ 40host_triplet = @host@ 41target_triplet = @target@ 42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 43 $(top_srcdir)/config/Make-inc.mk 44subdir = src 45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 46am__aclocal_m4_deps = $(top_srcdir)/config/ac_connect_timeout.m4 \ 47 $(top_srcdir)/config/ac_debug.m4 \ 48 $(top_srcdir)/config/ac_dmalloc.m4 \ 49 $(top_srcdir)/config/ac_dshgroup.m4 \ 50 $(top_srcdir)/config/ac_elan.m4 \ 51 $(top_srcdir)/config/ac_exec.m4 \ 52 $(top_srcdir)/config/ac_fanout.m4 \ 53 $(top_srcdir)/config/ac_genders.m4 \ 54 $(top_srcdir)/config/ac_gpl_licensed.m4 \ 55 $(top_srcdir)/config/ac_krb4.m4 \ 56 $(top_srcdir)/config/ac_machines.m4 \ 57 $(top_srcdir)/config/ac_meta.m4 \ 58 $(top_srcdir)/config/ac_mqshell.m4 \ 59 $(top_srcdir)/config/ac_mrsh.m4 \ 60 $(top_srcdir)/config/ac_msghdr_accrights.m4 \ 61 $(top_srcdir)/config/ac_netgroup.m4 \ 62 $(top_srcdir)/config/ac_nodeattr.m4 \ 63 $(top_srcdir)/config/ac_nodeupdown.m4 \ 64 $(top_srcdir)/config/ac_pam.m4 \ 65 $(top_srcdir)/config/ac_pollselect.m4 \ 66 $(top_srcdir)/config/ac_qshell.m4 \ 67 $(top_srcdir)/config/ac_rcmd_rank_list.m4 \ 68 $(top_srcdir)/config/ac_readline.m4 \ 69 $(top_srcdir)/config/ac_rmsquery.m4 \ 70 $(top_srcdir)/config/ac_rsh.m4 $(top_srcdir)/config/ac_sdr.m4 \ 71 $(top_srcdir)/config/ac_slurm.m4 \ 72 $(top_srcdir)/config/ac_socklen_t.m4 \ 73 $(top_srcdir)/config/ac_ssh.m4 \ 74 $(top_srcdir)/config/ac_static_modules.m4 \ 75 $(top_srcdir)/config/ac_torque.m4 \ 76 $(top_srcdir)/config/ac_xcpu.m4 \ 77 $(top_srcdir)/config/acx_pthread.m4 \ 78 $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.ac 79am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 80 $(ACLOCAL_M4) 81mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 82CONFIG_HEADER = $(top_builddir)/config.h 83CONFIG_CLEAN_FILES = 84SOURCES = 85DIST_SOURCES = 86RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 87 html-recursive info-recursive install-data-recursive \ 88 install-exec-recursive install-info-recursive \ 89 install-recursive installcheck-recursive installdirs-recursive \ 90 pdf-recursive ps-recursive uninstall-info-recursive \ 91 uninstall-recursive 92ETAGS = etags 93CTAGS = ctags 94DIST_SUBDIRS = $(SUBDIRS) 95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 96ACLOCAL = @ACLOCAL@ 97AIX_PDSH_LDFLAGS = @AIX_PDSH_LDFLAGS@ 98AMDEP_FALSE = @AMDEP_FALSE@ 99AMDEP_TRUE = @AMDEP_TRUE@ 100AMTAR = @AMTAR@ 101AR = @AR@ 102AUTOCONF = @AUTOCONF@ 103AUTOHEADER = @AUTOHEADER@ 104AUTOMAKE = @AUTOMAKE@ 105AWK = @AWK@ 106CC = @CC@ 107CCDEPMODE = @CCDEPMODE@ 108CFLAGS = @CFLAGS@ 109CONNECT_TIMEOUT = @CONNECT_TIMEOUT@ 110CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@ 111CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ 112CPP = @CPP@ 113CPPFLAGS = @CPPFLAGS@ 114CXX = @CXX@ 115CXXCPP = @CXXCPP@ 116CXXDEPMODE = @CXXDEPMODE@ 117CXXFLAGS = @CXXFLAGS@ 118CYGPATH_W = @CYGPATH_W@ 119DEFS = @DEFS@ 120DEPDIR = @DEPDIR@ 121ECHO = @ECHO@ 122ECHO_C = @ECHO_C@ 123ECHO_N = @ECHO_N@ 124ECHO_T = @ECHO_T@ 125EGREP = @EGREP@ 126ELAN_LIBS = @ELAN_LIBS@ 127EXEEXT = @EXEEXT@ 128F77 = @F77@ 129FANOUT = @FANOUT@ 130FFLAGS = @FFLAGS@ 131GENDERS_LIBS = @GENDERS_LIBS@ 132HAVE_LIBGENDERS = @HAVE_LIBGENDERS@ 133HAVE_LIBNODEUPDOWN = @HAVE_LIBNODEUPDOWN@ 134HAVE_MACHINES = @HAVE_MACHINES@ 135HAVE_MQSHELL = @HAVE_MQSHELL@ 136HAVE_MRSH = @HAVE_MRSH@ 137HAVE_NODEATTR = @HAVE_NODEATTR@ 138HAVE_QSHELL = @HAVE_QSHELL@ 139HAVE_RMSQUERY = @HAVE_RMSQUERY@ 140HAVE_SDR = @HAVE_SDR@ 141HAVE_SLURM = @HAVE_SLURM@ 142HAVE_SSH = @HAVE_SSH@ 143HAVE_TORQUE = @HAVE_TORQUE@ 144HAVE_XCPU = @HAVE_XCPU@ 145INSTALL_DATA = @INSTALL_DATA@ 146INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@ 147INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@ 148INSTALL_PROGRAM = @INSTALL_PROGRAM@ 149INSTALL_SCRIPT = @INSTALL_SCRIPT@ 150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 151KRB_LIBS = @KRB_LIBS@ 152LDFLAGS = @LDFLAGS@ 153LIBADD_DL = @LIBADD_DL@ 154LIBMODS_OBJS = @LIBMODS_OBJS@ 155LIBOBJS = @LIBOBJS@ 156LIBS = @LIBS@ 157LIBTOOL = @LIBTOOL@ 158LN_S = @LN_S@ 159LTLIBOBJS = @LTLIBOBJS@ 160MACHINES = @MACHINES@ 161MAINT = @MAINT@ 162MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 163MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 164MAKEINFO = @MAKEINFO@ 165META_ALIAS = @META_ALIAS@ 166META_AUTHOR = @META_AUTHOR@ 167META_DATE = @META_DATE@ 168META_LT_AGE = @META_LT_AGE@ 169META_LT_CURRENT = @META_LT_CURRENT@ 170META_LT_REVISION = @META_LT_REVISION@ 171META_NAME = @META_NAME@ 172META_RELEASE = @META_RELEASE@ 173META_VERSION = @META_VERSION@ 174MRSH_LIBS = @MRSH_LIBS@ 175NODEATTR = @NODEATTR@ 176NODEUPDOWN_LIBS = @NODEUPDOWN_LIBS@ 177OBJEXT = @OBJEXT@ 178PACKAGE = @PACKAGE@ 179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 180PACKAGE_NAME = @PACKAGE_NAME@ 181PACKAGE_STRING = @PACKAGE_STRING@ 182PACKAGE_TARNAME = @PACKAGE_TARNAME@ 183PACKAGE_VERSION = @PACKAGE_VERSION@ 184PATH_SEPARATOR = @PATH_SEPARATOR@ 185PDSH_VERSION = @PDSH_VERSION@ 186PDSH_VERSION_FULL = @PDSH_VERSION_FULL@ 187PROG_MQSHD = @PROG_MQSHD@ 188PROG_QSHD = @PROG_QSHD@ 189PTHREAD_CC = @PTHREAD_CC@ 190PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 191PTHREAD_LIBS = @PTHREAD_LIBS@ 192QSHELL_LIBS = @QSHELL_LIBS@ 193RANLIB = @RANLIB@ 194READLINE_LIBS = @READLINE_LIBS@ 195RMSQUERY = @RMSQUERY@ 196SDRGETOBJECTS = @SDRGETOBJECTS@ 197SET_MAKE = @SET_MAKE@ 198SHELL = @SHELL@ 199SLURM_LIBS = @SLURM_LIBS@ 200STRIP = @STRIP@ 201TORQUE_CPPFLAGS = @TORQUE_CPPFLAGS@ 202TORQUE_LIBS = @TORQUE_LIBS@ 203VERSION = @VERSION@ 204WITH_DSHGROUP_FALSE = @WITH_DSHGROUP_FALSE@ 205WITH_DSHGROUP_TRUE = @WITH_DSHGROUP_TRUE@ 206WITH_EXEC_FALSE = @WITH_EXEC_FALSE@ 207WITH_EXEC_TRUE = @WITH_EXEC_TRUE@ 208WITH_GNU_LD_FALSE = @WITH_GNU_LD_FALSE@ 209WITH_GNU_LD_TRUE = @WITH_GNU_LD_TRUE@ 210WITH_KRB4_FALSE = @WITH_KRB4_FALSE@ 211WITH_KRB4_TRUE = @WITH_KRB4_TRUE@ 212WITH_LIBGENDERS_FALSE = @WITH_LIBGENDERS_FALSE@ 213WITH_LIBGENDERS_TRUE = @WITH_LIBGENDERS_TRUE@ 214WITH_LIBMUNGE_FALSE = @WITH_LIBMUNGE_FALSE@ 215WITH_LIBMUNGE_TRUE = @WITH_LIBMUNGE_TRUE@ 216WITH_MACHINES_FALSE = @WITH_MACHINES_FALSE@ 217WITH_MACHINES_TRUE = @WITH_MACHINES_TRUE@ 218WITH_MQSHELL_FALSE = @WITH_MQSHELL_FALSE@ 219WITH_MQSHELL_TRUE = @WITH_MQSHELL_TRUE@ 220WITH_MRSH_FALSE = @WITH_MRSH_FALSE@ 221WITH_MRSH_TRUE = @WITH_MRSH_TRUE@ 222WITH_NETGROUP_FALSE = @WITH_NETGROUP_FALSE@ 223WITH_NETGROUP_TRUE = @WITH_NETGROUP_TRUE@ 224WITH_NODEATTR_FALSE = @WITH_NODEATTR_FALSE@ 225WITH_NODEATTR_TRUE = @WITH_NODEATTR_TRUE@ 226WITH_NODEUPDOWN_FALSE = @WITH_NODEUPDOWN_FALSE@ 227WITH_NODEUPDOWN_TRUE = @WITH_NODEUPDOWN_TRUE@ 228WITH_QSHELL_FALSE = @WITH_QSHELL_FALSE@ 229WITH_QSHELL_TRUE = @WITH_QSHELL_TRUE@ 230WITH_QSW_FALSE = @WITH_QSW_FALSE@ 231WITH_QSW_TRUE = @WITH_QSW_TRUE@ 232WITH_READLINE_FALSE = @WITH_READLINE_FALSE@ 233WITH_READLINE_TRUE = @WITH_READLINE_TRUE@ 234WITH_RMS_FALSE = @WITH_RMS_FALSE@ 235WITH_RMS_TRUE = @WITH_RMS_TRUE@ 236WITH_RSH_FALSE = @WITH_RSH_FALSE@ 237WITH_RSH_TRUE = @WITH_RSH_TRUE@ 238WITH_SDR_FALSE = @WITH_SDR_FALSE@ 239WITH_SDR_TRUE = @WITH_SDR_TRUE@ 240WITH_SLURM_FALSE = @WITH_SLURM_FALSE@ 241WITH_SLURM_TRUE = @WITH_SLURM_TRUE@ 242WITH_SSH_FALSE = @WITH_SSH_FALSE@ 243WITH_SSH_TRUE = @WITH_SSH_TRUE@ 244WITH_STATIC_MODULES_FALSE = @WITH_STATIC_MODULES_FALSE@ 245WITH_STATIC_MODULES_TRUE = @WITH_STATIC_MODULES_TRUE@ 246WITH_TORQUE_FALSE = @WITH_TORQUE_FALSE@ 247WITH_TORQUE_TRUE = @WITH_TORQUE_TRUE@ 248WITH_XCPU_FALSE = @WITH_XCPU_FALSE@ 249WITH_XCPU_TRUE = @WITH_XCPU_TRUE@ 250ac_ct_AR = @ac_ct_AR@ 251ac_ct_CC = @ac_ct_CC@ 252ac_ct_CXX = @ac_ct_CXX@ 253ac_ct_F77 = @ac_ct_F77@ 254ac_ct_RANLIB = @ac_ct_RANLIB@ 255ac_ct_STRIP = @ac_ct_STRIP@ 256acx_pthread_config = @acx_pthread_config@ 257am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 258am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 259am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 260am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 261am__include = @am__include@ 262am__leading_dot = @am__leading_dot@ 263am__quote = @am__quote@ 264am__tar = @am__tar@ 265am__untar = @am__untar@ 266bindir = @bindir@ 267build = @build@ 268build_alias = @build_alias@ 269build_cpu = @build_cpu@ 270build_os = @build_os@ 271build_vendor = @build_vendor@ 272datadir = @datadir@ 273exec_prefix = @exec_prefix@ 274host = @host@ 275host_alias = @host_alias@ 276host_cpu = @host_cpu@ 277host_os = @host_os@ 278host_vendor = @host_vendor@ 279includedir = @includedir@ 280infodir = @infodir@ 281install_sh = @install_sh@ 282libdir = @libdir@ 283libexecdir = @libexecdir@ 284localstatedir = @localstatedir@ 285mandir = @mandir@ 286mkdir_p = @mkdir_p@ 287oldincludedir = @oldincludedir@ 288prefix = @prefix@ 289program_transform_name = @program_transform_name@ 290sbindir = @sbindir@ 291sharedstatedir = @sharedstatedir@ 292sysconfdir = @sysconfdir@ 293target = @target@ 294target_alias = @target_alias@ 295target_cpu = @target_cpu@ 296target_os = @target_os@ 297target_vendor = @target_vendor@ 298SUBDIRS = \ 299 common \ 300 qsnet \ 301 modules \ 302 pdsh 303 304all: all-recursive 305 306.SUFFIXES: 307$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/Make-inc.mk $(am__configure_deps) 308 @for dep in $?; do \ 309 case '$(am__configure_deps)' in \ 310 *$$dep*) \ 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 312 && exit 0; \ 313 exit 1;; \ 314 esac; \ 315 done; \ 316 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 317 cd $(top_srcdir) && \ 318 $(AUTOMAKE) --gnu src/Makefile 319.PRECIOUS: Makefile 320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 321 @case '$?' in \ 322 *config.status*) \ 323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 324 *) \ 325 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 326 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 327 esac; 328 329$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 331 332$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 334$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336 337mostlyclean-libtool: 338 -rm -f *.lo 339 340clean-libtool: 341 -rm -rf .libs _libs 342 343distclean-libtool: 344 -rm -f libtool 345uninstall-info-am: 346 347# This directory's subdirectories are mostly independent; you can cd 348# into them and run `make' without going through this Makefile. 349# To change the values of `make' variables: instead of editing Makefiles, 350# (1) if the variable is set in `config.status', edit `config.status' 351# (which will cause the Makefiles to be regenerated when you run `make'); 352# (2) otherwise, pass the desired values on the `make' command line. 353$(RECURSIVE_TARGETS): 354 @failcom='exit 1'; \ 355 for f in x $$MAKEFLAGS; do \ 356 case $$f in \ 357 *=* | --[!k]*);; \ 358 *k*) failcom='fail=yes';; \ 359 esac; \ 360 done; \ 361 dot_seen=no; \ 362 target=`echo $@ | sed s/-recursive//`; \ 363 list='$(SUBDIRS)'; for subdir in $$list; do \ 364 echo "Making $$target in $$subdir"; \ 365 if test "$$subdir" = "."; then \ 366 dot_seen=yes; \ 367 local_target="$$target-am"; \ 368 else \ 369 local_target="$$target"; \ 370 fi; \ 371 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 372 || eval $$failcom; \ 373 done; \ 374 if test "$$dot_seen" = "no"; then \ 375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 376 fi; test -z "$$fail" 377 378mostlyclean-recursive clean-recursive distclean-recursive \ 379maintainer-clean-recursive: 380 @failcom='exit 1'; \ 381 for f in x $$MAKEFLAGS; do \ 382 case $$f in \ 383 *=* | --[!k]*);; \ 384 *k*) failcom='fail=yes';; \ 385 esac; \ 386 done; \ 387 dot_seen=no; \ 388 case "$@" in \ 389 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 390 *) list='$(SUBDIRS)' ;; \ 391 esac; \ 392 rev=''; for subdir in $$list; do \ 393 if test "$$subdir" = "."; then :; else \ 394 rev="$$subdir $$rev"; \ 395 fi; \ 396 done; \ 397 rev="$$rev ."; \ 398 target=`echo $@ | sed s/-recursive//`; \ 399 for subdir in $$rev; do \ 400 echo "Making $$target in $$subdir"; \ 401 if test "$$subdir" = "."; then \ 402 local_target="$$target-am"; \ 403 else \ 404 local_target="$$target"; \ 405 fi; \ 406 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 407 || eval $$failcom; \ 408 done && test -z "$$fail" 409tags-recursive: 410 list='$(SUBDIRS)'; for subdir in $$list; do \ 411 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 412 done 413ctags-recursive: 414 list='$(SUBDIRS)'; for subdir in $$list; do \ 415 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 416 done 417 418ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 419 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 420 unique=`for i in $$list; do \ 421 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 422 done | \ 423 $(AWK) ' { files[$$0] = 1; } \ 424 END { for (i in files) print i; }'`; \ 425 mkid -fID $$unique 426tags: TAGS 427 428TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 429 $(TAGS_FILES) $(LISP) 430 tags=; \ 431 here=`pwd`; \ 432 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 433 include_option=--etags-include; \ 434 empty_fix=.; \ 435 else \ 436 include_option=--include; \ 437 empty_fix=; \ 438 fi; \ 439 list='$(SUBDIRS)'; for subdir in $$list; do \ 440 if test "$$subdir" = .; then :; else \ 441 test ! -f $$subdir/TAGS || \ 442 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 443 fi; \ 444 done; \ 445 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 446 unique=`for i in $$list; do \ 447 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 448 done | \ 449 $(AWK) ' { files[$$0] = 1; } \ 450 END { for (i in files) print i; }'`; \ 451 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 452 test -n "$$unique" || unique=$$empty_fix; \ 453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 454 $$tags $$unique; \ 455 fi 456ctags: CTAGS 457CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 458 $(TAGS_FILES) $(LISP) 459 tags=; \ 460 here=`pwd`; \ 461 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 462 unique=`for i in $$list; do \ 463 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 464 done | \ 465 $(AWK) ' { files[$$0] = 1; } \ 466 END { for (i in files) print i; }'`; \ 467 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 469 $$tags $$unique 470 471GTAGS: 472 here=`$(am__cd) $(top_builddir) && pwd` \ 473 && cd $(top_srcdir) \ 474 && gtags -i $(GTAGS_ARGS) $$here 475 476distclean-tags: 477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 478 479distdir: $(DISTFILES) 480 $(mkdir_p) $(distdir)/../config 481 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 482 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 483 list='$(DISTFILES)'; for file in $$list; do \ 484 case $$file in \ 485 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 486 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 487 esac; \ 488 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 489 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 490 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 491 dir="/$$dir"; \ 492 $(mkdir_p) "$(distdir)$$dir"; \ 493 else \ 494 dir=''; \ 495 fi; \ 496 if test -d $$d/$$file; then \ 497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 498 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 499 fi; \ 500 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 501 else \ 502 test -f $(distdir)/$$file \ 503 || cp -p $$d/$$file $(distdir)/$$file \ 504 || exit 1; \ 505 fi; \ 506 done 507 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 508 if test "$$subdir" = .; then :; else \ 509 test -d "$(distdir)/$$subdir" \ 510 || $(mkdir_p) "$(distdir)/$$subdir" \ 511 || exit 1; \ 512 distdir=`$(am__cd) $(distdir) && pwd`; \ 513 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 514 (cd $$subdir && \ 515 $(MAKE) $(AM_MAKEFLAGS) \ 516 top_distdir="$$top_distdir" \ 517 distdir="$$distdir/$$subdir" \ 518 distdir) \ 519 || exit 1; \ 520 fi; \ 521 done 522check-am: all-am 523check: check-recursive 524all-am: Makefile 525installdirs: installdirs-recursive 526installdirs-am: 527install: install-recursive 528install-exec: install-exec-recursive 529install-data: install-data-recursive 530uninstall: uninstall-recursive 531 532install-am: all-am 533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 534 535installcheck: installcheck-recursive 536install-strip: 537 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 538 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 539 `test -z '$(STRIP)' || \ 540 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 541mostlyclean-generic: 542 543clean-generic: 544 545distclean-generic: 546 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 547 548maintainer-clean-generic: 549 @echo "This command is intended for maintainers to use" 550 @echo "it deletes files that may require special tools to rebuild." 551clean: clean-recursive 552 553clean-am: clean-generic clean-libtool mostlyclean-am 554 555distclean: distclean-recursive 556 -rm -f Makefile 557distclean-am: clean-am distclean-generic distclean-libtool \ 558 distclean-local distclean-tags 559 560dvi: dvi-recursive 561 562dvi-am: 563 564html: html-recursive 565 566info: info-recursive 567 568info-am: 569 570install-data-am: 571 572install-exec-am: 573 574install-info: install-info-recursive 575 576install-man: 577 578installcheck-am: 579 580maintainer-clean: maintainer-clean-recursive 581 -rm -f Makefile 582maintainer-clean-am: distclean-am maintainer-clean-generic 583 584mostlyclean: mostlyclean-recursive 585 586mostlyclean-am: mostlyclean-generic mostlyclean-libtool 587 588pdf: pdf-recursive 589 590pdf-am: 591 592ps: ps-recursive 593 594ps-am: 595 596uninstall-am: uninstall-info-am 597 598uninstall-info: uninstall-info-recursive 599 600.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ 601 clean clean-generic clean-libtool clean-recursive ctags \ 602 ctags-recursive distclean distclean-generic distclean-libtool \ 603 distclean-local distclean-recursive distclean-tags distdir dvi \ 604 dvi-am html html-am info info-am install install-am \ 605 install-data install-data-am install-exec install-exec-am \ 606 install-info install-info-am install-man install-strip \ 607 installcheck installcheck-am installdirs installdirs-am \ 608 maintainer-clean maintainer-clean-generic \ 609 maintainer-clean-recursive mostlyclean mostlyclean-generic \ 610 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 611 tags tags-recursive uninstall uninstall-am uninstall-info-am 612 613 614$(top_builddir)/src/common/libcommon.la \ 615$(top_builddit)/src/qsnet/libqsw.la \ 616$(top_builddit)/src/modules/libmods.la \ 617: force-dependency-check 618 @cd `dirname $@` && make `basename $@` 619 620force-dependency-check: 621 622# Generic ``distclean'' hook. 623# 624# The double-colon allows this target to be defined multiple times, 625# thereby allowing a Makefile.am to include its own distclean-local hook. 626# 627distclean-local:: 628 -rm -f *~ \#* .\#* cscope*.out core *.core tags TAGS 629# Tell versions [3.59,3.63) of GNU make to not export all variables. 630# Otherwise a system limit (for SysV at least) may be exceeded. 631.NOEXPORT: