Makefile.in 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = .
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/auxdir/ax_check_zlib.m4 \
  90. $(top_srcdir)/auxdir/ax_lib_hdf5.m4 \
  91. $(top_srcdir)/auxdir/ax_pthread.m4 \
  92. $(top_srcdir)/auxdir/libtool.m4 \
  93. $(top_srcdir)/auxdir/ltoptions.m4 \
  94. $(top_srcdir)/auxdir/ltsugar.m4 \
  95. $(top_srcdir)/auxdir/ltversion.m4 \
  96. $(top_srcdir)/auxdir/lt~obsolete.m4 \
  97. $(top_srcdir)/auxdir/slurm.m4 \
  98. $(top_srcdir)/auxdir/x_ac__system_configuration.m4 \
  99. $(top_srcdir)/auxdir/x_ac_affinity.m4 \
  100. $(top_srcdir)/auxdir/x_ac_aix.m4 \
  101. $(top_srcdir)/auxdir/x_ac_blcr.m4 \
  102. $(top_srcdir)/auxdir/x_ac_bluegene.m4 \
  103. $(top_srcdir)/auxdir/x_ac_cray.m4 \
  104. $(top_srcdir)/auxdir/x_ac_curl.m4 \
  105. $(top_srcdir)/auxdir/x_ac_databases.m4 \
  106. $(top_srcdir)/auxdir/x_ac_debug.m4 \
  107. $(top_srcdir)/auxdir/x_ac_dlfcn.m4 \
  108. $(top_srcdir)/auxdir/x_ac_env.m4 \
  109. $(top_srcdir)/auxdir/x_ac_freeipmi.m4 \
  110. $(top_srcdir)/auxdir/x_ac_gpl_licensed.m4 \
  111. $(top_srcdir)/auxdir/x_ac_hwloc.m4 \
  112. $(top_srcdir)/auxdir/x_ac_iso.m4 \
  113. $(top_srcdir)/auxdir/x_ac_json.m4 \
  114. $(top_srcdir)/auxdir/x_ac_lua.m4 \
  115. $(top_srcdir)/auxdir/x_ac_lz4.m4 \
  116. $(top_srcdir)/auxdir/x_ac_man2html.m4 \
  117. $(top_srcdir)/auxdir/x_ac_munge.m4 \
  118. $(top_srcdir)/auxdir/x_ac_ncurses.m4 \
  119. $(top_srcdir)/auxdir/x_ac_netloc.m4 \
  120. $(top_srcdir)/auxdir/x_ac_nrt.m4 \
  121. $(top_srcdir)/auxdir/x_ac_ofed.m4 \
  122. $(top_srcdir)/auxdir/x_ac_pam.m4 \
  123. $(top_srcdir)/auxdir/x_ac_pmix.m4 \
  124. $(top_srcdir)/auxdir/x_ac_printf_null.m4 \
  125. $(top_srcdir)/auxdir/x_ac_ptrace.m4 \
  126. $(top_srcdir)/auxdir/x_ac_readline.m4 \
  127. $(top_srcdir)/auxdir/x_ac_rrdtool.m4 \
  128. $(top_srcdir)/auxdir/x_ac_setpgrp.m4 \
  129. $(top_srcdir)/auxdir/x_ac_setproctitle.m4 \
  130. $(top_srcdir)/auxdir/x_ac_sgi_job.m4 \
  131. $(top_srcdir)/auxdir/x_ac_slurm_ssl.m4 \
  132. $(top_srcdir)/configure.ac
  133. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  134. $(ACLOCAL_M4)
  135. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  136. $(am__configure_deps) $(pkginclude_HEADERS) $(am__DIST_COMMON)
  137. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  138. configure.lineno config.status.lineno
  139. mkinstalldirs = $(install_sh) -d
  140. CONFIG_HEADER = config.h $(top_builddir)/slurm/slurm.h
  141. CONFIG_CLEAN_FILES = contribs/perlapi/libslurm/perl/Makefile.PL \
  142. contribs/perlapi/libslurmdb/perl/Makefile.PL \
  143. contribs/phpext/slurm_php/config.m4
  144. CONFIG_CLEAN_VPATH_FILES =
  145. AM_V_P = $(am__v_P_@AM_V@)
  146. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  147. am__v_P_0 = false
  148. am__v_P_1 = :
  149. AM_V_GEN = $(am__v_GEN_@AM_V@)
  150. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  151. am__v_GEN_0 = @echo " GEN " $@;
  152. am__v_GEN_1 =
  153. AM_V_at = $(am__v_at_@AM_V@)
  154. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  155. am__v_at_0 = @
  156. am__v_at_1 =
  157. SOURCES =
  158. DIST_SOURCES =
  159. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  160. ctags-recursive dvi-recursive html-recursive info-recursive \
  161. install-data-recursive install-dvi-recursive \
  162. install-exec-recursive install-html-recursive \
  163. install-info-recursive install-pdf-recursive \
  164. install-ps-recursive install-recursive installcheck-recursive \
  165. installdirs-recursive pdf-recursive ps-recursive \
  166. tags-recursive uninstall-recursive
  167. am__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
  172. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  173. am__vpath_adj = case $$p in \
  174. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  175. *) f=$$p;; \
  176. esac;
  177. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  178. am__install_max = 40
  179. am__nobase_strip_setup = \
  180. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  181. am__nobase_strip = \
  182. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  183. am__nobase_list = $(am__nobase_strip_setup); \
  184. for p in $$list; do echo "$$p $$p"; done | \
  185. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  186. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  187. if (++n[$$2] == $(am__install_max)) \
  188. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  189. END { for (dir in files) print dir, files[dir] }'
  190. am__base_list = \
  191. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  192. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  193. am__uninstall_files_from_dir = { \
  194. test -z "$$files" \
  195. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  196. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  197. $(am__cd) "$$dir" && rm -f $$files; }; \
  198. }
  199. am__installdirs = "$(DESTDIR)$(pkgincludedir)"
  200. HEADERS = $(pkginclude_HEADERS)
  201. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  202. distclean-recursive maintainer-clean-recursive
  203. am__recursive_targets = \
  204. $(RECURSIVE_TARGETS) \
  205. $(RECURSIVE_CLEAN_TARGETS) \
  206. $(am__extra_recursive_targets)
  207. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  208. cscope distdir dist dist-all distcheck
  209. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  210. $(LISP)config.h.in
  211. # Read a list of newline-separated strings from the standard input,
  212. # and print each of them once, without duplicates. Input order is
  213. # *not* preserved.
  214. am__uniquify_input = $(AWK) '\
  215. BEGIN { nonempty = 0; } \
  216. { items[$$0] = 1; nonempty = 1; } \
  217. END { if (nonempty) { for (i in items) print i; }; } \
  218. '
  219. # Make sure the list of sources is unique. This is necessary because,
  220. # e.g., the same source file might be shared among _SOURCES variables
  221. # for different programs/libraries.
  222. am__define_uniq_tagged_files = \
  223. list='$(am__tagged_files)'; \
  224. unique=`for i in $$list; do \
  225. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  226. done | $(am__uniquify_input)`
  227. ETAGS = etags
  228. CTAGS = ctags
  229. CSCOPE = cscope
  230. DIST_SUBDIRS = $(SUBDIRS)
  231. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  232. $(top_srcdir)/auxdir/compile $(top_srcdir)/auxdir/config.guess \
  233. $(top_srcdir)/auxdir/config.sub \
  234. $(top_srcdir)/auxdir/install-sh $(top_srcdir)/auxdir/ltmain.sh \
  235. $(top_srcdir)/auxdir/missing \
  236. $(top_srcdir)/contribs/perlapi/libslurm/perl/Makefile.PL.in \
  237. $(top_srcdir)/contribs/perlapi/libslurmdb/perl/Makefile.PL.in \
  238. $(top_srcdir)/contribs/phpext/slurm_php/config.m4.in \
  239. $(top_srcdir)/slurm/slurm.h.in AUTHORS COPYING INSTALL NEWS
  240. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  241. distdir = $(PACKAGE)-$(VERSION)
  242. top_distdir = $(distdir)
  243. am__remove_distdir = \
  244. if test -d "$(distdir)"; then \
  245. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  246. && rm -rf "$(distdir)" \
  247. || { sleep 5 && rm -rf "$(distdir)"; }; \
  248. else :; fi
  249. am__post_remove_distdir = $(am__remove_distdir)
  250. am__relativize = \
  251. dir0=`pwd`; \
  252. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  253. sed_rest='s,^[^/]*/*,,'; \
  254. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  255. sed_butlast='s,/*[^/]*$$,,'; \
  256. while test -n "$$dir1"; do \
  257. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  258. if test "$$first" != "."; then \
  259. if test "$$first" = ".."; then \
  260. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  261. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  262. else \
  263. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  264. if test "$$first2" = "$$first"; then \
  265. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  266. else \
  267. dir2="../$$dir2"; \
  268. fi; \
  269. dir0="$$dir0"/"$$first"; \
  270. fi; \
  271. fi; \
  272. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  273. done; \
  274. reldir="$$dir2"
  275. DIST_ARCHIVES = $(distdir).tar.gz
  276. GZIP_ENV = --best
  277. DIST_TARGETS = dist-gzip
  278. distuninstallcheck_listfiles = find . -type f -print
  279. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  280. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  281. distcleancheck_listfiles = find . -type f -print
  282. ACLOCAL = @ACLOCAL@
  283. AMTAR = @AMTAR@
  284. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  285. AR = @AR@
  286. AUTOCONF = @AUTOCONF@
  287. AUTOHEADER = @AUTOHEADER@
  288. AUTOMAKE = @AUTOMAKE@
  289. AWK = @AWK@
  290. BGL_LOADED = @BGL_LOADED@
  291. BGQ_LOADED = @BGQ_LOADED@
  292. BG_INCLUDES = @BG_INCLUDES@
  293. BG_LDFLAGS = @BG_LDFLAGS@
  294. BG_L_P_LOADED = @BG_L_P_LOADED@
  295. BLCR_CPPFLAGS = @BLCR_CPPFLAGS@
  296. BLCR_HOME = @BLCR_HOME@
  297. BLCR_LDFLAGS = @BLCR_LDFLAGS@
  298. BLCR_LIBS = @BLCR_LIBS@
  299. BLUEGENE_LOADED = @BLUEGENE_LOADED@
  300. CC = @CC@
  301. CCDEPMODE = @CCDEPMODE@
  302. CFLAGS = @CFLAGS@
  303. CHECK_CFLAGS = @CHECK_CFLAGS@
  304. CHECK_LIBS = @CHECK_LIBS@
  305. CMD_LDFLAGS = @CMD_LDFLAGS@
  306. CPP = @CPP@
  307. CPPFLAGS = @CPPFLAGS@
  308. CRAY_JOB_CPPFLAGS = @CRAY_JOB_CPPFLAGS@
  309. CRAY_JOB_LDFLAGS = @CRAY_JOB_LDFLAGS@
  310. CRAY_SELECT_CPPFLAGS = @CRAY_SELECT_CPPFLAGS@
  311. CRAY_SELECT_LDFLAGS = @CRAY_SELECT_LDFLAGS@
  312. CRAY_SWITCH_CPPFLAGS = @CRAY_SWITCH_CPPFLAGS@
  313. CRAY_SWITCH_LDFLAGS = @CRAY_SWITCH_LDFLAGS@
  314. CRAY_TASK_CPPFLAGS = @CRAY_TASK_CPPFLAGS@
  315. CRAY_TASK_LDFLAGS = @CRAY_TASK_LDFLAGS@
  316. CXX = @CXX@
  317. CXXCPP = @CXXCPP@
  318. CXXDEPMODE = @CXXDEPMODE@
  319. CXXFLAGS = @CXXFLAGS@
  320. CYGPATH_W = @CYGPATH_W@
  321. DATAWARP_CPPFLAGS = @DATAWARP_CPPFLAGS@
  322. DATAWARP_LDFLAGS = @DATAWARP_LDFLAGS@
  323. DEFS = @DEFS@
  324. DEPDIR = @DEPDIR@
  325. DLLTOOL = @DLLTOOL@
  326. DL_LIBS = @DL_LIBS@
  327. DSYMUTIL = @DSYMUTIL@
  328. DUMPBIN = @DUMPBIN@
  329. ECHO_C = @ECHO_C@
  330. ECHO_N = @ECHO_N@
  331. ECHO_T = @ECHO_T@
  332. EGREP = @EGREP@
  333. EXEEXT = @EXEEXT@
  334. FGREP = @FGREP@
  335. FREEIPMI_CPPFLAGS = @FREEIPMI_CPPFLAGS@
  336. FREEIPMI_LDFLAGS = @FREEIPMI_LDFLAGS@
  337. FREEIPMI_LIBS = @FREEIPMI_LIBS@
  338. GLIB_CFLAGS = @GLIB_CFLAGS@
  339. GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
  340. GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
  341. GLIB_LIBS = @GLIB_LIBS@
  342. GLIB_MKENUMS = @GLIB_MKENUMS@
  343. GOBJECT_QUERY = @GOBJECT_QUERY@
  344. GREP = @GREP@
  345. GTK_CFLAGS = @GTK_CFLAGS@
  346. GTK_LIBS = @GTK_LIBS@
  347. H5CC = @H5CC@
  348. H5FC = @H5FC@
  349. HAVEMYSQLCONFIG = @HAVEMYSQLCONFIG@
  350. HAVE_AIX = @HAVE_AIX@
  351. HAVE_MAN2HTML = @HAVE_MAN2HTML@
  352. HAVE_NRT = @HAVE_NRT@
  353. HAVE_OPENSSL = @HAVE_OPENSSL@
  354. HAVE_SOME_CURSES = @HAVE_SOME_CURSES@
  355. HDF5_CC = @HDF5_CC@
  356. HDF5_CFLAGS = @HDF5_CFLAGS@
  357. HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
  358. HDF5_FC = @HDF5_FC@
  359. HDF5_FFLAGS = @HDF5_FFLAGS@
  360. HDF5_FLIBS = @HDF5_FLIBS@
  361. HDF5_LDFLAGS = @HDF5_LDFLAGS@
  362. HDF5_LIBS = @HDF5_LIBS@
  363. HDF5_VERSION = @HDF5_VERSION@
  364. HWLOC_CPPFLAGS = @HWLOC_CPPFLAGS@
  365. HWLOC_LDFLAGS = @HWLOC_LDFLAGS@
  366. HWLOC_LIBS = @HWLOC_LIBS@
  367. INSTALL = @INSTALL@
  368. INSTALL_DATA = @INSTALL_DATA@
  369. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  370. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  371. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  372. JSON_CPPFLAGS = @JSON_CPPFLAGS@
  373. JSON_LDFLAGS = @JSON_LDFLAGS@
  374. LD = @LD@
  375. LDFLAGS = @LDFLAGS@
  376. LIBCURL = @LIBCURL@
  377. LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
  378. LIBOBJS = @LIBOBJS@
  379. LIBS = @LIBS@
  380. LIBTOOL = @LIBTOOL@
  381. LIB_LDFLAGS = @LIB_LDFLAGS@
  382. LIPO = @LIPO@
  383. LN_S = @LN_S@
  384. LTLIBOBJS = @LTLIBOBJS@
  385. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  386. LZ4_CPPFLAGS = @LZ4_CPPFLAGS@
  387. LZ4_LDFLAGS = @LZ4_LDFLAGS@
  388. LZ4_LIBS = @LZ4_LIBS@
  389. MAINT = @MAINT@
  390. MAKEINFO = @MAKEINFO@
  391. MANIFEST_TOOL = @MANIFEST_TOOL@
  392. MKDIR_P = @MKDIR_P@
  393. MUNGE_CPPFLAGS = @MUNGE_CPPFLAGS@
  394. MUNGE_DIR = @MUNGE_DIR@
  395. MUNGE_LDFLAGS = @MUNGE_LDFLAGS@
  396. MUNGE_LIBS = @MUNGE_LIBS@
  397. MYSQL_CFLAGS = @MYSQL_CFLAGS@
  398. MYSQL_LIBS = @MYSQL_LIBS@
  399. NCURSES = @NCURSES@
  400. NETLOC_CPPFLAGS = @NETLOC_CPPFLAGS@
  401. NETLOC_LDFLAGS = @NETLOC_LDFLAGS@
  402. NETLOC_LIBS = @NETLOC_LIBS@
  403. NM = @NM@
  404. NMEDIT = @NMEDIT@
  405. NRT_CPPFLAGS = @NRT_CPPFLAGS@
  406. NUMA_LIBS = @NUMA_LIBS@
  407. OBJDUMP = @OBJDUMP@
  408. OBJEXT = @OBJEXT@
  409. OFED_CPPFLAGS = @OFED_CPPFLAGS@
  410. OFED_LDFLAGS = @OFED_LDFLAGS@
  411. OFED_LIBS = @OFED_LIBS@
  412. OTOOL = @OTOOL@
  413. OTOOL64 = @OTOOL64@
  414. PACKAGE = @PACKAGE@
  415. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  416. PACKAGE_NAME = @PACKAGE_NAME@
  417. PACKAGE_STRING = @PACKAGE_STRING@
  418. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  419. PACKAGE_URL = @PACKAGE_URL@
  420. PACKAGE_VERSION = @PACKAGE_VERSION@
  421. PAM_DIR = @PAM_DIR@
  422. PAM_LIBS = @PAM_LIBS@
  423. PATH_SEPARATOR = @PATH_SEPARATOR@
  424. PKG_CONFIG = @PKG_CONFIG@
  425. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  426. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  427. PMIX_CPPFLAGS = @PMIX_CPPFLAGS@
  428. PMIX_LDFLAGS = @PMIX_LDFLAGS@
  429. PMIX_LIBS = @PMIX_LIBS@
  430. PROCTRACKDIR = @PROCTRACKDIR@
  431. PROJECT = @PROJECT@
  432. PTHREAD_CC = @PTHREAD_CC@
  433. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  434. PTHREAD_LIBS = @PTHREAD_LIBS@
  435. RANLIB = @RANLIB@
  436. READLINE_LIBS = @READLINE_LIBS@
  437. REAL_BGQ_LOADED = @REAL_BGQ_LOADED@
  438. REAL_BG_L_P_LOADED = @REAL_BG_L_P_LOADED@
  439. RELEASE = @RELEASE@
  440. RRDTOOL_CPPFLAGS = @RRDTOOL_CPPFLAGS@
  441. RRDTOOL_LDFLAGS = @RRDTOOL_LDFLAGS@
  442. RRDTOOL_LIBS = @RRDTOOL_LIBS@
  443. RUNJOB_LDFLAGS = @RUNJOB_LDFLAGS@
  444. SED = @SED@
  445. SEMAPHORE_LIBS = @SEMAPHORE_LIBS@
  446. SEMAPHORE_SOURCES = @SEMAPHORE_SOURCES@
  447. SET_MAKE = @SET_MAKE@
  448. SHELL = @SHELL@
  449. SLEEP_CMD = @SLEEP_CMD@
  450. SLURMCTLD_PORT = @SLURMCTLD_PORT@
  451. SLURMCTLD_PORT_COUNT = @SLURMCTLD_PORT_COUNT@
  452. SLURMDBD_PORT = @SLURMDBD_PORT@
  453. SLURMD_PORT = @SLURMD_PORT@
  454. SLURM_API_AGE = @SLURM_API_AGE@
  455. SLURM_API_CURRENT = @SLURM_API_CURRENT@
  456. SLURM_API_MAJOR = @SLURM_API_MAJOR@
  457. SLURM_API_REVISION = @SLURM_API_REVISION@
  458. SLURM_API_VERSION = @SLURM_API_VERSION@
  459. SLURM_MAJOR = @SLURM_MAJOR@
  460. SLURM_MICRO = @SLURM_MICRO@
  461. SLURM_MINOR = @SLURM_MINOR@
  462. SLURM_PREFIX = @SLURM_PREFIX@
  463. SLURM_VERSION_NUMBER = @SLURM_VERSION_NUMBER@
  464. SLURM_VERSION_STRING = @SLURM_VERSION_STRING@
  465. SO_LDFLAGS = @SO_LDFLAGS@
  466. SSL_CPPFLAGS = @SSL_CPPFLAGS@
  467. SSL_LDFLAGS = @SSL_LDFLAGS@
  468. SSL_LIBS = @SSL_LIBS@
  469. STRIP = @STRIP@
  470. SUCMD = @SUCMD@
  471. UTIL_LIBS = @UTIL_LIBS@
  472. VERSION = @VERSION@
  473. ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
  474. ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
  475. ZLIB_LIBS = @ZLIB_LIBS@
  476. _libcurl_config = @_libcurl_config@
  477. abs_builddir = @abs_builddir@
  478. abs_srcdir = @abs_srcdir@
  479. abs_top_builddir = @abs_top_builddir@
  480. abs_top_srcdir = @abs_top_srcdir@
  481. ac_ct_AR = @ac_ct_AR@
  482. ac_ct_CC = @ac_ct_CC@
  483. ac_ct_CXX = @ac_ct_CXX@
  484. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  485. ac_have_man2html = @ac_have_man2html@
  486. am__include = @am__include@
  487. am__leading_dot = @am__leading_dot@
  488. am__quote = @am__quote@
  489. am__tar = @am__tar@
  490. am__untar = @am__untar@
  491. ax_pthread_config = @ax_pthread_config@
  492. bindir = @bindir@
  493. build = @build@
  494. build_alias = @build_alias@
  495. build_cpu = @build_cpu@
  496. build_os = @build_os@
  497. build_vendor = @build_vendor@
  498. builddir = @builddir@
  499. datadir = @datadir@
  500. datarootdir = @datarootdir@
  501. docdir = @docdir@
  502. dvidir = @dvidir@
  503. exec_prefix = @exec_prefix@
  504. host = @host@
  505. host_alias = @host_alias@
  506. host_cpu = @host_cpu@
  507. host_os = @host_os@
  508. host_vendor = @host_vendor@
  509. htmldir = @htmldir@
  510. includedir = @includedir@
  511. infodir = @infodir@
  512. install_sh = @install_sh@
  513. libdir = @libdir@
  514. libexecdir = @libexecdir@
  515. localedir = @localedir@
  516. localstatedir = @localstatedir@
  517. lua_CFLAGS = @lua_CFLAGS@
  518. lua_LIBS = @lua_LIBS@
  519. mandir = @mandir@
  520. mkdir_p = @mkdir_p@
  521. oldincludedir = @oldincludedir@
  522. pdfdir = @pdfdir@
  523. prefix = @prefix@
  524. program_transform_name = @program_transform_name@
  525. psdir = @psdir@
  526. runstatedir = @runstatedir@
  527. sbindir = @sbindir@
  528. sharedstatedir = @sharedstatedir@
  529. srcdir = @srcdir@
  530. sysconfdir = @sysconfdir@
  531. target = @target@
  532. target_alias = @target_alias@
  533. target_cpu = @target_cpu@
  534. target_os = @target_os@
  535. target_vendor = @target_vendor@
  536. top_build_prefix = @top_build_prefix@
  537. top_builddir = @top_builddir@
  538. top_srcdir = @top_srcdir@
  539. AUTOMAKE_OPTIONS = foreign
  540. ACLOCAL_AMFLAGS = -I auxdir
  541. SUBDIRS = auxdir src testsuite doc etc
  542. EXTRA_DIST = \
  543. etc/bluegene.conf.example \
  544. etc/cgroup.conf.example \
  545. etc/cgroup.release_common.example.in \
  546. etc/cgroup_allowed_devices_file.conf.example \
  547. etc/init.d.slurm.in \
  548. etc/init.d.slurmdbd.in \
  549. etc/layouts.d.power.conf.example \
  550. etc/layouts.d.unit.conf.example \
  551. etc/slurm.conf.example \
  552. etc/slurm.epilog.clean \
  553. etc/slurmctld.service.in \
  554. etc/slurmd.service.in \
  555. etc/slurmdbd.conf.example \
  556. etc/slurmdbd.service.in \
  557. autogen.sh \
  558. slurm.spec \
  559. README.rst \
  560. RELEASE_NOTES \
  561. DISCLAIMER \
  562. COPYING \
  563. AUTHORS \
  564. INSTALL \
  565. LICENSE.OpenSSL \
  566. NEWS \
  567. ChangeLog \
  568. META
  569. pkginclude_HEADERS = \
  570. slurm/pmi.h \
  571. slurm/slurm.h \
  572. slurm/slurmdb.h \
  573. slurm/slurm_errno.h \
  574. slurm/smd_ns.h \
  575. slurm/spank.h
  576. MAINTAINERCLEANFILES = \
  577. aclocal.m4 config.guess \
  578. config.h.in config.sub configure install-sh \
  579. ltconfig ltmain.sh missing mkinstalldirs \
  580. slurm/slurm.h \
  581. stamp-h.in
  582. all: config.h
  583. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  584. .SUFFIXES:
  585. am--refresh: Makefile
  586. @:
  587. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  588. @for dep in $?; do \
  589. case '$(am__configure_deps)' in \
  590. *$$dep*) \
  591. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  592. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  593. && exit 0; \
  594. exit 1;; \
  595. esac; \
  596. done; \
  597. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  598. $(am__cd) $(top_srcdir) && \
  599. $(AUTOMAKE) --foreign Makefile
  600. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  601. @case '$?' in \
  602. *config.status*) \
  603. echo ' $(SHELL) ./config.status'; \
  604. $(SHELL) ./config.status;; \
  605. *) \
  606. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  607. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  608. esac;
  609. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  610. $(SHELL) ./config.status --recheck
  611. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  612. $(am__cd) $(srcdir) && $(AUTOCONF)
  613. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  614. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  615. $(am__aclocal_m4_deps):
  616. config.h: stamp-h1
  617. @test -f $@ || rm -f stamp-h1
  618. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  619. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  620. @rm -f stamp-h1
  621. cd $(top_builddir) && $(SHELL) ./config.status config.h
  622. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  623. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  624. rm -f stamp-h1
  625. touch $@
  626. slurm/slurm.h: slurm/stamp-h2
  627. @test -f $@ || rm -f slurm/stamp-h2
  628. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) slurm/stamp-h2
  629. slurm/stamp-h2: $(top_srcdir)/slurm/slurm.h.in $(top_builddir)/config.status
  630. @rm -f slurm/stamp-h2
  631. cd $(top_builddir) && $(SHELL) ./config.status slurm/slurm.h
  632. distclean-hdr:
  633. -rm -f config.h stamp-h1 slurm/slurm.h slurm/stamp-h2
  634. contribs/perlapi/libslurm/perl/Makefile.PL: $(top_builddir)/config.status $(top_srcdir)/contribs/perlapi/libslurm/perl/Makefile.PL.in
  635. cd $(top_builddir) && $(SHELL) ./config.status $@
  636. contribs/perlapi/libslurmdb/perl/Makefile.PL: $(top_builddir)/config.status $(top_srcdir)/contribs/perlapi/libslurmdb/perl/Makefile.PL.in
  637. cd $(top_builddir) && $(SHELL) ./config.status $@
  638. contribs/phpext/slurm_php/config.m4: $(top_builddir)/config.status $(top_srcdir)/contribs/phpext/slurm_php/config.m4.in
  639. cd $(top_builddir) && $(SHELL) ./config.status $@
  640. mostlyclean-libtool:
  641. -rm -f *.lo
  642. clean-libtool:
  643. -rm -rf .libs _libs
  644. distclean-libtool:
  645. -rm -f libtool config.lt
  646. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  647. @$(NORMAL_INSTALL)
  648. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  649. if test -n "$$list"; then \
  650. echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
  651. $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
  652. fi; \
  653. for p in $$list; do \
  654. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  655. echo "$$d$$p"; \
  656. done | $(am__base_list) | \
  657. while read files; do \
  658. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
  659. $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
  660. done
  661. uninstall-pkgincludeHEADERS:
  662. @$(NORMAL_UNINSTALL)
  663. @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
  664. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  665. dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
  666. # This directory's subdirectories are mostly independent; you can cd
  667. # into them and run 'make' without going through this Makefile.
  668. # To change the values of 'make' variables: instead of editing Makefiles,
  669. # (1) if the variable is set in 'config.status', edit 'config.status'
  670. # (which will cause the Makefiles to be regenerated when you run 'make');
  671. # (2) otherwise, pass the desired values on the 'make' command line.
  672. $(am__recursive_targets):
  673. @fail=; \
  674. if $(am__make_keepgoing); then \
  675. failcom='fail=yes'; \
  676. else \
  677. failcom='exit 1'; \
  678. fi; \
  679. dot_seen=no; \
  680. target=`echo $@ | sed s/-recursive//`; \
  681. case "$@" in \
  682. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  683. *) list='$(SUBDIRS)' ;; \
  684. esac; \
  685. for subdir in $$list; do \
  686. echo "Making $$target in $$subdir"; \
  687. if test "$$subdir" = "."; then \
  688. dot_seen=yes; \
  689. local_target="$$target-am"; \
  690. else \
  691. local_target="$$target"; \
  692. fi; \
  693. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  694. || eval $$failcom; \
  695. done; \
  696. if test "$$dot_seen" = "no"; then \
  697. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  698. fi; test -z "$$fail"
  699. ID: $(am__tagged_files)
  700. $(am__define_uniq_tagged_files); mkid -fID $$unique
  701. tags: tags-recursive
  702. TAGS: tags
  703. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  704. set x; \
  705. here=`pwd`; \
  706. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  707. include_option=--etags-include; \
  708. empty_fix=.; \
  709. else \
  710. include_option=--include; \
  711. empty_fix=; \
  712. fi; \
  713. list='$(SUBDIRS)'; for subdir in $$list; do \
  714. if test "$$subdir" = .; then :; else \
  715. test ! -f $$subdir/TAGS || \
  716. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  717. fi; \
  718. done; \
  719. $(am__define_uniq_tagged_files); \
  720. shift; \
  721. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  722. test -n "$$unique" || unique=$$empty_fix; \
  723. if test $$# -gt 0; then \
  724. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  725. "$$@" $$unique; \
  726. else \
  727. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  728. $$unique; \
  729. fi; \
  730. fi
  731. ctags: ctags-recursive
  732. CTAGS: ctags
  733. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  734. $(am__define_uniq_tagged_files); \
  735. test -z "$(CTAGS_ARGS)$$unique" \
  736. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  737. $$unique
  738. GTAGS:
  739. here=`$(am__cd) $(top_builddir) && pwd` \
  740. && $(am__cd) $(top_srcdir) \
  741. && gtags -i $(GTAGS_ARGS) "$$here"
  742. cscope: cscope.files
  743. test ! -s cscope.files \
  744. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  745. clean-cscope:
  746. -rm -f cscope.files
  747. cscope.files: clean-cscope cscopelist
  748. cscopelist: cscopelist-recursive
  749. cscopelist-am: $(am__tagged_files)
  750. list='$(am__tagged_files)'; \
  751. case "$(srcdir)" in \
  752. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  753. *) sdir=$(subdir)/$(srcdir) ;; \
  754. esac; \
  755. for i in $$list; do \
  756. if test -f "$$i"; then \
  757. echo "$(subdir)/$$i"; \
  758. else \
  759. echo "$$sdir/$$i"; \
  760. fi; \
  761. done >> $(top_builddir)/cscope.files
  762. distclean-tags:
  763. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  764. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  765. distdir: $(DISTFILES)
  766. $(am__remove_distdir)
  767. test -d "$(distdir)" || mkdir "$(distdir)"
  768. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  769. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  770. list='$(DISTFILES)'; \
  771. dist_files=`for file in $$list; do echo $$file; done | \
  772. sed -e "s|^$$srcdirstrip/||;t" \
  773. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  774. case $$dist_files in \
  775. */*) $(MKDIR_P) `echo "$$dist_files" | \
  776. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  777. sort -u` ;; \
  778. esac; \
  779. for file in $$dist_files; do \
  780. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  781. if test -d $$d/$$file; then \
  782. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  783. if test -d "$(distdir)/$$file"; then \
  784. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  785. fi; \
  786. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  787. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  788. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  789. fi; \
  790. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  791. else \
  792. test -f "$(distdir)/$$file" \
  793. || cp -p $$d/$$file "$(distdir)/$$file" \
  794. || exit 1; \
  795. fi; \
  796. done
  797. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  798. if test "$$subdir" = .; then :; else \
  799. $(am__make_dryrun) \
  800. || test -d "$(distdir)/$$subdir" \
  801. || $(MKDIR_P) "$(distdir)/$$subdir" \
  802. || exit 1; \
  803. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  804. $(am__relativize); \
  805. new_distdir=$$reldir; \
  806. dir1=$$subdir; dir2="$(top_distdir)"; \
  807. $(am__relativize); \
  808. new_top_distdir=$$reldir; \
  809. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  810. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  811. ($(am__cd) $$subdir && \
  812. $(MAKE) $(AM_MAKEFLAGS) \
  813. top_distdir="$$new_top_distdir" \
  814. distdir="$$new_distdir" \
  815. am__remove_distdir=: \
  816. am__skip_length_check=: \
  817. am__skip_mode_fix=: \
  818. distdir) \
  819. || exit 1; \
  820. fi; \
  821. done
  822. -test -n "$(am__skip_mode_fix)" \
  823. || find "$(distdir)" -type d ! -perm -755 \
  824. -exec chmod u+rwx,go+rx {} \; -o \
  825. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  826. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  827. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  828. || chmod -R a+r "$(distdir)"
  829. dist-gzip: distdir
  830. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  831. $(am__post_remove_distdir)
  832. dist-bzip2: distdir
  833. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  834. $(am__post_remove_distdir)
  835. dist-lzip: distdir
  836. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  837. $(am__post_remove_distdir)
  838. dist-xz: distdir
  839. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  840. $(am__post_remove_distdir)
  841. dist-tarZ: distdir
  842. @echo WARNING: "Support for distribution archives compressed with" \
  843. "legacy program 'compress' is deprecated." >&2
  844. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  845. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  846. $(am__post_remove_distdir)
  847. dist-shar: distdir
  848. @echo WARNING: "Support for shar distribution archives is" \
  849. "deprecated." >&2
  850. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  851. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  852. $(am__post_remove_distdir)
  853. dist-zip: distdir
  854. -rm -f $(distdir).zip
  855. zip -rq $(distdir).zip $(distdir)
  856. $(am__post_remove_distdir)
  857. dist dist-all:
  858. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  859. $(am__post_remove_distdir)
  860. # This target untars the dist file and tries a VPATH configuration. Then
  861. # it guarantees that the distribution is self-contained by making another
  862. # tarfile.
  863. distcheck: dist
  864. case '$(DIST_ARCHIVES)' in \
  865. *.tar.gz*) \
  866. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  867. *.tar.bz2*) \
  868. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  869. *.tar.lz*) \
  870. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  871. *.tar.xz*) \
  872. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  873. *.tar.Z*) \
  874. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  875. *.shar.gz*) \
  876. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  877. *.zip*) \
  878. unzip $(distdir).zip ;;\
  879. esac
  880. chmod -R a-w $(distdir)
  881. chmod u+w $(distdir)
  882. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  883. chmod a-w $(distdir)
  884. test -d $(distdir)/_build || exit 0; \
  885. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  886. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  887. && am__cwd=`pwd` \
  888. && $(am__cd) $(distdir)/_build/sub \
  889. && ../../configure \
  890. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  891. $(DISTCHECK_CONFIGURE_FLAGS) \
  892. --srcdir=../.. --prefix="$$dc_install_base" \
  893. && $(MAKE) $(AM_MAKEFLAGS) \
  894. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  895. && $(MAKE) $(AM_MAKEFLAGS) check \
  896. && $(MAKE) $(AM_MAKEFLAGS) install \
  897. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  898. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  899. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  900. distuninstallcheck \
  901. && chmod -R a-w "$$dc_install_base" \
  902. && ({ \
  903. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  904. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  905. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  906. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  907. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  908. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  909. && rm -rf "$$dc_destdir" \
  910. && $(MAKE) $(AM_MAKEFLAGS) dist \
  911. && rm -rf $(DIST_ARCHIVES) \
  912. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  913. && cd "$$am__cwd" \
  914. || exit 1
  915. $(am__post_remove_distdir)
  916. @(echo "$(distdir) archives ready for distribution: "; \
  917. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  918. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  919. distuninstallcheck:
  920. @test -n '$(distuninstallcheck_dir)' || { \
  921. echo 'ERROR: trying to run $@ with an empty' \
  922. '$$(distuninstallcheck_dir)' >&2; \
  923. exit 1; \
  924. }; \
  925. $(am__cd) '$(distuninstallcheck_dir)' || { \
  926. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  927. exit 1; \
  928. }; \
  929. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  930. || { echo "ERROR: files left after uninstall:" ; \
  931. if test -n "$(DESTDIR)"; then \
  932. echo " (check DESTDIR support)"; \
  933. fi ; \
  934. $(distuninstallcheck_listfiles) ; \
  935. exit 1; } >&2
  936. distcleancheck: distclean
  937. @if test '$(srcdir)' = . ; then \
  938. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  939. exit 1 ; \
  940. fi
  941. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  942. || { echo "ERROR: files left in build directory after distclean:" ; \
  943. $(distcleancheck_listfiles) ; \
  944. exit 1; } >&2
  945. check-am: all-am
  946. check: check-recursive
  947. all-am: Makefile $(HEADERS) config.h
  948. installdirs: installdirs-recursive
  949. installdirs-am:
  950. for dir in "$(DESTDIR)$(pkgincludedir)"; do \
  951. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  952. done
  953. install: install-recursive
  954. install-exec: install-exec-recursive
  955. install-data: install-data-recursive
  956. uninstall: uninstall-recursive
  957. install-am: all-am
  958. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  959. installcheck: installcheck-recursive
  960. install-strip:
  961. if test -z '$(STRIP)'; then \
  962. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  963. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  964. install; \
  965. else \
  966. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  967. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  968. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  969. fi
  970. mostlyclean-generic:
  971. clean-generic:
  972. distclean-generic:
  973. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  974. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  975. maintainer-clean-generic:
  976. @echo "This command is intended for maintainers to use"
  977. @echo "it deletes files that may require special tools to rebuild."
  978. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  979. clean: clean-recursive
  980. clean-am: clean-generic clean-libtool mostlyclean-am
  981. distclean: distclean-recursive
  982. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  983. -rm -f Makefile
  984. distclean-am: clean-am distclean-generic distclean-hdr \
  985. distclean-libtool distclean-local distclean-tags
  986. dvi: dvi-recursive
  987. dvi-am:
  988. html: html-recursive
  989. html-am:
  990. info: info-recursive
  991. info-am:
  992. install-data-am: install-pkgincludeHEADERS
  993. install-dvi: install-dvi-recursive
  994. install-dvi-am:
  995. install-exec-am:
  996. install-html: install-html-recursive
  997. install-html-am:
  998. install-info: install-info-recursive
  999. install-info-am:
  1000. install-man:
  1001. install-pdf: install-pdf-recursive
  1002. install-pdf-am:
  1003. install-ps: install-ps-recursive
  1004. install-ps-am:
  1005. installcheck-am:
  1006. maintainer-clean: maintainer-clean-recursive
  1007. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1008. -rm -rf $(top_srcdir)/autom4te.cache
  1009. -rm -f Makefile
  1010. maintainer-clean-am: distclean-am maintainer-clean-generic
  1011. mostlyclean: mostlyclean-recursive
  1012. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  1013. pdf: pdf-recursive
  1014. pdf-am:
  1015. ps: ps-recursive
  1016. ps-am:
  1017. uninstall-am: uninstall-pkgincludeHEADERS
  1018. .MAKE: $(am__recursive_targets) all install-am install-strip
  1019. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  1020. am--refresh check check-am clean clean-cscope clean-generic \
  1021. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  1022. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  1023. dist-xz dist-zip distcheck distclean distclean-generic \
  1024. distclean-hdr distclean-libtool distclean-local distclean-tags \
  1025. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  1026. html-am info info-am install install-am install-data \
  1027. install-data-am install-dvi install-dvi-am install-exec \
  1028. install-exec-am install-html install-html-am install-info \
  1029. install-info-am install-man install-pdf install-pdf-am \
  1030. install-pkgincludeHEADERS install-ps install-ps-am \
  1031. install-strip installcheck installcheck-am installdirs \
  1032. installdirs-am maintainer-clean maintainer-clean-generic \
  1033. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  1034. ps ps-am tags tags-am uninstall uninstall-am \
  1035. uninstall-pkgincludeHEADERS
  1036. .PRECIOUS: Makefile
  1037. distclean-local:
  1038. -(cd $(top_srcdir) && rm -rf autom4te*.cache autoscan.*)
  1039. -(cd $(top_srcdir) && rm -rf $(PACKAGE)-*)
  1040. mrproper: distclean-local clean
  1041. -(cd $(top_srcdir) && rm -rf autom4te.cache config.h config.log)
  1042. -(cd $(top_srcdir) && rm -rf config.status libtool stamp-h1)
  1043. -(cd $(top_srcdir)/auxdir && rm -rf mkinstalldirs)
  1044. -(cd $(top_srcdir)/slurm && rm -rf stamp-h2 slurm.h)
  1045. -find $(top_srcdir)/src -name "Makefile" -exec rm {} \;
  1046. -find $(top_srcdir) -depth -name ".deps" -exec rm -rf {} \;
  1047. contrib:
  1048. @cd contribs && \
  1049. $(MAKE) && \
  1050. cd ..;
  1051. install-contrib:
  1052. @cd contribs && \
  1053. $(MAKE) DESTDIR=$(DESTDIR) install && \
  1054. cd ..;
  1055. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1056. # Otherwise a system limit (for SysV at least) may be exceeded.
  1057. .NOEXPORT: