e4e8e32952419b614d90bb53634a29263bb7eff4
[opencv] / tests / python / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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 # test/python/Makefile.am contains partially interactive tests of HighGUI and the python interface
18 # 2006-07-17, asbach@ient.rwth-aachen.de
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 target_triplet = @target@
42 subdir = tests/python
43 DIST_COMMON = $(noinst_PYTHON) $(srcdir)/Makefile.am \
44         $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/autotools/aclocal/az_python.m4 \
47         $(top_srcdir)/autotools/aclocal/pkg.m4 \
48         $(top_srcdir)/autotools/aclocal/swig_complete.m4 \
49         $(top_srcdir)/autotools/aclocal/version_at_least.m4 \
50         $(top_srcdir)/configure.in
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
54 CONFIG_HEADER = $(top_builddir)/cvconfig.h
55 CONFIG_CLEAN_FILES =
56 SOURCES =
57 DIST_SOURCES =
58 py_compile = $(top_srcdir)/autotools/py-compile
59 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60 ACLOCAL = @ACLOCAL@
61 ALLOCA = @ALLOCA@
62 AMDEP_FALSE = @AMDEP_FALSE@
63 AMDEP_TRUE = @AMDEP_TRUE@
64 AMTAR = @AMTAR@
65 AR = @AR@
66 AS = @AS@
67 AUTOCONF = @AUTOCONF@
68 AUTOHEADER = @AUTOHEADER@
69 AUTOMAKE = @AUTOMAKE@
70 AWK = @AWK@
71 BUILD_APPS_FALSE = @BUILD_APPS_FALSE@
72 BUILD_APPS_TRUE = @BUILD_APPS_TRUE@
73 BUILD_CARBON_FALSE = @BUILD_CARBON_FALSE@
74 BUILD_CARBON_TRUE = @BUILD_CARBON_TRUE@
75 BUILD_DC1394_FALSE = @BUILD_DC1394_FALSE@
76 BUILD_DC1394_TRUE = @BUILD_DC1394_TRUE@
77 BUILD_FFMPEG_FALSE = @BUILD_FFMPEG_FALSE@
78 BUILD_FFMPEG_TRUE = @BUILD_FFMPEG_TRUE@
79 BUILD_GTK_FALSE = @BUILD_GTK_FALSE@
80 BUILD_GTK_TRUE = @BUILD_GTK_TRUE@
81 BUILD_IMAGEIO_FALSE = @BUILD_IMAGEIO_FALSE@
82 BUILD_IMAGEIO_TRUE = @BUILD_IMAGEIO_TRUE@
83 BUILD_PYTHON_WRAPPERS_FALSE = @BUILD_PYTHON_WRAPPERS_FALSE@
84 BUILD_PYTHON_WRAPPERS_TRUE = @BUILD_PYTHON_WRAPPERS_TRUE@
85 BUILD_QUICKTIME_FALSE = @BUILD_QUICKTIME_FALSE@
86 BUILD_QUICKTIME_TRUE = @BUILD_QUICKTIME_TRUE@
87 BUILD_V4L_FALSE = @BUILD_V4L_FALSE@
88 BUILD_V4L_TRUE = @BUILD_V4L_TRUE@
89 BUILD_XINE_FALSE = @BUILD_XINE_FALSE@
90 BUILD_XINE_TRUE = @BUILD_XINE_TRUE@
91 CARBON_CFLAGS = @CARBON_CFLAGS@
92 CARBON_LIBS = @CARBON_LIBS@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CXX = @CXX@
99 CXXCPP = @CXXCPP@
100 CXXDEPMODE = @CXXDEPMODE@
101 CXXFLAGS = @CXXFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DEBUG = @DEBUG@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 DLLTOOL = @DLLTOOL@
107 ECHO = @ECHO@
108 ECHO_C = @ECHO_C@
109 ECHO_N = @ECHO_N@
110 ECHO_T = @ECHO_T@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 F77 = @F77@
114 FFLAGS = @FFLAGS@
115 FFMPEGLIBS = @FFMPEGLIBS@
116 GREP = @GREP@
117 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
118 GTHREAD_LIBS = @GTHREAD_LIBS@
119 GTK_CFLAGS = @GTK_CFLAGS@
120 GTK_LIBS = @GTK_LIBS@
121 IEEE1394LIBS = @IEEE1394LIBS@
122 IMAGELIBS = @IMAGELIBS@
123 INSTALL_DATA = @INSTALL_DATA@
124 INSTALL_PROGRAM = @INSTALL_PROGRAM@
125 INSTALL_SCRIPT = @INSTALL_SCRIPT@
126 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127 LDFLAGS = @LDFLAGS@
128 LIBOBJS = @LIBOBJS@
129 LIBS = @LIBS@
130 LIBTOOL = @LIBTOOL@
131 LN_S = @LN_S@
132 LTLIBOBJS = @LTLIBOBJS@
133 LT_VERSION = @LT_VERSION@
134 MAKEINFO = @MAKEINFO@
135 MMAJOR = @MMAJOR@
136 MMINOR = @MMINOR@
137 MSUBMINOR = @MSUBMINOR@
138 OBJDUMP = @OBJDUMP@
139 OBJEXT = @OBJEXT@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_VERSION = @PACKAGE_VERSION@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 PKG_CONFIG = @PKG_CONFIG@
148 PYTHON = @PYTHON@
149 PYTHON_CSPEC = @PYTHON_CSPEC@
150 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
151 PYTHON_LSPEC = @PYTHON_LSPEC@
152 PYTHON_PLATFORM = @PYTHON_PLATFORM@
153 PYTHON_PREFIX = @PYTHON_PREFIX@
154 PYTHON_VERSION = @PYTHON_VERSION@
155 PY_CXXFLAGS = @PY_CXXFLAGS@
156 QUICKTIME_CFLAGS = @QUICKTIME_CFLAGS@
157 QUICKTIME_LIBS = @QUICKTIME_LIBS@
158 RANLIB = @RANLIB@
159 SET_MAKE = @SET_MAKE@
160 SHELL = @SHELL@
161 STRIP = @STRIP@
162 SWIG = @SWIG@
163 SWIG_PYTHON_LIBS = @SWIG_PYTHON_LIBS@
164 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
165 SWIG_RUNTIME_LIBS_DIR = @SWIG_RUNTIME_LIBS_DIR@
166 SWIG_VERSION = @SWIG_VERSION@
167 UPDATE_SWIG_WRAPPERS_FALSE = @UPDATE_SWIG_WRAPPERS_FALSE@
168 UPDATE_SWIG_WRAPPERS_TRUE = @UPDATE_SWIG_WRAPPERS_TRUE@
169 VERSION = @VERSION@
170 XINE_LIBS = @XINE_LIBS@
171 ac_ct_CC = @ac_ct_CC@
172 ac_ct_CXX = @ac_ct_CXX@
173 ac_ct_F77 = @ac_ct_F77@
174 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
177 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
178 am__include = @am__include@
179 am__leading_dot = @am__leading_dot@
180 am__quote = @am__quote@
181 am__tar = @am__tar@
182 am__untar = @am__untar@
183 bindir = @bindir@
184 build = @build@
185 build_alias = @build_alias@
186 build_cpu = @build_cpu@
187 build_os = @build_os@
188 build_vendor = @build_vendor@
189 datadir = @datadir@
190 datarootdir = @datarootdir@
191 docdir = @docdir@
192 dvidir = @dvidir@
193 exec_prefix = @exec_prefix@
194 host = @host@
195 host_alias = @host_alias@
196 host_cpu = @host_cpu@
197 host_os = @host_os@
198 host_vendor = @host_vendor@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 pkgpyexecdir = @pkgpyexecdir@
212 pkgpythondir = @pkgpythondir@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 psdir = @psdir@
216 pyexecdir = @pyexecdir@
217 pythondir = @pythondir@
218 sbindir = @sbindir@
219 sharedstatedir = @sharedstatedir@
220 sysconfdir = @sysconfdir@
221 target = @target@
222 target_alias = @target_alias@
223 target_cpu = @target_cpu@
224 target_os = @target_os@
225 target_vendor = @target_vendor@
226 EXTRA_DIST = testdata
227 MOSTLYCLEANFILES = *.works
228 check_SCRIPTS = \
229     test_adaptors.py                              \
230     highgui/cvInitSystem.py                       \
231     highgui/cvLoadImageBMP.py                     \
232     highgui/cvLoadImageJPG.py                     \
233     highgui/cvLoadImageTIFF.py                    \
234     highgui/cvLoadImagePPM.py                     \
235     highgui/cvLoadImagePNG.py                     \
236     highgui/cvLoadImageSR.py                      \
237     highgui/cvSaveImage.py                        \
238     highgui/cvNamedWindow.py                      \
239     highgui/cvShowImage.py                        \
240     highgui/cvWaitKey.py                          \
241     highgui/cvCreateTrackbar.py                   \
242     highgui/cvMoveResizeWindow.py                 \
243     highgui/cvGetWindowHandleName.py              \
244     highgui/cvGetSetTrackbarPos.py                \
245     highgui/cvSetMouseCallback.py                 \
246     highgui/cvCreateFileCaptureRGB.py             \
247     highgui/cvCreateFileCaptureRGBA.py            \
248     highgui/cvCreateFileCaptureUYVY.py            \
249     highgui/cvCreateFileCaptureY8.py              \
250     highgui/cvCreateFileCaptureYUY2.py            \
251     highgui/cvCreateFileCaptureYV12.py            \
252     highgui/cvCreateFileCaptureYV16.py            \
253     highgui/cvCreateFileCaptureYVU9.py            \
254     highgui/cvGrabFrame.py                        \
255     highgui/cvRetrieveFrame.py                    \
256     highgui/cvQueryFrame.py                       \
257     highgui/query_3gp.py                          \
258     highgui/query_bmp24.py                        \
259     highgui/query_bmp32.py                        \
260     highgui/query_cinepak.py                      \
261     highgui/query_divx.py                         \
262     highgui/query_dv_pal_progressive_avi.py       \
263     highgui/query_dv_pal_progressive_dv.py        \
264     highgui/query_huffyuv.py                      \
265     highgui/query_indeo.py                        \
266     highgui/query_mpeg4.py                        \
267     highgui/query_uncompressed.py                 \
268     highgui/query_wmv9.py                         \
269     highgui/seek_frame_3gp.py                     \
270     highgui/seek_frame_bmp24.py                   \
271     highgui/seek_frame_bmp32.py                   \
272     highgui/seek_frame_cinepak.py                 \
273     highgui/seek_frame_divx.py                    \
274     highgui/seek_frame_dv_pal_progressive_avi.py  \
275     highgui/seek_frame_dv_pal_progressive_dv.py   \
276     highgui/seek_frame_huffyuv.py                 \
277     highgui/seek_frame_indeo.py                   \
278     highgui/seek_frame_mpeg4.py                   \
279     highgui/seek_frame_uncompressed.py            \
280     highgui/seek_frame_wmv9.py                    \
281     highgui/seek_time_3gp.py                      \
282     highgui/seek_time_bmp24.py                    \
283     highgui/seek_time_bmp32.py                    \
284     highgui/seek_time_cinepak.py                  \
285     highgui/seek_time_divx.py                     \
286     highgui/seek_time_dv_pal_progressive_avi.py   \
287     highgui/seek_time_dv_pal_progressive_dv.py    \
288     highgui/seek_time_huffyuv.py                  \
289     highgui/seek_time_indeo.py                    \
290     highgui/seek_time_mpeg4.py                    \
291     highgui/seek_time_uncompressed.py             \
292     highgui/seek_time_wmv9.py                     \
293     highgui/size_3gp.py                           \
294     highgui/size_bmp24.py                         \
295     highgui/size_bmp32.py                         \
296     highgui/size_cinepak.py                       \
297     highgui/size_divx.py                          \
298     highgui/size_dv_pal_progressive_avi.py        \
299     highgui/size_dv_pal_progressive_dv.py         \
300     highgui/size_huffyuv.py                       \
301     highgui/size_indeo.py                         \
302     highgui/size_mpeg4.py                         \
303     highgui/size_uncompressed.py                  \
304     highgui/size_wmv9.py
305
306 noinst_PYTHON = \
307     $(check_SCRIPTS)                \
308     highgui/works.py                \
309     highgui/frames.py               \
310     highgui/match.py                \
311     highgui/query_test.py           \
312     highgui/seek_test.py            \
313     highgui/size_test.py            \
314     highgui/cvCreateFileCapture.py  \
315     highgui/cvLoadImage.py
316
317 TESTS_ENVIRONMENT = \
318     top_srcdir=$(top_srcdir) \
319     top_builddir=$(top_builddir) \
320     LD_LIBRARY_PATH=$(top_builddir)/cxcore/src/.libs:$(top_builddir)/cv/src/.libs:$(top_builddir)/otherlibs/highgui/.libs:$(LD_LIBRARY_PATH) \
321     DYLD_LIBRARY_PATH=$(top_builddir)/cxcore/src/.libs:$(top_builddir)/cv/src/.libs:$(top_builddir)/otherlibs/highgui/.libs:$(LD_LIBRARY_PATH) \
322     PYTHONPATH=$(top_srcdir)/interfaces/swig:$(top_builddir)/interfaces/swig/python/.libs
323
324 TESTS = $(check_SCRIPTS)
325 all: all-am
326
327 .SUFFIXES:
328 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
329         @for dep in $?; do \
330           case '$(am__configure_deps)' in \
331             *$$dep*) \
332               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
333                 && exit 0; \
334               exit 1;; \
335           esac; \
336         done; \
337         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/python/Makefile'; \
338         cd $(top_srcdir) && \
339           $(AUTOMAKE) --gnu  tests/python/Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342         @case '$?' in \
343           *config.status*) \
344             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345           *) \
346             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348         esac;
349
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
353 $(top_srcdir)/configure:  $(am__configure_deps)
354         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
358 mostlyclean-libtool:
359         -rm -f *.lo
360
361 clean-libtool:
362         -rm -rf .libs _libs
363
364 distclean-libtool:
365         -rm -f libtool
366 uninstall-info-am:
367 tags: TAGS
368 TAGS:
369
370 ctags: CTAGS
371 CTAGS:
372
373
374 check-TESTS: $(TESTS)
375         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
376         srcdir=$(srcdir); export srcdir; \
377         list='$(TESTS)'; \
378         if test -n "$$list"; then \
379           for tst in $$list; do \
380             if test -f ./$$tst; then dir=./; \
381             elif test -f $$tst; then dir=; \
382             else dir="$(srcdir)/"; fi; \
383             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
384               all=`expr $$all + 1`; \
385               case " $(XFAIL_TESTS) " in \
386               *" $$tst "*) \
387                 xpass=`expr $$xpass + 1`; \
388                 failed=`expr $$failed + 1`; \
389                 echo "XPASS: $$tst"; \
390               ;; \
391               *) \
392                 echo "PASS: $$tst"; \
393               ;; \
394               esac; \
395             elif test $$? -ne 77; then \
396               all=`expr $$all + 1`; \
397               case " $(XFAIL_TESTS) " in \
398               *" $$tst "*) \
399                 xfail=`expr $$xfail + 1`; \
400                 echo "XFAIL: $$tst"; \
401               ;; \
402               *) \
403                 failed=`expr $$failed + 1`; \
404                 echo "FAIL: $$tst"; \
405               ;; \
406               esac; \
407             else \
408               skip=`expr $$skip + 1`; \
409               echo "SKIP: $$tst"; \
410             fi; \
411           done; \
412           if test "$$failed" -eq 0; then \
413             if test "$$xfail" -eq 0; then \
414               banner="All $$all tests passed"; \
415             else \
416               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
417             fi; \
418           else \
419             if test "$$xpass" -eq 0; then \
420               banner="$$failed of $$all tests failed"; \
421             else \
422               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
423             fi; \
424           fi; \
425           dashes="$$banner"; \
426           skipped=""; \
427           if test "$$skip" -ne 0; then \
428             skipped="($$skip tests were not run)"; \
429             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
430               dashes="$$skipped"; \
431           fi; \
432           report=""; \
433           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
434             report="Please report to $(PACKAGE_BUGREPORT)"; \
435             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
436               dashes="$$report"; \
437           fi; \
438           dashes=`echo "$$dashes" | sed s/./=/g`; \
439           echo "$$dashes"; \
440           echo "$$banner"; \
441           test -z "$$skipped" || echo "$$skipped"; \
442           test -z "$$report" || echo "$$report"; \
443           echo "$$dashes"; \
444           test "$$failed" -eq 0; \
445         else :; fi
446
447 distdir: $(DISTFILES)
448         $(mkdir_p) $(distdir)/highgui
449         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
450         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
451         list='$(DISTFILES)'; for file in $$list; do \
452           case $$file in \
453             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
454             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
455           esac; \
456           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
458           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
459             dir="/$$dir"; \
460             $(mkdir_p) "$(distdir)$$dir"; \
461           else \
462             dir=''; \
463           fi; \
464           if test -d $$d/$$file; then \
465             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
467             fi; \
468             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
469           else \
470             test -f $(distdir)/$$file \
471             || cp -p $$d/$$file $(distdir)/$$file \
472             || exit 1; \
473           fi; \
474         done
475 check-am: all-am
476         $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
477         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
478 check: check-am
479 all-am: Makefile
480 installdirs:
481 install: install-am
482 install-exec: install-exec-am
483 install-data: install-data-am
484 uninstall: uninstall-am
485
486 install-am: all-am
487         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489 installcheck: installcheck-am
490 install-strip:
491         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493           `test -z '$(STRIP)' || \
494             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
495 mostlyclean-generic:
496         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
497
498 clean-generic:
499
500 distclean-generic:
501         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502
503 maintainer-clean-generic:
504         @echo "This command is intended for maintainers to use"
505         @echo "it deletes files that may require special tools to rebuild."
506 clean: clean-am
507
508 clean-am: clean-generic clean-libtool mostlyclean-am
509
510 distclean: distclean-am
511         -rm -f Makefile
512 distclean-am: clean-am distclean-generic distclean-libtool
513
514 dvi: dvi-am
515
516 dvi-am:
517
518 html: html-am
519
520 info: info-am
521
522 info-am:
523
524 install-data-am:
525
526 install-exec-am:
527
528 install-info: install-info-am
529
530 install-man:
531
532 installcheck-am:
533
534 maintainer-clean: maintainer-clean-am
535         -rm -f Makefile
536 maintainer-clean-am: distclean-am maintainer-clean-generic
537
538 mostlyclean: mostlyclean-am
539
540 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
541
542 pdf: pdf-am
543
544 pdf-am:
545
546 ps: ps-am
547
548 ps-am:
549
550 uninstall-am: uninstall-info-am
551
552 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
553         clean-libtool distclean distclean-generic distclean-libtool \
554         distdir dvi dvi-am html html-am info info-am install \
555         install-am install-data install-data-am install-exec \
556         install-exec-am install-info install-info-am install-man \
557         install-strip installcheck installcheck-am installdirs \
558         maintainer-clean maintainer-clean-generic mostlyclean \
559         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
560         uninstall uninstall-am uninstall-info-am
561
562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
563 # Otherwise a system limit (for SysV at least) may be exceeded.
564 .NOEXPORT: