1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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#
18# NASPRO - The NASPRO Architecture for Sound PROcessing
19# A simple command line effect processor using LV2 plugins
20#
21# Copyright (C) 2011-2014 Stefano D'Angelo
22#
23# See the COPYING file for license conditions.
24#
25
26VPATH = @srcdir@
27am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88bin_PROGRAMS = lv2proc$(EXEEXT)
89subdir = src
90DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
91	$(top_srcdir)/depcomp
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__installdirs = "$(DESTDIR)$(bindir)"
101PROGRAMS = $(bin_PROGRAMS)
102am_lv2proc_OBJECTS = main.$(OBJEXT)
103lv2proc_OBJECTS = $(am_lv2proc_OBJECTS)
104lv2proc_LDADD = $(LDADD)
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118depcomp = $(SHELL) $(top_srcdir)/depcomp
119am__depfiles_maybe = depfiles
120am__mv = mv -f
121COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123AM_V_CC = $(am__v_CC_@AM_V@)
124am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
125am__v_CC_0 = @echo "  CC      " $@;
126am__v_CC_1 =
127CCLD = $(CC)
128LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
129AM_V_CCLD = $(am__v_CCLD_@AM_V@)
130am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
131am__v_CCLD_0 = @echo "  CCLD    " $@;
132am__v_CCLD_1 =
133SOURCES = $(lv2proc_SOURCES)
134DIST_SOURCES = $(lv2proc_SOURCES)
135am__can_run_installinfo = \
136  case $$AM_UPDATE_INFO_DIR in \
137    n|no|NO) false;; \
138    *) (install-info --version) >/dev/null 2>&1;; \
139  esac
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141# Read a list of newline-separated strings from the standard input,
142# and print each of them once, without duplicates.  Input order is
143# *not* preserved.
144am__uniquify_input = $(AWK) '\
145  BEGIN { nonempty = 0; } \
146  { items[$$0] = 1; nonempty = 1; } \
147  END { if (nonempty) { for (i in items) print i; }; } \
148'
149# Make sure the list of sources is unique.  This is necessary because,
150# e.g., the same source file might be shared among _SOURCES variables
151# for different programs/libraries.
152am__define_uniq_tagged_files = \
153  list='$(am__tagged_files)'; \
154  unique=`for i in $$list; do \
155    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156  done | $(am__uniquify_input)`
157ETAGS = etags
158CTAGS = ctags
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160ACLOCAL = @ACLOCAL@
161AMTAR = @AMTAR@
162AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163AUTOCONF = @AUTOCONF@
164AUTOHEADER = @AUTOHEADER@
165AUTOMAKE = @AUTOMAKE@
166AWK = @AWK@
167CC = @CC@
168CCDEPMODE = @CCDEPMODE@
169CFLAGS = @CFLAGS@
170CPP = @CPP@
171CPPFLAGS = @CPPFLAGS@
172CYGPATH_W = @CYGPATH_W@
173DEFS = @DEFS@
174DEPDIR = @DEPDIR@
175ECHO_C = @ECHO_C@
176ECHO_N = @ECHO_N@
177ECHO_T = @ECHO_T@
178EGREP = @EGREP@
179EXEEXT = @EXEEXT@
180GREP = @GREP@
181INSTALL = @INSTALL@
182INSTALL_DATA = @INSTALL_DATA@
183INSTALL_PROGRAM = @INSTALL_PROGRAM@
184INSTALL_SCRIPT = @INSTALL_SCRIPT@
185INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186LDFLAGS = @LDFLAGS@
187LIBOBJS = @LIBOBJS@
188LIBS = @LIBS@ @SNDFILE_LIBS@ @LILV_LIBS@
189LILV_CFLAGS = @LILV_CFLAGS@
190LILV_LIBS = @LILV_LIBS@
191LTLIBOBJS = @LTLIBOBJS@
192MAKEINFO = @MAKEINFO@
193MKDIR_P = @MKDIR_P@
194OBJEXT = @OBJEXT@
195PACKAGE = @PACKAGE@
196PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197PACKAGE_NAME = @PACKAGE_NAME@
198PACKAGE_STRING = @PACKAGE_STRING@
199PACKAGE_TARNAME = @PACKAGE_TARNAME@
200PACKAGE_URL = @PACKAGE_URL@
201PACKAGE_VERSION = @PACKAGE_VERSION@
202PATH_SEPARATOR = @PATH_SEPARATOR@
203PKG_CONFIG = @PKG_CONFIG@
204PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
205PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
209SNDFILE_LIBS = @SNDFILE_LIBS@
210STRIP = @STRIP@
211VERSION = @VERSION@
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
216ac_ct_CC = @ac_ct_CC@
217am__include = @am__include@
218am__leading_dot = @am__leading_dot@
219am__quote = @am__quote@
220am__tar = @am__tar@
221am__untar = @am__untar@
222bindir = @bindir@
223build_alias = @build_alias@
224builddir = @builddir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host_alias = @host_alias@
231htmldir = @htmldir@
232includedir = @includedir@
233infodir = @infodir@
234install_sh = @install_sh@
235libdir = @libdir@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239mandir = @mandir@
240mkdir_p = @mkdir_p@
241oldincludedir = @oldincludedir@
242pdfdir = @pdfdir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245psdir = @psdir@
246sbindir = @sbindir@
247sharedstatedir = @sharedstatedir@
248srcdir = @srcdir@
249sysconfdir = @sysconfdir@
250target_alias = @target_alias@
251top_build_prefix = @top_build_prefix@
252top_builddir = @top_builddir@
253top_srcdir = @top_srcdir@
254AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@
255lv2proc_SOURCES = main.c
256all: all-am
257
258.SUFFIXES:
259.SUFFIXES: .c .o .obj
260$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
261	@for dep in $?; do \
262	  case '$(am__configure_deps)' in \
263	    *$$dep*) \
264	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265	        && { if test -f $@; then exit 0; else break; fi; }; \
266	      exit 1;; \
267	  esac; \
268	done; \
269	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
270	$(am__cd) $(top_srcdir) && \
271	  $(AUTOMAKE) --gnu src/Makefile
272.PRECIOUS: Makefile
273Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274	@case '$?' in \
275	  *config.status*) \
276	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277	  *) \
278	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280	esac;
281
282$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285$(top_srcdir)/configure:  $(am__configure_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289$(am__aclocal_m4_deps):
290install-binPROGRAMS: $(bin_PROGRAMS)
291	@$(NORMAL_INSTALL)
292	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
293	if test -n "$$list"; then \
294	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
295	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
296	fi; \
297	for p in $$list; do echo "$$p $$p"; done | \
298	sed 's/$(EXEEXT)$$//' | \
299	while read p p1; do if test -f $$p \
300	  ; then echo "$$p"; echo "$$p"; else :; fi; \
301	done | \
302	sed -e 'p;s,.*/,,;n;h' \
303	    -e 's|.*|.|' \
304	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
305	sed 'N;N;N;s,\n, ,g' | \
306	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
307	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
308	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
309	    else { print "f", $$3 "/" $$4, $$1; } } \
310	  END { for (d in files) print "f", d, files[d] }' | \
311	while read type dir files; do \
312	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
313	    test -z "$$files" || { \
314	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
315	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
316	    } \
317	; done
318
319uninstall-binPROGRAMS:
320	@$(NORMAL_UNINSTALL)
321	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
322	files=`for p in $$list; do echo "$$p"; done | \
323	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
324	      -e 's/$$/$(EXEEXT)/' \
325	`; \
326	test -n "$$list" || exit 0; \
327	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
328	cd "$(DESTDIR)$(bindir)" && rm -f $$files
329
330clean-binPROGRAMS:
331	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
332
333lv2proc$(EXEEXT): $(lv2proc_OBJECTS) $(lv2proc_DEPENDENCIES) $(EXTRA_lv2proc_DEPENDENCIES)
334	@rm -f lv2proc$(EXEEXT)
335	$(AM_V_CCLD)$(LINK) $(lv2proc_OBJECTS) $(lv2proc_LDADD) $(LIBS)
336
337mostlyclean-compile:
338	-rm -f *.$(OBJEXT)
339
340distclean-compile:
341	-rm -f *.tab.c
342
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
344
345.c.o:
346@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
347@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
351
352.c.obj:
353@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
354@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
358
359ID: $(am__tagged_files)
360	$(am__define_uniq_tagged_files); mkid -fID $$unique
361tags: tags-am
362TAGS: tags
363
364tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
365	set x; \
366	here=`pwd`; \
367	$(am__define_uniq_tagged_files); \
368	shift; \
369	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370	  test -n "$$unique" || unique=$$empty_fix; \
371	  if test $$# -gt 0; then \
372	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373	      "$$@" $$unique; \
374	  else \
375	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376	      $$unique; \
377	  fi; \
378	fi
379ctags: ctags-am
380
381CTAGS: ctags
382ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
383	$(am__define_uniq_tagged_files); \
384	test -z "$(CTAGS_ARGS)$$unique" \
385	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386	     $$unique
387
388GTAGS:
389	here=`$(am__cd) $(top_builddir) && pwd` \
390	  && $(am__cd) $(top_srcdir) \
391	  && gtags -i $(GTAGS_ARGS) "$$here"
392cscopelist: cscopelist-am
393
394cscopelist-am: $(am__tagged_files)
395	list='$(am__tagged_files)'; \
396	case "$(srcdir)" in \
397	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
398	  *) sdir=$(subdir)/$(srcdir) ;; \
399	esac; \
400	for i in $$list; do \
401	  if test -f "$$i"; then \
402	    echo "$(subdir)/$$i"; \
403	  else \
404	    echo "$$sdir/$$i"; \
405	  fi; \
406	done >> $(top_builddir)/cscope.files
407
408distclean-tags:
409	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
410
411distdir: $(DISTFILES)
412	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414	list='$(DISTFILES)'; \
415	  dist_files=`for file in $$list; do echo $$file; done | \
416	  sed -e "s|^$$srcdirstrip/||;t" \
417	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
418	case $$dist_files in \
419	  */*) $(MKDIR_P) `echo "$$dist_files" | \
420			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
421			   sort -u` ;; \
422	esac; \
423	for file in $$dist_files; do \
424	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425	  if test -d $$d/$$file; then \
426	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
427	    if test -d "$(distdir)/$$file"; then \
428	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429	    fi; \
430	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
431	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
432	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
433	    fi; \
434	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
435	  else \
436	    test -f "$(distdir)/$$file" \
437	    || cp -p $$d/$$file "$(distdir)/$$file" \
438	    || exit 1; \
439	  fi; \
440	done
441check-am: all-am
442check: check-am
443all-am: Makefile $(PROGRAMS)
444installdirs:
445	for dir in "$(DESTDIR)$(bindir)"; do \
446	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
447	done
448install: install-am
449install-exec: install-exec-am
450install-data: install-data-am
451uninstall: uninstall-am
452
453install-am: all-am
454	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
455
456installcheck: installcheck-am
457install-strip:
458	if test -z '$(STRIP)'; then \
459	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	      install; \
462	else \
463	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
466	fi
467mostlyclean-generic:
468
469clean-generic:
470
471distclean-generic:
472	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
475maintainer-clean-generic:
476	@echo "This command is intended for maintainers to use"
477	@echo "it deletes files that may require special tools to rebuild."
478clean: clean-am
479
480clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
481
482distclean: distclean-am
483	-rm -rf ./$(DEPDIR)
484	-rm -f Makefile
485distclean-am: clean-am distclean-compile distclean-generic \
486	distclean-tags
487
488dvi: dvi-am
489
490dvi-am:
491
492html: html-am
493
494html-am:
495
496info: info-am
497
498info-am:
499
500install-data-am:
501
502install-dvi: install-dvi-am
503
504install-dvi-am:
505
506install-exec-am: install-binPROGRAMS
507
508install-html: install-html-am
509
510install-html-am:
511
512install-info: install-info-am
513
514install-info-am:
515
516install-man:
517
518install-pdf: install-pdf-am
519
520install-pdf-am:
521
522install-ps: install-ps-am
523
524install-ps-am:
525
526installcheck-am:
527
528maintainer-clean: maintainer-clean-am
529	-rm -rf ./$(DEPDIR)
530	-rm -f Makefile
531maintainer-clean-am: distclean-am maintainer-clean-generic
532
533mostlyclean: mostlyclean-am
534
535mostlyclean-am: mostlyclean-compile mostlyclean-generic
536
537pdf: pdf-am
538
539pdf-am:
540
541ps: ps-am
542
543ps-am:
544
545uninstall-am: uninstall-binPROGRAMS
546
547.MAKE: install-am install-strip
548
549.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
550	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
551	distclean distclean-compile distclean-generic distclean-tags \
552	distdir dvi dvi-am html html-am info info-am install \
553	install-am install-binPROGRAMS install-data install-data-am \
554	install-dvi install-dvi-am install-exec install-exec-am \
555	install-html install-html-am install-info install-info-am \
556	install-man install-pdf install-pdf-am install-ps \
557	install-ps-am install-strip installcheck installcheck-am \
558	installdirs maintainer-clean maintainer-clean-generic \
559	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
560	ps ps-am tags tags-am uninstall uninstall-am \
561	uninstall-binPROGRAMS
562
563
564# Tell versions [3.59,3.63) of GNU make to not export all variables.
565# Otherwise a system limit (for SysV at least) may be exceeded.
566.NOEXPORT:
567