(no commit message)
[aubio.git] / plugins / puredata / Makefile.in
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
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 # inspired from Guenter Geiger's Makefile.am for plugin 
18 # pure-data/externals/plugin~/Makefile.am -- rev 1.1
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = ../..
27
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 host_triplet = @host@
42 ACLOCAL = @ACLOCAL@
43 ALSA_CFLAGS = @ALSA_CFLAGS@
44 ALSA_LIBS = @ALSA_LIBS@
45 AMDEP_FALSE = @AMDEP_FALSE@
46 AMDEP_TRUE = @AMDEP_TRUE@
47 AMTAR = @AMTAR@
48 AR = @AR@
49 AUTOCONF = @AUTOCONF@
50 AUTOHEADER = @AUTOHEADER@
51 AUTOMAKE = @AUTOMAKE@
52 AWK = @AWK@
53 CC = @CC@
54 CCDEPMODE = @CCDEPMODE@
55 CFLAGS = @CFLAGS@
56 CPP = @CPP@
57 CPPFLAGS = @CPPFLAGS@
58 CXX = @CXX@
59 CXXCPP = @CXXCPP@
60 CXXDEPMODE = @CXXDEPMODE@
61 CXXFLAGS = @CXXFLAGS@
62 CYGPATH_W = @CYGPATH_W@
63 DEFS = @DEFS@
64 DEPDIR = @DEPDIR@
65 ECHO = @ECHO@
66 ECHO_C = @ECHO_C@
67 ECHO_N = @ECHO_N@
68 ECHO_T = @ECHO_T@
69 EGREP = @EGREP@
70 EXEEXT = @EXEEXT@
71 F77 = @F77@
72 FFLAGS = @FFLAGS@
73 FFTWLIB_CFLAGS = @FFTWLIB_CFLAGS@
74 FFTWLIB_LIBS = @FFTWLIB_LIBS@
75 INSTALL_DATA = @INSTALL_DATA@
76 INSTALL_PROGRAM = @INSTALL_PROGRAM@
77 INSTALL_SCRIPT = @INSTALL_SCRIPT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 JACK_CFLAGS = @JACK_CFLAGS@
80 JACK_LIBS = @JACK_LIBS@
81 LADCCA_CFLAGS = @LADCCA_CFLAGS@
82 LADCCA_LIBS = @LADCCA_LIBS@
83 LDFLAGS = @LDFLAGS@
84 LIBOBJS = @LIBOBJS@
85 LIBS = @LIBS@
86
87 LIBTOOL = $(SHELL) ./libtoolkludge
88 LN_S = @LN_S@
89 LTLIBOBJS = @LTLIBOBJS@
90 MAKEINFO = @MAKEINFO@
91 OBJEXT = @OBJEXT@
92 PACKAGE = @PACKAGE@
93 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94 PACKAGE_NAME = @PACKAGE_NAME@
95 PACKAGE_STRING = @PACKAGE_STRING@
96 PACKAGE_TARNAME = @PACKAGE_TARNAME@
97 PACKAGE_VERSION = @PACKAGE_VERSION@
98 PATH_SEPARATOR = @PATH_SEPARATOR@
99 PKG_CONFIG = @PKG_CONFIG@
100 PYTHON = @PYTHON@
101 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
102 PYTHON_PLATFORM = @PYTHON_PLATFORM@
103 PYTHON_PREFIX = @PYTHON_PREFIX@
104 PYTHON_VERSION = @PYTHON_VERSION@
105 RANLIB = @RANLIB@
106 SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
107 SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
108 SET_MAKE = @SET_MAKE@
109 SHELL = @SHELL@
110 SNDLIB_CFLAGS = @SNDLIB_CFLAGS@
111 SNDLIB_LIBS = @SNDLIB_LIBS@
112 STRIP = @STRIP@
113 VERSION = @VERSION@
114 ac_ct_AR = @ac_ct_AR@
115 ac_ct_CC = @ac_ct_CC@
116 ac_ct_CXX = @ac_ct_CXX@
117 ac_ct_F77 = @ac_ct_F77@
118 ac_ct_RANLIB = @ac_ct_RANLIB@
119 ac_ct_STRIP = @ac_ct_STRIP@
120 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
121 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
122 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
123 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
124 am__include = @am__include@
125 am__leading_dot = @am__leading_dot@
126 am__quote = @am__quote@
127 bindir = @bindir@
128 build = @build@
129 build_alias = @build_alias@
130 build_cpu = @build_cpu@
131 build_os = @build_os@
132 build_vendor = @build_vendor@
133 datadir = @datadir@
134 exec_prefix = @exec_prefix@
135 host = @host@
136 host_alias = @host_alias@
137 host_cpu = @host_cpu@
138 host_os = @host_os@
139 host_vendor = @host_vendor@
140 includedir = @includedir@
141 infodir = @infodir@
142 install_sh = @install_sh@
143 libdir = @libdir@
144 libexecdir = @libexecdir@
145 localstatedir = @localstatedir@
146 mandir = @mandir@
147 oldincludedir = @oldincludedir@
148 pkgpyexecdir = @pkgpyexecdir@
149 pkgpythondir = @pkgpythondir@
150 prefix = @prefix@
151 program_transform_name = @program_transform_name@
152 pyexecdir = @pyexecdir@
153 pythondir = @pythondir@
154 sbindir = @sbindir@
155 sharedstatedir = @sharedstatedir@
156 sysconfdir = @sysconfdir@
157 target_alias = @target_alias@
158
159 SUFFIXES = .pd_linux
160 PDDIR = $(prefix)/lib/pd
161 pddir = $(PDDIR)
162
163 #SUBDIRS = ladspa vst win
164 pdinstalldir = $(pddir)/extra/aubio
165
166 # Automake won't accept something ending in ".pd_linux" as a library
167 pdinstall_PROGRAMS = aubioonset~.pd_linux
168
169 aubioonset__pd_linux_SOURCES = \
170         aubioonset~.c
171
172
173 pdincludedir = $(pddir)/src
174
175 INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
176
177 AM_CFLAGS = -I../../src \
178     -DPD -O2 -funroll-loops -fomit-frame-pointer \
179     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
180     -Wno-unused -Wno-parentheses -Wno-switch
181
182 AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared 
183
184 pdinstall_DATA = \
185         help-aubioonset~.pd
186
187
188 noinst_SCRIPTS = libtoolkludge
189
190 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) version.h
191 subdir = plugins/puredata
192 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
193 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
194 CONFIG_HEADER = $(top_builddir)/src/config.h
195 CONFIG_CLEAN_FILES =
196 pdinstall_PROGRAMS = aubioonset~.pd_linux$(EXEEXT)
197 PROGRAMS = $(pdinstall_PROGRAMS)
198
199 am_aubioonset__pd_linux_OBJECTS = aubioonset~.$(OBJEXT)
200 aubioonset__pd_linux_OBJECTS = $(am_aubioonset__pd_linux_OBJECTS)
201 aubioonset__pd_linux_LDADD = $(LDADD)
202 aubioonset__pd_linux_DEPENDENCIES =
203 aubioonset__pd_linux_LDFLAGS =
204 SCRIPTS = $(noinst_SCRIPTS)
205
206
207 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src
208 depcomp = $(SHELL) $(top_srcdir)/depcomp
209 am__depfiles_maybe = depfiles
210 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/aubioonset~.Po
211 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
212         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
213 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
214         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215 CCLD = $(CC)
216 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
217         $(AM_LDFLAGS) $(LDFLAGS) -o $@
218 DIST_SOURCES = $(aubioonset__pd_linux_SOURCES)
219 DATA = $(pdinstall_DATA)
220
221 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
222 SOURCES = $(aubioonset__pd_linux_SOURCES)
223
224 all: all-am
225
226 .SUFFIXES:
227 .SUFFIXES: .pd_linux .c .lo .o .obj
228 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
229         cd $(top_srcdir) && \
230           $(AUTOMAKE) --gnu  plugins/puredata/Makefile
231 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
232         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
233 pdinstallPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
234 install-pdinstallPROGRAMS: $(pdinstall_PROGRAMS)
235         @$(NORMAL_INSTALL)
236         $(mkinstalldirs) $(DESTDIR)$(pdinstalldir)
237         @list='$(pdinstall_PROGRAMS)'; for p in $$list; do \
238           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
239           if test -f $$p \
240              || test -f $$p1 \
241           ; then \
242             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
243            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pdinstallPROGRAMS_INSTALL) $$p $(DESTDIR)$(pdinstalldir)/$$f"; \
244            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pdinstallPROGRAMS_INSTALL) $$p $(DESTDIR)$(pdinstalldir)/$$f || exit 1; \
245           else :; fi; \
246         done
247
248 uninstall-pdinstallPROGRAMS:
249         @$(NORMAL_UNINSTALL)
250         @list='$(pdinstall_PROGRAMS)'; for p in $$list; do \
251           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
252           echo " rm -f $(DESTDIR)$(pdinstalldir)/$$f"; \
253           rm -f $(DESTDIR)$(pdinstalldir)/$$f; \
254         done
255
256 clean-pdinstallPROGRAMS:
257         @list='$(pdinstall_PROGRAMS)'; for p in $$list; do \
258           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
259           echo " rm -f $$p $$f"; \
260           rm -f $$p $$f ; \
261         done
262 aubioonset~.pd_linux$(EXEEXT): $(aubioonset__pd_linux_OBJECTS) $(aubioonset__pd_linux_DEPENDENCIES) 
263         @rm -f aubioonset~.pd_linux$(EXEEXT)
264         $(LINK) $(aubioonset__pd_linux_LDFLAGS) $(aubioonset__pd_linux_OBJECTS) $(aubioonset__pd_linux_LDADD) $(LIBS)
265
266 mostlyclean-compile:
267         -rm -f *.$(OBJEXT) core *.core
268
269 distclean-compile:
270         -rm -f *.tab.c
271
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aubioonset~.Po@am__quote@
273
274 .c.o:
275 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
276 @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
277 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
278 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
279 @am__fastdepCC_TRUE@    fi
280 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
284
285 .c.obj:
286 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
287 @am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
288 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
289 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
290 @am__fastdepCC_TRUE@    fi
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
292 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294 @am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
295
296 .c.lo:
297 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
298 @am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
299 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
300 @am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
301 @am__fastdepCC_TRUE@    fi
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
306
307 mostlyclean-libtool:
308         -rm -f *.lo
309
310 clean-libtool:
311         -rm -rf .libs _libs
312
313 distclean-libtool:
314         -rm -f libtool
315 uninstall-info-am:
316 pdinstallDATA_INSTALL = $(INSTALL_DATA)
317 install-pdinstallDATA: $(pdinstall_DATA)
318         @$(NORMAL_INSTALL)
319         $(mkinstalldirs) $(DESTDIR)$(pdinstalldir)
320         @list='$(pdinstall_DATA)'; for p in $$list; do \
321           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
322           f="`echo $$p | sed -e 's|^.*/||'`"; \
323           echo " $(pdinstallDATA_INSTALL) $$d$$p $(DESTDIR)$(pdinstalldir)/$$f"; \
324           $(pdinstallDATA_INSTALL) $$d$$p $(DESTDIR)$(pdinstalldir)/$$f; \
325         done
326
327 uninstall-pdinstallDATA:
328         @$(NORMAL_UNINSTALL)
329         @list='$(pdinstall_DATA)'; for p in $$list; do \
330           f="`echo $$p | sed -e 's|^.*/||'`"; \
331           echo " rm -f $(DESTDIR)$(pdinstalldir)/$$f"; \
332           rm -f $(DESTDIR)$(pdinstalldir)/$$f; \
333         done
334
335 ETAGS = etags
336 ETAGSFLAGS =
337
338 CTAGS = ctags
339 CTAGSFLAGS =
340
341 tags: TAGS
342
343 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345         unique=`for i in $$list; do \
346             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347           done | \
348           $(AWK) '    { files[$$0] = 1; } \
349                END { for (i in files) print i; }'`; \
350         mkid -fID $$unique
351
352 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353                 $(TAGS_FILES) $(LISP)
354         tags=; \
355         here=`pwd`; \
356         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357         unique=`for i in $$list; do \
358             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359           done | \
360           $(AWK) '    { files[$$0] = 1; } \
361                END { for (i in files) print i; }'`; \
362         test -z "$(ETAGS_ARGS)$$tags$$unique" \
363           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364              $$tags $$unique
365
366 ctags: CTAGS
367 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368                 $(TAGS_FILES) $(LISP)
369         tags=; \
370         here=`pwd`; \
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '    { files[$$0] = 1; } \
376                END { for (i in files) print i; }'`; \
377         test -z "$(CTAGS_ARGS)$$tags$$unique" \
378           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379              $$tags $$unique
380
381 GTAGS:
382         here=`$(am__cd) $(top_builddir) && pwd` \
383           && cd $(top_srcdir) \
384           && gtags -i $(GTAGS_ARGS) $$here
385
386 distclean-tags:
387         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
389
390 top_distdir = ../..
391 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
392
393 distdir: $(DISTFILES)
394         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
395         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
396         list='$(DISTFILES)'; for file in $$list; do \
397           case $$file in \
398             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
399             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
400           esac; \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
403           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
404             dir="/$$dir"; \
405             $(mkinstalldirs) "$(distdir)$$dir"; \
406           else \
407             dir=''; \
408           fi; \
409           if test -d $$d/$$file; then \
410             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
411               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
412             fi; \
413             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
414           else \
415             test -f $(distdir)/$$file \
416             || cp -p $$d/$$file $(distdir)/$$file \
417             || exit 1; \
418           fi; \
419         done
420 check-am: all-am
421 check: check-am
422 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
423
424 installdirs:
425         $(mkinstalldirs) $(DESTDIR)$(pdinstalldir) $(DESTDIR)$(pdinstalldir)
426 install: install-am
427 install-exec: install-exec-am
428 install-data: install-data-am
429 uninstall: uninstall-am
430
431 install-am: all-am
432         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433
434 installcheck: installcheck-am
435 install-strip:
436         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438           `test -z '$(STRIP)' || \
439             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
440 mostlyclean-generic:
441
442 clean-generic:
443
444 distclean-generic:
445         -rm -f $(CONFIG_CLEAN_FILES)
446
447 maintainer-clean-generic:
448         @echo "This command is intended for maintainers to use"
449         @echo "it deletes files that may require special tools to rebuild."
450 clean: clean-am
451
452 clean-am: clean-generic clean-libtool clean-pdinstallPROGRAMS \
453         mostlyclean-am
454
455 distclean: distclean-am
456         -rm -rf ./$(DEPDIR)
457         -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459         distclean-libtool distclean-tags
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 info: info-am
466
467 info-am:
468
469 install-data-am: install-pdinstallDATA install-pdinstallPROGRAMS
470
471 install-exec-am:
472
473 install-info: install-info-am
474
475 install-man:
476
477 installcheck-am:
478
479 maintainer-clean: maintainer-clean-am
480         -rm -rf ./$(DEPDIR)
481         -rm -f Makefile
482 maintainer-clean-am: distclean-am maintainer-clean-generic
483
484 mostlyclean: mostlyclean-am
485
486 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
487         mostlyclean-libtool
488
489 pdf: pdf-am
490
491 pdf-am:
492
493 ps: ps-am
494
495 ps-am:
496
497 uninstall-am: uninstall-info-am uninstall-pdinstallDATA \
498         uninstall-pdinstallPROGRAMS
499
500 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
501         clean-libtool clean-pdinstallPROGRAMS ctags distclean \
502         distclean-compile distclean-generic distclean-libtool \
503         distclean-tags distdir dvi dvi-am info info-am install \
504         install-am install-data install-data-am install-exec \
505         install-exec-am install-info install-info-am install-man \
506         install-pdinstallDATA install-pdinstallPROGRAMS install-strip \
507         installcheck installcheck-am installdirs maintainer-clean \
508         maintainer-clean-generic mostlyclean mostlyclean-compile \
509         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
510         tags uninstall uninstall-am uninstall-info-am \
511         uninstall-pdinstallDATA uninstall-pdinstallPROGRAMS
512
513 # Tell versions [3.59,3.63) of GNU make to not export all variables.
514 # Otherwise a system limit (for SysV at least) may be exceeded.
515 .NOEXPORT: