/Makefile.in

https://code.google.com/ · Autoconf · 807 lines · 717 code · 61 blank · 29 comment · 131 complexity · f25e54d2930e7a71d1a4dd2fe3f01590 MD5 · raw file

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