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