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