Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / wavelet / Makefile
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # wavelet/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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
16
17
18
19 pkgdatadir = $(datadir)/gsl
20 pkglibdir = $(libdir)/gsl
21 pkgincludedir = $(includedir)/gsl
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = i386-apple-darwin9.4.0
35 host_triplet = i386-apple-darwin9.4.0
36 check_PROGRAMS = test$(EXEEXT)
37 subdir = wavelet
38 DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in ChangeLog TODO
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 LTLIBRARIES = $(noinst_LTLIBRARIES)
48 libgslwavelet_la_LIBADD =
49 am_libgslwavelet_la_OBJECTS = dwt.lo wavelet.lo bspline.lo \
50         daubechies.lo haar.lo
51 libgslwavelet_la_OBJECTS = $(am_libgslwavelet_la_OBJECTS)
52 am_test_OBJECTS = test.$(OBJEXT)
53 test_OBJECTS = $(am_test_OBJECTS)
54 test_DEPENDENCIES = libgslwavelet.la ../blas/libgslblas.la \
55         ../cblas/libgslcblas.la ../matrix/libgslmatrix.la \
56         ../vector/libgslvector.la ../block/libgslblock.la \
57         ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la \
58         ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la
59 DEFAULT_INCLUDES = -I. -I$(top_builddir)
60 depcomp =
61 am__depfiles_maybe =
62 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70         $(LDFLAGS) -o $@
71 SOURCES = $(libgslwavelet_la_SOURCES) $(test_SOURCES)
72 DIST_SOURCES = $(libgslwavelet_la_SOURCES) $(test_SOURCES)
73 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74 am__vpath_adj = case $$p in \
75     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76     *) f=$$p;; \
77   esac;
78 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
79 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
80 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
81 HEADERS = $(pkginclude_HEADERS)
82 ETAGS = etags
83 CTAGS = ctags
84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85 ACLOCAL = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run aclocal-1.10
86 AMTAR = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run tar
87 AR = ar
88 AUTOCONF = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run autoconf
89 AUTOHEADER = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run autoheader
90 AUTOMAKE = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run automake-1.10
91 AWK = awk
92 CC = gcc
93 CFLAGS = -g -O2
94 CPP = gcc -E
95 CPPFLAGS = 
96 CYGPATH_W = echo
97 DEFS = -DHAVE_CONFIG_H
98 DSYMUTIL = dsymutil
99 DUMPBIN = 
100 ECHO_C = \c
101 ECHO_N = 
102 ECHO_T = 
103 EGREP = /usr/bin/grep -E
104 EXEEXT = 
105 FGREP = /usr/bin/grep -F
106 GREP = /usr/bin/grep
107 GSL_CFLAGS = -I${prefix}/include
108 GSL_LIBS = -L${exec_prefix}/lib -lgsl
109 GSL_LT_CBLAS_VERSION = 0:0:0
110 GSL_LT_VERSION = 12:0:12
111 HAVE_AIX_IEEE_INTERFACE = 
112 HAVE_DARWIN86_IEEE_INTERFACE = 
113 HAVE_DARWIN_IEEE_INTERFACE = 
114 HAVE_FREEBSD_IEEE_INTERFACE = 
115 HAVE_GNUM68K_IEEE_INTERFACE = 
116 HAVE_GNUPPC_IEEE_INTERFACE = 
117 HAVE_GNUSPARC_IEEE_INTERFACE = 
118 HAVE_GNUX86_IEEE_INTERFACE = 
119 HAVE_HPUX11_IEEE_INTERFACE = 
120 HAVE_HPUX_IEEE_INTERFACE = 
121 HAVE_IRIX_IEEE_INTERFACE = 
122 HAVE_NETBSD_IEEE_INTERFACE = 
123 HAVE_OPENBSD_IEEE_INTERFACE = 
124 HAVE_OS2EMX_IEEE_INTERFACE = 
125 HAVE_SOLARIS_IEEE_INTERFACE = 
126 HAVE_SUNOS4_IEEE_INTERFACE = 
127 HAVE_TRU64_IEEE_INTERFACE = 
128 INSTALL = /usr/bin/install -c
129 INSTALL_DATA = ${INSTALL} -m 644
130 INSTALL_PROGRAM = ${INSTALL}
131 INSTALL_SCRIPT = ${INSTALL}
132 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
133 LD = /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
134 LDFLAGS = 
135 LIBOBJS = 
136 LIBS = -lm 
137 LIBTOOL = $(SHELL) $(top_builddir)/libtool
138 LN_S = ln -s
139 LTLIBOBJS = 
140 MAINT = #
141 MAKEINFO = ${SHELL} /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/missing --run makeinfo
142 MKDIR_P = .././install-sh -c -d
143 NM = /usr/bin/nm -p
144 NMEDIT = nmedit
145 OBJEXT = o
146 PACKAGE = gsl
147 PACKAGE_BUGREPORT = 
148 PACKAGE_NAME = gsl
149 PACKAGE_STRING = gsl 1.11
150 PACKAGE_TARNAME = gsl
151 PACKAGE_VERSION = 1.11
152 PATH_SEPARATOR = :
153 RANLIB = ranlib
154 SED = /usr/bin/sed
155 SET_MAKE = 
156 SHELL = /bin/sh
157 STRIP = strip
158 VERSION = 1.11
159 abs_builddir = /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/wavelet
160 abs_srcdir = /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/wavelet
161 abs_top_builddir = /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11
162 abs_top_srcdir = /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11
163 ac_ct_CC = gcc
164 ac_ct_DUMPBIN = 
165 am__leading_dot = .
166 am__tar = ${AMTAR} chof - "$$tardir"
167 am__untar = ${AMTAR} xf -
168 bindir = ${exec_prefix}/bin
169 build = i386-apple-darwin9.4.0
170 build_alias = 
171 build_cpu = i386
172 build_os = darwin9.4.0
173 build_vendor = apple
174 builddir = .
175 datadir = ${datarootdir}
176 datarootdir = ${prefix}/share
177 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
178 dvidir = ${docdir}
179 exec_prefix = ${prefix}
180 host = i386-apple-darwin9.4.0
181 host_alias = 
182 host_cpu = i386
183 host_os = darwin9.4.0
184 host_vendor = apple
185 htmldir = ${docdir}
186 includedir = ${prefix}/include
187 infodir = ${datarootdir}/info
188 install_sh = $(SHELL) /Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/install-sh
189 libdir = ${exec_prefix}/lib
190 libexecdir = ${exec_prefix}/libexec
191 localedir = ${datarootdir}/locale
192 localstatedir = ${prefix}/var
193 lt_ECHO = /bin/echo
194 mandir = ${datarootdir}/man
195 mkdir_p = $(top_builddir)/./install-sh -c -d
196 oldincludedir = /usr/include
197 pdfdir = ${docdir}
198 prefix = /usr/local
199 program_transform_name = s,x,x,
200 psdir = ${docdir}
201 sbindir = ${exec_prefix}/sbin
202 sharedstatedir = ${prefix}/com
203 srcdir = .
204 sysconfdir = ${prefix}/etc
205 target_alias = 
206 top_builddir = ..
207 top_srcdir = ..
208 noinst_LTLIBRARIES = libgslwavelet.la 
209 pkginclude_HEADERS = gsl_wavelet.h gsl_wavelet2d.h
210 INCLUDES = -I$(top_builddir)
211 libgslwavelet_la_SOURCES = dwt.c wavelet.c bspline.c daubechies.c haar.c
212 TESTS = $(check_PROGRAMS)
213 test_LDADD = libgslwavelet.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../ieee-utils/libgslieeeutils.la  ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la
214 test_SOURCES = test.c
215 all: all-am
216
217 .SUFFIXES:
218 .SUFFIXES: .c .lo .o .obj
219 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
220         @for dep in $?; do \
221           case '$(am__configure_deps)' in \
222             *$$dep*) \
223               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
224                 && exit 0; \
225               exit 1;; \
226           esac; \
227         done; \
228         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  --ignore-deps wavelet/Makefile'; \
229         cd $(top_srcdir) && \
230           $(AUTOMAKE) --gnu  --ignore-deps wavelet/Makefile
231 .PRECIOUS: Makefile
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233         @case '$?' in \
234           *config.status*) \
235             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236           *) \
237             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239         esac;
240
241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 $(top_srcdir)/configure: # $(am__configure_deps)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249 clean-noinstLTLIBRARIES:
250         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
251         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
252           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
253           test "$$dir" != "$$p" || dir=.; \
254           echo "rm -f \"$${dir}/so_locations\""; \
255           rm -f "$${dir}/so_locations"; \
256         done
257 libgslwavelet.la: $(libgslwavelet_la_OBJECTS) $(libgslwavelet_la_DEPENDENCIES) 
258         $(LINK)  $(libgslwavelet_la_OBJECTS) $(libgslwavelet_la_LIBADD) $(LIBS)
259
260 clean-checkPROGRAMS:
261         @list='$(check_PROGRAMS)'; for p in $$list; do \
262           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
263           echo " rm -f $$p $$f"; \
264           rm -f $$p $$f ; \
265         done
266 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
267         @rm -f test$(EXEEXT)
268         $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
269
270 mostlyclean-compile:
271         -rm -f *.$(OBJEXT)
272
273 distclean-compile:
274         -rm -f *.tab.c
275
276 .c.o:
277         $(COMPILE) -c $<
278
279 .c.obj:
280         $(COMPILE) -c `$(CYGPATH_W) '$<'`
281
282 .c.lo:
283         $(LTCOMPILE) -c -o $@ $<
284
285 mostlyclean-libtool:
286         -rm -f *.lo
287
288 clean-libtool:
289         -rm -rf .libs _libs
290 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
291         @$(NORMAL_INSTALL)
292         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
293         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
294           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
295           f=$(am__strip_dir) \
296           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
297           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
298         done
299
300 uninstall-pkgincludeHEADERS:
301         @$(NORMAL_UNINSTALL)
302         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
303           f=$(am__strip_dir) \
304           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
305           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
306         done
307
308 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310         unique=`for i in $$list; do \
311             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312           done | \
313           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
314               END { if (nonempty) { for (i in files) print i; }; }'`; \
315         mkid -fID $$unique
316 tags: TAGS
317
318 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319                 $(TAGS_FILES) $(LISP)
320         tags=; \
321         here=`pwd`; \
322         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327               END { if (nonempty) { for (i in files) print i; }; }'`; \
328         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
329           test -n "$$unique" || unique=$$empty_fix; \
330           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331             $$tags $$unique; \
332         fi
333 ctags: CTAGS
334 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         tags=; \
337         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338         unique=`for i in $$list; do \
339             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340           done | \
341           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342               END { if (nonempty) { for (i in files) print i; }; }'`; \
343         test -z "$(CTAGS_ARGS)$$tags$$unique" \
344           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
345              $$tags $$unique
346
347 GTAGS:
348         here=`$(am__cd) $(top_builddir) && pwd` \
349           && cd $(top_srcdir) \
350           && gtags -i $(GTAGS_ARGS) $$here
351
352 distclean-tags:
353         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
354
355 check-TESTS: $(TESTS)
356         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
357         srcdir=$(srcdir); export srcdir; \
358         list=' $(TESTS) '; \
359         if test -n "$$list"; then \
360           for tst in $$list; do \
361             if test -f ./$$tst; then dir=./; \
362             elif test -f $$tst; then dir=; \
363             else dir="$(srcdir)/"; fi; \
364             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
365               all=`expr $$all + 1`; \
366               case " $(XFAIL_TESTS) " in \
367               *$$ws$$tst$$ws*) \
368                 xpass=`expr $$xpass + 1`; \
369                 failed=`expr $$failed + 1`; \
370                 echo "XPASS: $$tst"; \
371               ;; \
372               *) \
373                 echo "PASS: $$tst"; \
374               ;; \
375               esac; \
376             elif test $$? -ne 77; then \
377               all=`expr $$all + 1`; \
378               case " $(XFAIL_TESTS) " in \
379               *$$ws$$tst$$ws*) \
380                 xfail=`expr $$xfail + 1`; \
381                 echo "XFAIL: $$tst"; \
382               ;; \
383               *) \
384                 failed=`expr $$failed + 1`; \
385                 echo "FAIL: $$tst"; \
386               ;; \
387               esac; \
388             else \
389               skip=`expr $$skip + 1`; \
390               echo "SKIP: $$tst"; \
391             fi; \
392           done; \
393           if test "$$failed" -eq 0; then \
394             if test "$$xfail" -eq 0; then \
395               banner="All $$all tests passed"; \
396             else \
397               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
398             fi; \
399           else \
400             if test "$$xpass" -eq 0; then \
401               banner="$$failed of $$all tests failed"; \
402             else \
403               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
404             fi; \
405           fi; \
406           dashes="$$banner"; \
407           skipped=""; \
408           if test "$$skip" -ne 0; then \
409             skipped="($$skip tests were not run)"; \
410             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
411               dashes="$$skipped"; \
412           fi; \
413           report=""; \
414           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
415             report="Please report to $(PACKAGE_BUGREPORT)"; \
416             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
417               dashes="$$report"; \
418           fi; \
419           dashes=`echo "$$dashes" | sed s/./=/g`; \
420           echo "$$dashes"; \
421           echo "$$banner"; \
422           test -z "$$skipped" || echo "$$skipped"; \
423           test -z "$$report" || echo "$$report"; \
424           echo "$$dashes"; \
425           test "$$failed" -eq 0; \
426         else :; fi
427
428 distdir: $(DISTFILES)
429         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431         list='$(DISTFILES)'; \
432           dist_files=`for file in $$list; do echo $$file; done | \
433           sed -e "s|^$$srcdirstrip/||;t" \
434               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435         case $$dist_files in \
436           */*) $(MKDIR_P) `echo "$$dist_files" | \
437                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438                            sort -u` ;; \
439         esac; \
440         for file in $$dist_files; do \
441           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442           if test -d $$d/$$file; then \
443             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
445               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
446             fi; \
447             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
448           else \
449             test -f $(distdir)/$$file \
450             || cp -p $$d/$$file $(distdir)/$$file \
451             || exit 1; \
452           fi; \
453         done
454 check-am: all-am
455         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
456         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
457 check: check-am
458 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
459 installdirs:
460         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
461           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
462         done
463 install: install-am
464 install-exec: install-exec-am
465 install-data: install-data-am
466 uninstall: uninstall-am
467
468 install-am: all-am
469         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
470
471 installcheck: installcheck-am
472 install-strip:
473         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
474           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
475           `test -z '$(STRIP)' || \
476             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
477 mostlyclean-generic:
478
479 clean-generic:
480
481 distclean-generic:
482         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
483
484 maintainer-clean-generic:
485         @echo "This command is intended for maintainers to use"
486         @echo "it deletes files that may require special tools to rebuild."
487 clean: clean-am
488
489 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
490         clean-noinstLTLIBRARIES mostlyclean-am
491
492 distclean: distclean-am
493         -rm -f Makefile
494 distclean-am: clean-am distclean-compile distclean-generic \
495         distclean-tags
496
497 dvi: dvi-am
498
499 dvi-am:
500
501 html: html-am
502
503 info: info-am
504
505 info-am:
506
507 install-data-am: install-pkgincludeHEADERS
508
509 install-dvi: install-dvi-am
510
511 install-exec-am:
512
513 install-html: install-html-am
514
515 install-info: install-info-am
516
517 install-man:
518
519 install-pdf: install-pdf-am
520
521 install-ps: install-ps-am
522
523 installcheck-am:
524
525 maintainer-clean: maintainer-clean-am
526         -rm -f Makefile
527 maintainer-clean-am: distclean-am maintainer-clean-generic
528
529 mostlyclean: mostlyclean-am
530
531 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
532         mostlyclean-libtool
533
534 pdf: pdf-am
535
536 pdf-am:
537
538 ps: ps-am
539
540 ps-am:
541
542 uninstall-am: uninstall-pkgincludeHEADERS
543
544 .MAKE: install-am install-strip
545
546 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
547         clean-checkPROGRAMS clean-generic clean-libtool \
548         clean-noinstLTLIBRARIES ctags distclean distclean-compile \
549         distclean-generic distclean-libtool distclean-tags distdir dvi \
550         dvi-am html html-am info info-am install install-am \
551         install-data install-data-am install-dvi install-dvi-am \
552         install-exec install-exec-am install-html install-html-am \
553         install-info install-info-am install-man install-pdf \
554         install-pdf-am install-pkgincludeHEADERS install-ps \
555         install-ps-am install-strip installcheck installcheck-am \
556         installdirs maintainer-clean maintainer-clean-generic \
557         mostlyclean mostlyclean-compile mostlyclean-generic \
558         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
559         uninstall-am uninstall-pkgincludeHEADERS
560
561 # Tell versions [3.59,3.63) of GNU make to not export all variables.
562 # Otherwise a system limit (for SysV at least) may be exceeded.
563 .NOEXPORT: