Update automatically managed build utilities.
[autoys] / gremlin / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 ### -*-makefile-*-
19 ###
20 ### Build script for the conversion gremlin
21 ###
22 ### (c) 2016 Mark Wooding
23 ###
24
25 ###----- Licensing notice ---------------------------------------------------
26 ###
27 ### This file is part of the `autoys' audio tools collection.
28 ###
29 ### `autoys' is free software; you can redistribute it and/or modify
30 ### it under the terms of the GNU General Public License as published by
31 ### the Free Software Foundation; either version 2 of the License, or
32 ### (at your option) any later version.
33 ###
34 ### `autoys' is distributed in the hope that it will be useful,
35 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
36 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 ### GNU General Public License for more details.
38 ###
39 ### You should have received a copy of the GNU General Public License
40 ### along with `autoys'; if not, write to the Free Software Foundation,
41 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
42
43 ### -*-makefile-*-
44 ###
45 ### Common definitions
46 ###
47 ### (c) 2016 Mark Wooding
48 ###
49
50 ###----- Licensing notice ---------------------------------------------------
51 ###
52 ### This file is part of the `autoys' audio tools collection.
53 ###
54 ### `autoys' is free software; you can redistribute it and/or modify
55 ### it under the terms of the GNU General Public License as published by
56 ### the Free Software Foundation; either version 2 of the License, or
57 ### (at your option) any later version.
58 ###
59 ### `autoys' is distributed in the hope that it will be useful,
60 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
61 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
62 ### GNU General Public License for more details.
63 ###
64 ### You should have received a copy of the GNU General Public License
65 ### along with `autoys'; if not, write to the Free Software Foundation,
66 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
67
68 ###--------------------------------------------------------------------------
69 ### Initial values of common variables.
70
71
72 VPATH = @srcdir@
73 am__make_dryrun = \
74 { \
75 am__dry=no; \
76 case $$MAKEFLAGS in \
77 *\\[\ \ ]*) \
78 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
79 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
80 *) \
81 for am__flg in $$MAKEFLAGS; do \
82 case $$am__flg in \
83 *=*|--*) ;; \
84 *n*) am__dry=yes; break;; \
85 esac; \
86 done;; \
87 esac; \
88 test $$am__dry = yes; \
89 }
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
107 $(srcdir)/Makefile.in $(top_srcdir)/vars.am
108 bin_PROGRAMS =
109
110 ###--------------------------------------------------------------------------
111 ### The gremlin.
112 @HAVE_PYTHON_TRUE@am__append_1 = gremlin
113 @HAVE_PYTHON_TRUE@am__append_2 = gremlin
114 @HAVE_PYTHON_TRUE@am__append_3 = gremlin.in
115 @HAVE_PYTHON_TRUE@am__append_4 = gremlin.1
116 subdir = gremlin
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120 $(ACLOCAL_M4)
121 mkinstalldirs = $(install_sh) -d
122 CONFIG_CLEAN_FILES =
123 CONFIG_CLEAN_VPATH_FILES =
124 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
125 "$(DESTDIR)$(man1dir)"
126 PROGRAMS = $(bin_PROGRAMS)
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130 *) f=$$p;; \
131 esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139 for p in $$list; do echo "$$p $$p"; done | \
140 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142 if (++n[$$2] == $(am__install_max)) \
143 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144 END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149 test -z "$$files" \
150 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152 $(am__cd) "$$dir" && rm -f $$files; }; \
153 }
154 SCRIPTS = $(bin_SCRIPTS)
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 SOURCES =
162 DIST_SOURCES =
163 am__can_run_installinfo = \
164 case $$AM_UPDATE_INFO_DIR in \
165 n|no|NO) false;; \
166 *) (install-info --version) >/dev/null 2>&1;; \
167 esac
168 man1dir = $(mandir)/man1
169 NROFF = nroff
170 MANS = $(dist_man_MANS)
171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172 ACLOCAL = @ACLOCAL@
173 AMTAR = @AMTAR@
174 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175 AUTOCONF = @AUTOCONF@
176 AUTOHEADER = @AUTOHEADER@
177 AUTOMAKE = @AUTOMAKE@
178 AWK = @AWK@
179 BASH = @BASH@
180 CC = @CC@
181 CCDEPMODE = @CCDEPMODE@
182 CFLAGS = @CFLAGS@
183 CPPFLAGS = @CPPFLAGS@
184 CYGPATH_W = @CYGPATH_W@
185 DEFS = @DEFS@
186 DEPDIR = @DEPDIR@
187 ECHO_C = @ECHO_C@
188 ECHO_N = @ECHO_N@
189 ECHO_T = @ECHO_T@
190 EXEEXT = @EXEEXT@
191 INSTALL = @INSTALL@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 LDFLAGS = @LDFLAGS@
197 LIBOBJS = @LIBOBJS@
198 LIBS = @LIBS@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAKEINFO = @MAKEINFO@
201 MKDIR_P = @MKDIR_P@
202 OBJEXT = @OBJEXT@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_URL = @PACKAGE_URL@
209 PACKAGE_VERSION = @PACKAGE_VERSION@
210 PATH_SEPARATOR = @PATH_SEPARATOR@
211 PYTHON = @PYTHON@
212 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
213 PYTHON_PLATFORM = @PYTHON_PLATFORM@
214 PYTHON_PREFIX = @PYTHON_PREFIX@
215 PYTHON_VERSION = @PYTHON_VERSION@
216 SET_MAKE = @SET_MAKE@
217 SHELL = @SHELL@
218 STRIP = @STRIP@
219 VERSION = @VERSION@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 am__include = @am__include@
226 am__leading_dot = @am__leading_dot@
227 am__quote = @am__quote@
228 am__tar = @am__tar@
229 am__untar = @am__untar@
230 bindir = @bindir@
231 build_alias = @build_alias@
232 builddir = @builddir@
233 datadir = @datadir@
234 datarootdir = @datarootdir@
235 docdir = @docdir@
236 dvidir = @dvidir@
237 exec_prefix = @exec_prefix@
238 host_alias = @host_alias@
239 htmldir = @htmldir@
240 includedir = @includedir@
241 infodir = @infodir@
242 install_sh = @install_sh@
243 libdir = @libdir@
244 libexecdir = @libexecdir@
245 localedir = @localedir@
246 localstatedir = @localstatedir@
247 mandir = @mandir@
248 mkdir_p = @mkdir_p@
249 oldincludedir = @oldincludedir@
250 pdfdir = @pdfdir@
251 pkgpyexecdir = @pkgpyexecdir@
252 pkgpythondir = @pkgpythondir@
253 prefix = @prefix@
254 program_transform_name = @program_transform_name@
255 psdir = @psdir@
256 pyexecdir = @pyexecdir@
257 pythondir = @pythondir@
258 sbindir = @sbindir@
259 sharedstatedir = @sharedstatedir@
260 srcdir = @srcdir@
261 sysconfdir = @sysconfdir@
262 target_alias = @target_alias@
263 top_build_prefix = @top_build_prefix@
264 top_builddir = @top_builddir@
265 top_srcdir = @top_srcdir@
266 EXTRA_DIST = $(am__append_3)
267 CLEANFILES = $(am__append_2)
268 DISTCLEANFILES =
269 MAINTAINERCLEANFILES =
270 bin_SCRIPTS = $(am__append_1)
271 dist_man_MANS = $(am__append_4)
272
273 ###--------------------------------------------------------------------------
274 ### Standard configuration substitutions.
275 confsubst = $(top_srcdir)/config/confsubst
276 SUBSTITUTIONS = \
277 prefix=$(prefix) exec_prefix=$(exec_prefix) \
278 libdir=$(libdir) includedir=$(includedir) \
279 bindir=$(bindir) sbindir=$(sbindir) \
280 PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
281 PYTHON=$(PYTHON) BASH=$(BASH)
282
283 V_SUBST = $(V_SUBST_$(V))
284 V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY))
285 V_SUBST_0 = @echo " SUBST $@";
286 SUBST = $(V_SUBST)$(confsubst)
287 all: all-am
288
289 .SUFFIXES:
290 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/vars.am $(am__configure_deps)
291 @for dep in $?; do \
292 case '$(am__configure_deps)' in \
293 *$$dep*) \
294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295 && { if test -f $@; then exit 0; else break; fi; }; \
296 exit 1;; \
297 esac; \
298 done; \
299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gremlin/Makefile'; \
300 $(am__cd) $(top_srcdir) && \
301 $(AUTOMAKE) --foreign gremlin/Makefile
302 .PRECIOUS: Makefile
303 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
304 @case '$?' in \
305 *config.status*) \
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
307 *) \
308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
310 esac;
311 $(top_srcdir)/vars.am:
312
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316 $(top_srcdir)/configure: $(am__configure_deps)
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(am__aclocal_m4_deps):
321 install-binPROGRAMS: $(bin_PROGRAMS)
322 @$(NORMAL_INSTALL)
323 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
324 if test -n "$$list"; then \
325 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
326 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
327 fi; \
328 for p in $$list; do echo "$$p $$p"; done | \
329 sed 's/$(EXEEXT)$$//' | \
330 while read p p1; do if test -f $$p; \
331 then echo "$$p"; echo "$$p"; else :; fi; \
332 done | \
333 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
334 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
335 sed 'N;N;N;s,\n, ,g' | \
336 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
337 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
338 if ($$2 == $$4) files[d] = files[d] " " $$1; \
339 else { print "f", $$3 "/" $$4, $$1; } } \
340 END { for (d in files) print "f", d, files[d] }' | \
341 while read type dir files; do \
342 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
343 test -z "$$files" || { \
344 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
345 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
346 } \
347 ; done
348
349 uninstall-binPROGRAMS:
350 @$(NORMAL_UNINSTALL)
351 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
352 files=`for p in $$list; do echo "$$p"; done | \
353 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
354 -e 's/$$/$(EXEEXT)/' `; \
355 test -n "$$list" || exit 0; \
356 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
357 cd "$(DESTDIR)$(bindir)" && rm -f $$files
358
359 clean-binPROGRAMS:
360 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
361 install-binSCRIPTS: $(bin_SCRIPTS)
362 @$(NORMAL_INSTALL)
363 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
364 if test -n "$$list"; then \
365 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
366 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
367 fi; \
368 for p in $$list; do \
369 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
370 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
371 done | \
372 sed -e 'p;s,.*/,,;n' \
373 -e 'h;s|.*|.|' \
374 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
375 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
376 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
377 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
378 if (++n[d] == $(am__install_max)) { \
379 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
380 else { print "f", d "/" $$4, $$1 } } \
381 END { for (d in files) print "f", d, files[d] }' | \
382 while read type dir files; do \
383 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
384 test -z "$$files" || { \
385 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
386 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
387 } \
388 ; done
389
390 uninstall-binSCRIPTS:
391 @$(NORMAL_UNINSTALL)
392 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
393 files=`for p in $$list; do echo "$$p"; done | \
394 sed -e 's,.*/,,;$(transform)'`; \
395 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
396 install-man1: $(dist_man_MANS)
397 @$(NORMAL_INSTALL)
398 @list1=''; \
399 list2='$(dist_man_MANS)'; \
400 test -n "$(man1dir)" \
401 && test -n "`echo $$list1$$list2`" \
402 || exit 0; \
403 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
404 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
405 { for i in $$list1; do echo "$$i"; done; \
406 if test -n "$$list2"; then \
407 for i in $$list2; do echo "$$i"; done \
408 | sed -n '/\.1[a-z]*$$/p'; \
409 fi; \
410 } | while read p; do \
411 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
412 echo "$$d$$p"; echo "$$p"; \
413 done | \
414 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
415 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
416 sed 'N;N;s,\n, ,g' | { \
417 list=; while read file base inst; do \
418 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
419 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
420 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
421 fi; \
422 done; \
423 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
424 while read files; do \
425 test -z "$$files" || { \
426 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
427 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
428 done; }
429
430 uninstall-man1:
431 @$(NORMAL_UNINSTALL)
432 @list=''; test -n "$(man1dir)" || exit 0; \
433 files=`{ for i in $$list; do echo "$$i"; done; \
434 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
435 sed -n '/\.1[a-z]*$$/p'; \
436 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
437 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
438 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
439 tags: TAGS
440 TAGS:
441
442 ctags: CTAGS
443 CTAGS:
444
445
446 distdir: $(DISTFILES)
447 @list='$(MANS)'; if test -n "$$list"; then \
448 list=`for p in $$list; do \
449 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
450 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
451 if test -n "$$list" && \
452 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
453 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
454 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
455 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
456 echo " typically \`make maintainer-clean' will remove them" >&2; \
457 exit 1; \
458 else :; fi; \
459 else :; fi
460 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462 list='$(DISTFILES)'; \
463 dist_files=`for file in $$list; do echo $$file; done | \
464 sed -e "s|^$$srcdirstrip/||;t" \
465 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466 case $$dist_files in \
467 */*) $(MKDIR_P) `echo "$$dist_files" | \
468 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469 sort -u` ;; \
470 esac; \
471 for file in $$dist_files; do \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 if test -d $$d/$$file; then \
474 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475 if test -d "$(distdir)/$$file"; then \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 fi; \
478 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481 fi; \
482 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483 else \
484 test -f "$(distdir)/$$file" \
485 || cp -p $$d/$$file "$(distdir)/$$file" \
486 || exit 1; \
487 fi; \
488 done
489 check-am: all-am
490 check: check-am
491 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
492 installdirs:
493 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
494 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
495 done
496 install: install-am
497 install-exec: install-exec-am
498 install-data: install-data-am
499 uninstall: uninstall-am
500
501 install-am: all-am
502 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504 installcheck: installcheck-am
505 install-strip:
506 if test -z '$(STRIP)'; then \
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509 install; \
510 else \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
514 fi
515 mostlyclean-generic:
516
517 clean-generic:
518 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
519
520 distclean-generic:
521 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
522 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
523 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
524
525 maintainer-clean-generic:
526 @echo "This command is intended for maintainers to use"
527 @echo "it deletes files that may require special tools to rebuild."
528 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
529 clean: clean-am
530
531 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
532
533 distclean: distclean-am
534 -rm -f Makefile
535 distclean-am: clean-am distclean-generic
536
537 dvi: dvi-am
538
539 dvi-am:
540
541 html: html-am
542
543 html-am:
544
545 info: info-am
546
547 info-am:
548
549 install-data-am: install-man
550
551 install-dvi: install-dvi-am
552
553 install-dvi-am:
554
555 install-exec-am: install-binPROGRAMS install-binSCRIPTS
556
557 install-html: install-html-am
558
559 install-html-am:
560
561 install-info: install-info-am
562
563 install-info-am:
564
565 install-man: install-man1
566
567 install-pdf: install-pdf-am
568
569 install-pdf-am:
570
571 install-ps: install-ps-am
572
573 install-ps-am:
574
575 installcheck-am:
576
577 maintainer-clean: maintainer-clean-am
578 -rm -f Makefile
579 maintainer-clean-am: distclean-am maintainer-clean-generic
580
581 mostlyclean: mostlyclean-am
582
583 mostlyclean-am: mostlyclean-generic
584
585 pdf: pdf-am
586
587 pdf-am:
588
589 ps: ps-am
590
591 ps-am:
592
593 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-man
594
595 uninstall-man: uninstall-man1
596
597 .MAKE: install-am install-strip
598
599 .PHONY: all all-am check check-am clean clean-binPROGRAMS \
600 clean-generic distclean distclean-generic distdir dvi dvi-am \
601 html html-am info info-am install install-am \
602 install-binPROGRAMS install-binSCRIPTS install-data \
603 install-data-am install-dvi install-dvi-am install-exec \
604 install-exec-am install-html install-html-am install-info \
605 install-info-am install-man install-man1 install-pdf \
606 install-pdf-am install-ps install-ps-am install-strip \
607 installcheck installcheck-am installdirs maintainer-clean \
608 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
609 pdf-am ps ps-am uninstall uninstall-am uninstall-binPROGRAMS \
610 uninstall-binSCRIPTS uninstall-man uninstall-man1
611
612
613 ###----- That's all, folks --------------------------------------------------
614
615 @HAVE_PYTHON_TRUE@gremlin: gremlin.in
616 @HAVE_PYTHON_TRUE@ $(SUBST) $(srcdir)/gremlin.in >$@.new $(SUBSTITUTIONS) && \
617 @HAVE_PYTHON_TRUE@ chmod +x $@.new && mv $@.new $@
618
619 ###----- That's all, folks --------------------------------------------------
620
621 # Tell versions [3.59,3.63) of GNU make to not export all variables.
622 # Otherwise a system limit (for SysV at least) may be exceeded.
623 .NOEXPORT: