1# Makefile.in generated by automake 1.12.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.in for mpd2
18#
19# If we want to slightly alter the way in which our python scripts are installed
20# then we could probably replace this long-ish, error-prone, largely-manual
21# makefile with an automake-flavored one.  As it is, the current version is
22# basically the original Makefile.in modified slightly to account for the
23# elimination of the separate install/install-alt mechanism.
24
25
26VPATH = @srcdir@
27am__make_dryrun = \
28  { \
29    am__dry=no; \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
33          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
34      *) \
35        for am__flg in $$MAKEFLAGS; do \
36          case $$am__flg in \
37            *=*|--*) ;; \
38            *n*) am__dry=yes; break;; \
39          esac; \
40        done;; \
41    esac; \
42    test $$am__dry = yes; \
43  }
44pkgdatadir = $(datadir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@
47pkglibexecdir = $(libexecdir)/@PACKAGE@
48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49install_sh_DATA = $(install_sh) -c -m 644
50install_sh_PROGRAM = $(install_sh) -c
51install_sh_SCRIPT = $(install_sh) -c
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = $(program_transform_name)
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60bin_PROGRAMS = mpdroot$(EXEEXT)
61EXTRA_PROGRAMS = sigcatcher$(EXEEXT) infloop$(EXEEXT)
62subdir = .
63DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \
64	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
65	$(srcdir)/mpdconf.h.in $(top_srcdir)/../../../confdb/depcomp \
66	$(top_srcdir)/../../../confdb/install-sh \
67	$(top_srcdir)/../../../confdb/missing $(top_srcdir)/configure \
68	../../../confdb/config.rpath ../../../confdb/depcomp \
69	../../../confdb/install-sh ../../../confdb/missing
70ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71am__aclocal_m4_deps = $(top_srcdir)/../../../confdb/aclocal_bugfix.m4 \
72	$(top_srcdir)/../../../confdb/aclocal_cc.m4 \
73	$(top_srcdir)/../../../confdb/aclocal_util.m4 \
74	$(top_srcdir)/../../../maint/version.m4 \
75	$(top_srcdir)/configure.ac
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79 configure.lineno config.status.lineno
80mkinstalldirs = $(install_sh) -d
81CONFIG_HEADER = mpdconf.h
82CONFIG_CLEAN_FILES =
83CONFIG_CLEAN_VPATH_FILES =
84am__installdirs = "$(DESTDIR)$(bindir)"
85PROGRAMS = $(bin_PROGRAMS)
86infloop_SOURCES = infloop.c
87infloop_OBJECTS = infloop.$(OBJEXT)
88infloop_LDADD = $(LDADD)
89mpdroot_SOURCES = mpdroot.c
90mpdroot_OBJECTS = mpdroot.$(OBJEXT)
91mpdroot_LDADD = $(LDADD)
92sigcatcher_SOURCES = sigcatcher.c
93sigcatcher_OBJECTS = sigcatcher.$(OBJEXT)
94sigcatcher_LDADD = $(LDADD)
95AM_V_P = $(am__v_P_@AM_V@)
96am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_@AM_V@)
100am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101am__v_GEN_0 = @echo "  GEN     " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_@AM_V@)
104am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105am__v_at_0 = @
106am__v_at_1 =
107DEFAULT_INCLUDES = -I.@am__isrc@
108depcomp = $(SHELL) $(top_srcdir)/../../../confdb/depcomp
109am__depfiles_maybe = depfiles
110am__mv = mv -f
111COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113AM_V_CC = $(am__v_CC_@AM_V@)
114am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
115am__v_CC_0 = @echo "  CC      " $@;
116am__v_CC_1 =
117CCLD = $(CC)
118LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
119AM_V_CCLD = $(am__v_CCLD_@AM_V@)
120am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
121am__v_CCLD_0 = @echo "  CCLD    " $@;
122am__v_CCLD_1 =
123SOURCES = infloop.c mpdroot.c sigcatcher.c
124DIST_SOURCES = infloop.c mpdroot.c sigcatcher.c
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130HEADERS = $(noinst_HEADERS)
131ETAGS = etags
132CTAGS = ctags
133CSCOPE = cscope
134AM_RECURSIVE_TARGETS = cscope
135DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136distdir = $(PACKAGE)-$(VERSION)
137top_distdir = $(distdir)
138am__remove_distdir = \
139  if test -d "$(distdir)"; then \
140    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
141      && rm -rf "$(distdir)" \
142      || { sleep 5 && rm -rf "$(distdir)"; }; \
143  else :; fi
144am__post_remove_distdir = $(am__remove_distdir)
145DIST_ARCHIVES = $(distdir).tar.gz
146GZIP_ENV = --best
147DIST_TARGETS = dist-gzip
148distuninstallcheck_listfiles = find . -type f -print
149am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
150  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
151distcleancheck_listfiles = find . -type f -print
152ACLOCAL = @ACLOCAL@
153AMTAR = @AMTAR@
154AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155AUTOCONF = @AUTOCONF@
156AUTOHEADER = @AUTOHEADER@
157AUTOMAKE = @AUTOMAKE@
158AWK = @AWK@
159CC = @CC@
160CCDEPMODE = @CCDEPMODE@
161CFLAGS = @CFLAGS@
162CLINKER = @CLINKER@
163COPTIONS = @COPTIONS@
164CPP = @CPP@
165CPPFLAGS = @CPPFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DO_MTV = @DO_MTV@
170ECHO_C = @ECHO_C@
171ECHO_N = @ECHO_N@
172ECHO_T = @ECHO_T@
173EGREP = @EGREP@
174EXEEXT = @EXEEXT@
175GREP = @GREP@
176INSTALL = @INSTALL@
177INSTALL_DATA = @INSTALL_DATA@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181LDFLAGS = @LDFLAGS@
182LIBOBJS = @LIBOBJS@
183LIBS = @LIBS@
184LN_S = @LN_S@
185LTLIBOBJS = @LTLIBOBJS@
186MAKEINFO = @MAKEINFO@
187MKDIR_P = @MKDIR_P@
188MPD_HOME = @MPD_HOME@
189OBJEXT = @OBJEXT@
190PACKAGE = @PACKAGE@
191PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192PACKAGE_NAME = @PACKAGE_NAME@
193PACKAGE_STRING = @PACKAGE_STRING@
194PACKAGE_TARNAME = @PACKAGE_TARNAME@
195PACKAGE_URL = @PACKAGE_URL@
196PACKAGE_VERSION = @PACKAGE_VERSION@
197PATH_SEPARATOR = @PATH_SEPARATOR@
198PY = @PY@
199PY2 = @PY2@
200PY22 = @PY22@
201PY23 = @PY23@
202PY24 = @PY24@
203PY25 = @PY25@
204PY26 = @PY26@
205PYTHON = @PYTHON@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
209TOTALVIEW = @TOTALVIEW@
210VERSION = @VERSION@
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216am__include = @am__include@
217am__leading_dot = @am__leading_dot@
218am__quote = @am__quote@
219am__tar = @am__tar@
220am__untar = @am__untar@
221bindir = @bindir@
222build_alias = @build_alias@
223builddir = @builddir@
224datadir = @datadir@
225datarootdir = @datarootdir@
226docdir = @docdir@
227dvidir = @dvidir@
228exec_prefix = @exec_prefix@
229host_alias = @host_alias@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253
254# COMPILE and LINK are the automake names for these variables
255C_COMPILE = $(COMPILE)
256C_LINK = $(LINK)
257noinst_HEADERS = mpdconf.h mpdroot.h
258AM_CPPFLAGS = '-DSYSCONFDIR="$(sysconfdir)"'
259MPD = mpd
260MPDBOOT = mpdboot
261CMDS = mpiexec mpdtrace mpdringtest mpdlistjobs mpdkilljob mpdsigjob \
262           mpdexit mpdallexit mpdcleanup mpdhelp mpdcheck
263
264HELPERS = mpdgdbdrv mpdman mpdlib mpdchkpyver Zeroconf
265PYTHON_SOURCE = ${MPD} ${MPDBOOT} ${CMDS} ${HELPERS}
266mpdroot_sources = mpdroot.c
267example_sources = sigcatcher.c infloop.c
268
269# make sure that all of these files end up in a "make dist" tarball
270EXTRA_DIST = ${PYTHON_SOURCE:=.py} autogen.sh
271CLEANFILES = mtv.so
272all: mpdconf.h
273	$(MAKE) $(AM_MAKEFLAGS) all-am
274
275.SUFFIXES:
276.SUFFIXES: .c .o .obj
277am--refresh: Makefile
278	@:
279$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
280	@for dep in $?; do \
281	  case '$(am__configure_deps)' in \
282	    *$$dep*) \
283	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
284	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
285		&& exit 0; \
286	      exit 1;; \
287	  esac; \
288	done; \
289	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
290	$(am__cd) $(top_srcdir) && \
291	  $(AUTOMAKE) --foreign Makefile
292.PRECIOUS: Makefile
293Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294	@case '$?' in \
295	  *config.status*) \
296	    echo ' $(SHELL) ./config.status'; \
297	    $(SHELL) ./config.status;; \
298	  *) \
299	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
300	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
301	esac;
302
303$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304	$(SHELL) ./config.status --recheck
305
306$(top_srcdir)/configure:  $(am__configure_deps)
307	$(am__cd) $(srcdir) && $(AUTOCONF)
308$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
309	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
310$(am__aclocal_m4_deps):
311
312mpdconf.h: stamp-h1
313	@if test ! -f $@; then rm -f stamp-h1; else :; fi
314	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
315
316stamp-h1: $(srcdir)/mpdconf.h.in $(top_builddir)/config.status
317	@rm -f stamp-h1
318	cd $(top_builddir) && $(SHELL) ./config.status mpdconf.h
319$(srcdir)/mpdconf.h.in:  $(am__configure_deps)
320	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
321	rm -f stamp-h1
322	touch $@
323
324distclean-hdr:
325	-rm -f mpdconf.h stamp-h1
326install-binPROGRAMS: $(bin_PROGRAMS)
327	@$(NORMAL_INSTALL)
328	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
329	if test -n "$$list"; then \
330	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
331	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
332	fi; \
333	for p in $$list; do echo "$$p $$p"; done | \
334	sed 's/$(EXEEXT)$$//' | \
335	while read p p1; do if test -f $$p; \
336	  then echo "$$p"; echo "$$p"; else :; fi; \
337	done | \
338	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
339	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
340	sed 'N;N;N;s,\n, ,g' | \
341	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
342	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
343	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
344	    else { print "f", $$3 "/" $$4, $$1; } } \
345	  END { for (d in files) print "f", d, files[d] }' | \
346	while read type dir files; do \
347	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
348	    test -z "$$files" || { \
349	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
350	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
351	    } \
352	; done
353
354uninstall-binPROGRAMS:
355	@$(NORMAL_UNINSTALL)
356	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
357	files=`for p in $$list; do echo "$$p"; done | \
358	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
359	      -e 's/$$/$(EXEEXT)/' `; \
360	test -n "$$list" || exit 0; \
361	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
362	cd "$(DESTDIR)$(bindir)" && rm -f $$files
363
364clean-binPROGRAMS:
365	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
366infloop$(EXEEXT): $(infloop_OBJECTS) $(infloop_DEPENDENCIES) $(EXTRA_infloop_DEPENDENCIES)
367	@rm -f infloop$(EXEEXT)
368	$(AM_V_CCLD)$(LINK) $(infloop_OBJECTS) $(infloop_LDADD) $(LIBS)
369mpdroot$(EXEEXT): $(mpdroot_OBJECTS) $(mpdroot_DEPENDENCIES) $(EXTRA_mpdroot_DEPENDENCIES)
370	@rm -f mpdroot$(EXEEXT)
371	$(AM_V_CCLD)$(LINK) $(mpdroot_OBJECTS) $(mpdroot_LDADD) $(LIBS)
372sigcatcher$(EXEEXT): $(sigcatcher_OBJECTS) $(sigcatcher_DEPENDENCIES) $(EXTRA_sigcatcher_DEPENDENCIES)
373	@rm -f sigcatcher$(EXEEXT)
374	$(AM_V_CCLD)$(LINK) $(sigcatcher_OBJECTS) $(sigcatcher_LDADD) $(LIBS)
375
376mostlyclean-compile:
377	-rm -f *.$(OBJEXT)
378
379distclean-compile:
380	-rm -f *.tab.c
381
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infloop.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpdroot.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigcatcher.Po@am__quote@
385
386.c.o:
387@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
388@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
389@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
390@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
393
394.c.obj:
395@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
396@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
397@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
401
402ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
403	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	mkid -fID $$unique
410tags: TAGS
411
412TAGS:  $(HEADERS) $(SOURCES) mpdconf.h.in $(TAGS_DEPENDENCIES) \
413		$(TAGS_FILES) $(LISP)
414	set x; \
415	here=`pwd`; \
416	list='$(SOURCES) $(HEADERS) mpdconf.h.in $(LISP) $(TAGS_FILES)'; \
417	unique=`for i in $$list; do \
418	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419	  done | \
420	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422	shift; \
423	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424	  test -n "$$unique" || unique=$$empty_fix; \
425	  if test $$# -gt 0; then \
426	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427	      "$$@" $$unique; \
428	  else \
429	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430	      $$unique; \
431	  fi; \
432	fi
433ctags: CTAGS
434CTAGS:  $(HEADERS) $(SOURCES) mpdconf.h.in $(TAGS_DEPENDENCIES) \
435		$(TAGS_FILES) $(LISP)
436	list='$(SOURCES) $(HEADERS) mpdconf.h.in $(LISP) $(TAGS_FILES)'; \
437	unique=`for i in $$list; do \
438	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439	  done | \
440	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442	test -z "$(CTAGS_ARGS)$$unique" \
443	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444	     $$unique
445
446GTAGS:
447	here=`$(am__cd) $(top_builddir) && pwd` \
448	  && $(am__cd) $(top_srcdir) \
449	  && gtags -i $(GTAGS_ARGS) "$$here"
450
451cscope: cscope.files
452	test ! -s cscope.files \
453	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
454
455clean-cscope:
456	-rm -f cscope.files
457
458cscope.files: clean-cscope  cscopelist
459
460cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
461	list='$(SOURCES) $(HEADERS) $(LISP)'; \
462	case "$(srcdir)" in \
463	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
464	  *) sdir=$(subdir)/$(srcdir) ;; \
465	esac; \
466	for i in $$list; do \
467	  if test -f "$$i"; then \
468	    echo "$(subdir)/$$i"; \
469	  else \
470	    echo "$$sdir/$$i"; \
471	  fi; \
472	done >> $(top_builddir)/cscope.files
473
474distclean-tags:
475	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
477
478distdir: $(DISTFILES)
479	$(am__remove_distdir)
480	test -d "$(distdir)" || mkdir "$(distdir)"
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510	-test -n "$(am__skip_mode_fix)" \
511	|| find "$(distdir)" -type d ! -perm -755 \
512		-exec chmod u+rwx,go+rx {} \; -o \
513	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
514	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
515	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
516	|| chmod -R a+r "$(distdir)"
517dist-gzip: distdir
518	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
519	$(am__post_remove_distdir)
520
521dist-bzip2: distdir
522	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
523	$(am__post_remove_distdir)
524
525dist-lzip: distdir
526	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
527	$(am__post_remove_distdir)
528
529dist-xz: distdir
530	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
531	$(am__post_remove_distdir)
532
533dist-tarZ: distdir
534	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
535	$(am__post_remove_distdir)
536
537dist-shar: distdir
538	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
539	$(am__post_remove_distdir)
540
541dist-zip: distdir
542	-rm -f $(distdir).zip
543	zip -rq $(distdir).zip $(distdir)
544	$(am__post_remove_distdir)
545
546dist dist-all:
547	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
548	$(am__post_remove_distdir)
549
550# This target untars the dist file and tries a VPATH configuration.  Then
551# it guarantees that the distribution is self-contained by making another
552# tarfile.
553distcheck: dist
554	case '$(DIST_ARCHIVES)' in \
555	*.tar.gz*) \
556	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
557	*.tar.bz2*) \
558	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
559	*.tar.lz*) \
560	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
561	*.tar.xz*) \
562	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
563	*.tar.Z*) \
564	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
565	*.shar.gz*) \
566	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
567	*.zip*) \
568	  unzip $(distdir).zip ;;\
569	esac
570	chmod -R a-w $(distdir)
571	chmod u+w $(distdir)
572	mkdir $(distdir)/_build $(distdir)/_inst
573	chmod a-w $(distdir)
574	test -d $(distdir)/_build || exit 0; \
575	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
576	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
577	  && am__cwd=`pwd` \
578	  && $(am__cd) $(distdir)/_build \
579	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
580	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
581	    $(DISTCHECK_CONFIGURE_FLAGS) \
582	  && $(MAKE) $(AM_MAKEFLAGS) \
583	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
584	  && $(MAKE) $(AM_MAKEFLAGS) check \
585	  && $(MAKE) $(AM_MAKEFLAGS) install \
586	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
587	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
588	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
589	        distuninstallcheck \
590	  && chmod -R a-w "$$dc_install_base" \
591	  && ({ \
592	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
593	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
594	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
595	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
596	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
597	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
598	  && rm -rf "$$dc_destdir" \
599	  && $(MAKE) $(AM_MAKEFLAGS) dist \
600	  && rm -rf $(DIST_ARCHIVES) \
601	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
602	  && cd "$$am__cwd" \
603	  || exit 1
604	$(am__post_remove_distdir)
605	@(echo "$(distdir) archives ready for distribution: "; \
606	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
607	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
608distuninstallcheck:
609	@test -n '$(distuninstallcheck_dir)' || { \
610	  echo 'ERROR: trying to run $@ with an empty' \
611	       '$$(distuninstallcheck_dir)' >&2; \
612	  exit 1; \
613	}; \
614	$(am__cd) '$(distuninstallcheck_dir)' || { \
615	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
616	  exit 1; \
617	}; \
618	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
619	   || { echo "ERROR: files left after uninstall:" ; \
620	        if test -n "$(DESTDIR)"; then \
621	          echo "  (check DESTDIR support)"; \
622	        fi ; \
623	        $(distuninstallcheck_listfiles) ; \
624	        exit 1; } >&2
625distcleancheck: distclean
626	@if test '$(srcdir)' = . ; then \
627	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
628	  exit 1 ; \
629	fi
630	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
631	  || { echo "ERROR: files left in build directory after distclean:" ; \
632	       $(distcleancheck_listfiles) ; \
633	       exit 1; } >&2
634check-am: all-am
635check: check-am
636all-am: Makefile $(PROGRAMS) $(HEADERS) mpdconf.h all-local
637installdirs:
638	for dir in "$(DESTDIR)$(bindir)"; do \
639	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
640	done
641install: install-am
642install-exec: install-exec-am
643install-data: install-data-am
644uninstall: uninstall-am
645
646install-am: all-am
647	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649installcheck: installcheck-am
650install-strip:
651	if test -z '$(STRIP)'; then \
652	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654	      install; \
655	else \
656	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
659	fi
660mostlyclean-generic:
661
662clean-generic:
663	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
664
665distclean-generic:
666	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
668
669maintainer-clean-generic:
670	@echo "This command is intended for maintainers to use"
671	@echo "it deletes files that may require special tools to rebuild."
672clean: clean-am
673
674clean-am: clean-binPROGRAMS clean-generic clean-local mostlyclean-am
675
676distclean: distclean-am
677	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
678	-rm -rf ./$(DEPDIR)
679	-rm -f Makefile
680distclean-am: clean-am distclean-compile distclean-generic \
681	distclean-hdr distclean-tags
682
683dvi: dvi-am
684
685dvi-am:
686
687html: html-am
688
689html-am:
690
691info: info-am
692
693info-am:
694
695install-data-am:
696
697install-dvi: install-dvi-am
698
699install-dvi-am:
700
701install-exec-am: install-binPROGRAMS install-exec-local
702
703install-html: install-html-am
704
705install-html-am:
706
707install-info: install-info-am
708
709install-info-am:
710
711install-man:
712
713install-pdf: install-pdf-am
714
715install-pdf-am:
716
717install-ps: install-ps-am
718
719install-ps-am:
720
721installcheck-am:
722
723maintainer-clean: maintainer-clean-am
724	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
725	-rm -rf $(top_srcdir)/autom4te.cache
726	-rm -rf ./$(DEPDIR)
727	-rm -f Makefile
728maintainer-clean-am: distclean-am maintainer-clean-generic
729
730mostlyclean: mostlyclean-am
731
732mostlyclean-am: mostlyclean-compile mostlyclean-generic
733
734pdf: pdf-am
735
736pdf-am:
737
738ps: ps-am
739
740ps-am:
741
742uninstall-am: uninstall-binPROGRAMS uninstall-local
743
744.MAKE: all install-am install-strip
745
746.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
747	clean clean-binPROGRAMS clean-cscope clean-generic clean-local \
748	cscope cscopelist ctags dist dist-all dist-bzip2 dist-gzip \
749	dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
750	distclean distclean-compile distclean-generic distclean-hdr \
751	distclean-tags distcleancheck distdir distuninstallcheck dvi \
752	dvi-am html html-am info info-am install install-am \
753	install-binPROGRAMS install-data install-data-am install-dvi \
754	install-dvi-am install-exec install-exec-am install-exec-local \
755	install-html install-html-am install-info install-info-am \
756	install-man install-pdf install-pdf-am install-ps \
757	install-ps-am install-strip installcheck installcheck-am \
758	installdirs maintainer-clean maintainer-clean-generic \
759	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
760	ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
761	uninstall-local
762
763
764all-local: ${programs}
765	@if [ ! -x ${srcdir}/install.sh ] ; then \
766	    echo "chmod a+x ${srcdir}/install.sh" ;\
767	    if [ ! `chmod a+x ${srcdir}/install.sh` ] ; then \
768	        echo "  chmod ok" ;\
769	    else \
770	        echo "Unable to set ${srcdir}/install.sh file to be executable." ;\
771		echo "Please fix and rerun make" ;\
772	        exit 1 ;\
773	    fi ;\
774	fi
775	@if [ "${DO_MTV}" = "yes" ] ; then \
776	    currdir=`pwd` ; cd ${srcdir}  &&  ${PYTHON} ./mtv_setup.py build_ext --build-lib=$$currdir --build-temp=$$currdir ;\
777	fi
778
779clean-local:
780	@-rm -f *.o *.dep *~ ${EXAMPLES} core* *.1 *.pyc
781	@-rm -f *.gcno *.gcda *.bb *.bbg
782	@-rm -f ${srcdir}/*.gcno ${srcdir}/*.gcda
783
784# if configured with wrong prefix, use:
785#     make prefix=new_install_dir install
786# Note the conditional test for files in PYTHON_SOURCE; this is to allow
787# us to install Zeroconf if present (it is not part of the MPICH2 release
788# in order to avoid Copyright problems).
789install-exec-local:
790@PRIMARY_PM_MPD_TRUE@	@if [ ! -d $(DESTDIR)${bindir} ] ; then \
791@PRIMARY_PM_MPD_TRUE@	    echo "mkdir -p $(DESTDIR)${bindir} " ;\
792@PRIMARY_PM_MPD_TRUE@	    mkdir -p $(DESTDIR)${bindir} ;\
793@PRIMARY_PM_MPD_TRUE@	fi
794@PRIMARY_PM_MPD_TRUE@	-@if [ -n "`id | grep uid=0`" ] ; then \
795@PRIMARY_PM_MPD_TRUE@	    ${INSTALL} -m 4755 mpdroot $(DESTDIR)${bindir}/mpdroot ;\
796@PRIMARY_PM_MPD_TRUE@        else \
797@PRIMARY_PM_MPD_TRUE@	    ${INSTALL} -m  755 mpdroot $(DESTDIR)${bindir}/mpdroot ;\
798@PRIMARY_PM_MPD_TRUE@	fi
799@PRIMARY_PM_MPD_TRUE@	@echo "copying python files/links into " $(DESTDIR)${bindir}
800@PRIMARY_PM_MPD_TRUE@	-@for cmd in ${PYTHON_SOURCE} ; do \
801@PRIMARY_PM_MPD_TRUE@	    if [ ! -s $(srcdir)/$$cmd.py ] ; then continue ; fi ; \
802@PRIMARY_PM_MPD_TRUE@		sed \
803@PRIMARY_PM_MPD_TRUE@			-e 's#/usr/bin/env python.*#/usr/bin/env ${PYTHON}#' \
804@PRIMARY_PM_MPD_TRUE@			-e 's,/etc/mpd.conf,$(sysconfdir)/mpd.conf,g' \
805@PRIMARY_PM_MPD_TRUE@			${srcdir}/$$cmd.py > $(DESTDIR)${bindir}/temp$$cmd.py ; \
806@PRIMARY_PM_MPD_TRUE@	    ${INSTALL} -m 755 $(DESTDIR)${bindir}/temp$$cmd.py $(DESTDIR)${bindir}/$$cmd.py; \
807@PRIMARY_PM_MPD_TRUE@	    ( rm -f $(DESTDIR)${bindir}/temp$$cmd.py >/dev/null 2>&1 || exit 0 ) ; \
808@PRIMARY_PM_MPD_TRUE@	done
809@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && rm -f mpd
810@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpd.py mpd
811@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && rm -f mpdboot
812@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpdboot.py mpdboot
813@PRIMARY_PM_MPD_TRUE@	-@for cmd in ${CMDS} ; do \
814@PRIMARY_PM_MPD_TRUE@	    ( cd $(DESTDIR)${bindir} && rm -f $$cmd ; ) ; \
815@PRIMARY_PM_MPD_TRUE@	    ( cd $(DESTDIR)${bindir} && $(LN_S) $$cmd.py $$cmd ; ) \
816@PRIMARY_PM_MPD_TRUE@	done
817@PRIMARY_PM_MPD_TRUE@	-@( rm -f $(DESTDIR)${bindir}/mpdrun >/dev/null 2>&1 || exit 0 )
818@PRIMARY_PM_MPD_TRUE@	-@( rm -f $(DESTDIR)${bindir}/mpdrun.py >/dev/null 2>&1 || exit 0 )
819@PRIMARY_PM_MPD_TRUE@	-@( rm -f $(DESTDIR)${bindir}/mpirun >/dev/null 2>&1 || exit 0 )
820@PRIMARY_PM_MPD_TRUE@	-@( rm -f $(DESTDIR)${bindir}/mpirun.py >/dev/null 2>&1 || exit 0 )
821@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpiexec mpdrun
822@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpiexec.py mpdrun.py
823@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpiexec mpirun
824@PRIMARY_PM_MPD_TRUE@	-@cd $(DESTDIR)${bindir} && $(LN_S) mpiexec.py mpirun.py
825@PRIMARY_PM_MPD_TRUE@	-@if [ "${DO_MTV}" = "yes" ] ; then \
826@PRIMARY_PM_MPD_TRUE@	    ${INSTALL} -m 755 mtv.so $(DESTDIR)${bindir}/mtv.so ;\
827@PRIMARY_PM_MPD_TRUE@	fi
828@PRIMARY_PM_MPD_FALSE@	@echo "MPD alternate PM installation"
829@PRIMARY_PM_MPD_FALSE@	@echo "copying python files/links into " $(DESTDIR)${bindir}
830@PRIMARY_PM_MPD_FALSE@	@if [ ! -d $(DESTDIR)${bindir} ] ; then \
831@PRIMARY_PM_MPD_FALSE@	    echo "mkdir -p $(DESTDIR)${bindir} " ;\
832@PRIMARY_PM_MPD_FALSE@	    mkdir -p $(DESTDIR)${bindir} ;\
833@PRIMARY_PM_MPD_FALSE@	fi
834@PRIMARY_PM_MPD_FALSE@	for cmd in ${PYTHON_SOURCE} ; do \
835@PRIMARY_PM_MPD_FALSE@	    if [ ! -s $(srcdir)/$$cmd.py ] ; then continue ; fi ; \
836@PRIMARY_PM_MPD_FALSE@	    sed -e 's#/usr/bin/env python.*#/usr/bin/env ${PYTHON}#' ${srcdir}/$$cmd.py > $(DESTDIR)${bindir}/temp$$cmd.py ; \
837@PRIMARY_PM_MPD_FALSE@	    ${INSTALL} -m 755 $(DESTDIR)${bindir}/temp$$cmd.py $(DESTDIR)${bindir}/$$cmd.py; \
838@PRIMARY_PM_MPD_FALSE@	    ( rm -f $(DESTDIR)${bindir}/temp$$cmd.py >/dev/null 2>&1 || exit 0 ) ; \
839@PRIMARY_PM_MPD_FALSE@	done
840@PRIMARY_PM_MPD_FALSE@	cd $(DESTDIR)${bindir} && rm -f mpd
841@PRIMARY_PM_MPD_FALSE@	cd $(DESTDIR)${bindir} && $(LN_S) mpd.py mpd
842@PRIMARY_PM_MPD_FALSE@	cd $(DESTDIR)${bindir} && rm -f mpdboot
843@PRIMARY_PM_MPD_FALSE@	cd $(DESTDIR)${bindir} && $(LN_S) mpdboot.py mpdboot
844@PRIMARY_PM_MPD_FALSE@	for cmd in ${CMDS} ; do \
845@PRIMARY_PM_MPD_FALSE@	    if [ $$cmd = "mpiexec" ] ; then continue ; fi ; \
846@PRIMARY_PM_MPD_FALSE@	    ( cd $(DESTDIR)${bindir} && rm -f $$cmd ; ) ; \
847@PRIMARY_PM_MPD_FALSE@	    ( cd $(DESTDIR)${bindir} && $(LN_S) $$cmd.py $$cmd ; ) \
848@PRIMARY_PM_MPD_FALSE@	done
849@PRIMARY_PM_MPD_FALSE@	( rm -f $(DESTDIR)${bindir}/mpdrun >/dev/null 2>&1 || exit 0 )
850@PRIMARY_PM_MPD_FALSE@	( rm -f $(DESTDIR)${bindir}/mpdrun.py >/dev/null 2>&1 || exit 0 )
851@PRIMARY_PM_MPD_FALSE@	mv -f $(DESTDIR)${bindir}/mpiexec.py $(DESTDIR)${bindir}/mpiexec.mpd
852@PRIMARY_PM_MPD_FALSE@	cd $(DESTDIR)${bindir} && $(LN_S) mpiexec.mpd mpdrun
853
854uninstall-local:
855	-rm -f $(DESTDIR)${bindir}/mpdroot
856	-rm -f $(DESTDIR)${bindir}/Zeroconf.py
857	-rm -f $(DESTDIR)${bindir}/mpd
858	-rm -f $(DESTDIR)${bindir}/mpd.py
859	-rm -f $(DESTDIR)${bindir}/mpdallexit
860	-rm -f $(DESTDIR)${bindir}/mpdallexit.py
861	-rm -f $(DESTDIR)${bindir}/mpdboot
862	-rm -f $(DESTDIR)${bindir}/mpdboot.py
863	-rm -f $(DESTDIR)${bindir}/mpdcheck
864	-rm -f $(DESTDIR)${bindir}/mpdcheck.py
865	-rm -f $(DESTDIR)${bindir}/mpdchkpyver.py
866	-rm -f $(DESTDIR)${bindir}/mpdcleanup
867	-rm -f $(DESTDIR)${bindir}/mpdcleanup.py
868	-rm -f $(DESTDIR)${bindir}/mpdexit
869	-rm -f $(DESTDIR)${bindir}/mpdexit.py
870	-rm -f $(DESTDIR)${bindir}/mpdgdbdrv.py
871	-rm -f $(DESTDIR)${bindir}/mpdhelp
872	-rm -f $(DESTDIR)${bindir}/mpdhelp.py
873	-rm -f $(DESTDIR)${bindir}/mpdkilljob
874	-rm -f $(DESTDIR)${bindir}/mpdkilljob.py
875	-rm -f $(DESTDIR)${bindir}/mpdlib.py
876	-rm -f $(DESTDIR)${bindir}/mpdlib.pyc
877	-rm -f $(DESTDIR)${bindir}/mpdlistjobs
878	-rm -f $(DESTDIR)${bindir}/mpdlistjobs.py
879	-rm -f $(DESTDIR)${bindir}/mpdman.py
880	-rm -f $(DESTDIR)${bindir}/mpdman.pyc
881	-rm -f $(DESTDIR)${bindir}/mpdringtest
882	-rm -f $(DESTDIR)${bindir}/mpdringtest.py
883	-rm -f $(DESTDIR)${bindir}/mpdrun
884	-rm -f $(DESTDIR)${bindir}/mpdrun.py
885	-rm -f $(DESTDIR)${bindir}/mpdsigjob
886	-rm -f $(DESTDIR)${bindir}/mpdsigjob.py
887	-rm -f $(DESTDIR)${bindir}/mpdtrace
888	-rm -f $(DESTDIR)${bindir}/mpdtrace.py
889	-rm -f $(DESTDIR)${bindir}/mpecc.in
890	-rm -f $(DESTDIR)${bindir}/mpefc.in
891	-rm -f $(DESTDIR)${bindir}/mpiexec
892	-rm -f $(DESTDIR)${bindir}/mpiexec.py
893	-rm -f $(DESTDIR)${bindir}/mpirun
894	-rm -f $(DESTDIR)${bindir}/mpirun.py
895
896mpich2-mpdroot: mpich2-mpdroot.o
897	$(C_LINK) -o mpich2-mpdroot mpich2-mpdroot.o $(LIBS)
898	rm -f mpich2-mpdroot.o
899
900mpich2-mpdroot.o: ${srcdir}/mpdroot.c ${srcdir}/mpdroot.h mpdconf.h
901	${INSTALL} -m 644 ${srcdir}/mpdroot.c mpich2-mpdroot.c
902	${C_COMPILE} -DSYSCONFDIR=\"$(sysconfdir)\" -c mpich2-mpdroot.c
903	rm -f mpich2-mpdroot.c
904
905# Empty documentations targets (MPICH2 wants this target)
906htmldoc:
907latexdoc:
908
909# make MPICH2 happy
910coverage:
911
912# EXPERIMENTAL TOTALVIEW STUFF
913
914# EXPERIMENTAL MAN STUFF
915mandoc:
916	-@for cmd in ${PYTHON_SOURCE} ; do \
917	    cd ${srcdir} &&  pydoc $$cmd | txt2man -t $$cmd -s 1 -v "mpd cmds" | awk ' !/Help on module/ { print } ' > ../../../man/man1/$$cmd.1 ; \
918	done
919# (Note to makefile maintainers: not all make programs accept comments in
920# the commands for a target; all Makefile comments must begin in the first
921# column)
922# example:  nroff -man mpd.1 | less
923
924install-man-local:
925	-@for cmd in ${PYTHON_SOURCE} ; do \
926		${INSTALL} -m 644 $$cmd.1 $(DESTDIR)${mandir}/man1/$$cmd.1 ; \
927	done
928
929# Tell versions [3.59,3.63) of GNU make to not export all variables.
930# Otherwise a system limit (for SysV at least) may be exceeded.
931.NOEXPORT:
932