Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cdf / 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 = cdf
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 libgslcdf_la_LIBADD =
49 am_libgslcdf_la_OBJECTS = beta.lo betainv.lo cauchy.lo cauchyinv.lo \
50         chisq.lo chisqinv.lo exponential.lo exponentialinv.lo \
51         exppow.lo fdist.lo fdistinv.lo flat.lo flatinv.lo gamma.lo \
52         gammainv.lo gauss.lo gaussinv.lo gumbel1.lo gumbel1inv.lo \
53         gumbel2.lo gumbel2inv.lo laplace.lo laplaceinv.lo logistic.lo \
54         logisticinv.lo lognormal.lo lognormalinv.lo pareto.lo \
55         paretoinv.lo rayleigh.lo rayleighinv.lo tdist.lo tdistinv.lo \
56         weibull.lo weibullinv.lo binomial.lo poisson.lo geometric.lo \
57         nbinomial.lo pascal.lo hypergeometric.lo
58 libgslcdf_la_OBJECTS = $(am_libgslcdf_la_OBJECTS)
59 am_test_OBJECTS = test.$(OBJEXT)
60 test_OBJECTS = $(am_test_OBJECTS)
61 test_DEPENDENCIES = libgslcdf.la ../randist/libgslrandist.la \
62         ../rng/libgslrng.la ../specfunc/libgslspecfunc.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 = $(libgslcdf_la_SOURCES) $(test_SOURCES)
79 DIST_SOURCES = $(libgslcdf_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 = $(noinst_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 = libgslcdf.la
216 pkginclude_HEADERS = gsl_cdf.h 
217 INCLUDES = -I$(top_builddir)
218 libgslcdf_la_SOURCES = beta.c betainv.c cauchy.c cauchyinv.c chisq.c chisqinv.c exponential.c exponentialinv.c exppow.c fdist.c fdistinv.c flat.c flatinv.c gamma.c gammainv.c gauss.c gaussinv.c gumbel1.c gumbel1inv.c gumbel2.c gumbel2inv.c laplace.c laplaceinv.c logistic.c logisticinv.c lognormal.c lognormalinv.c pareto.c paretoinv.c rayleigh.c rayleighinv.c tdist.c tdistinv.c weibull.c weibullinv.c binomial.c poisson.c geometric.c nbinomial.c pascal.c hypergeometric.c
219 noinst_HEADERS = beta_inc.c rat_eval.h test_auto.c error.h
220 TESTS = $(check_PROGRAMS)
221 test_SOURCES = test.c
222 test_LDADD = libgslcdf.la ../randist/libgslrandist.la ../rng/libgslrng.la ../specfunc/libgslspecfunc.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la
223 all: all-am
224
225 .SUFFIXES:
226 .SUFFIXES: .c .lo .o .obj
227 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
228         @for dep in $?; do \
229           case '$(am__configure_deps)' in \
230             *$$dep*) \
231               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
232                 && exit 0; \
233               exit 1;; \
234           esac; \
235         done; \
236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  --ignore-deps cdf/Makefile'; \
237         cd $(top_srcdir) && \
238           $(AUTOMAKE) --gnu  --ignore-deps cdf/Makefile
239 .PRECIOUS: Makefile
240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241         @case '$?' in \
242           *config.status*) \
243             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244           *) \
245             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247         esac;
248
249 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257 clean-noinstLTLIBRARIES:
258         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
259         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
260           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
261           test "$$dir" != "$$p" || dir=.; \
262           echo "rm -f \"$${dir}/so_locations\""; \
263           rm -f "$${dir}/so_locations"; \
264         done
265 libgslcdf.la: $(libgslcdf_la_OBJECTS) $(libgslcdf_la_DEPENDENCIES) 
266         $(LINK)  $(libgslcdf_la_OBJECTS) $(libgslcdf_la_LIBADD) $(LIBS)
267
268 clean-checkPROGRAMS:
269         @list='$(check_PROGRAMS)'; for p in $$list; do \
270           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
271           echo " rm -f $$p $$f"; \
272           rm -f $$p $$f ; \
273         done
274 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
275         @rm -f test$(EXEEXT)
276         $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
277
278 mostlyclean-compile:
279         -rm -f *.$(OBJEXT)
280
281 distclean-compile:
282         -rm -f *.tab.c
283
284 .c.o:
285         $(COMPILE) -c $<
286
287 .c.obj:
288         $(COMPILE) -c `$(CYGPATH_W) '$<'`
289
290 .c.lo:
291         $(LTCOMPILE) -c -o $@ $<
292
293 mostlyclean-libtool:
294         -rm -f *.lo
295
296 clean-libtool:
297         -rm -rf .libs _libs
298 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
299         @$(NORMAL_INSTALL)
300         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
301         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
302           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
303           f=$(am__strip_dir) \
304           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
305           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
306         done
307
308 uninstall-pkgincludeHEADERS:
309         @$(NORMAL_UNINSTALL)
310         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
311           f=$(am__strip_dir) \
312           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
313           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
314         done
315
316 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318         unique=`for i in $$list; do \
319             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320           done | \
321           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
322               END { if (nonempty) { for (i in files) print i; }; }'`; \
323         mkid -fID $$unique
324 tags: TAGS
325
326 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327                 $(TAGS_FILES) $(LISP)
328         tags=; \
329         here=`pwd`; \
330         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331         unique=`for i in $$list; do \
332             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333           done | \
334           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335               END { if (nonempty) { for (i in files) print i; }; }'`; \
336         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
337           test -n "$$unique" || unique=$$empty_fix; \
338           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339             $$tags $$unique; \
340         fi
341 ctags: CTAGS
342 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343                 $(TAGS_FILES) $(LISP)
344         tags=; \
345         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350               END { if (nonempty) { for (i in files) print i; }; }'`; \
351         test -z "$(CTAGS_ARGS)$$tags$$unique" \
352           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353              $$tags $$unique
354
355 GTAGS:
356         here=`$(am__cd) $(top_builddir) && pwd` \
357           && cd $(top_srcdir) \
358           && gtags -i $(GTAGS_ARGS) $$here
359
360 distclean-tags:
361         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
363 check-TESTS: $(TESTS)
364         @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
365         srcdir=$(srcdir); export srcdir; \
366         list=' $(TESTS) '; \
367         if test -n "$$list"; then \
368           for tst in $$list; do \
369             if test -f ./$$tst; then dir=./; \
370             elif test -f $$tst; then dir=; \
371             else dir="$(srcdir)/"; fi; \
372             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
373               all=`expr $$all + 1`; \
374               case " $(XFAIL_TESTS) " in \
375               *$$ws$$tst$$ws*) \
376                 xpass=`expr $$xpass + 1`; \
377                 failed=`expr $$failed + 1`; \
378                 echo "XPASS: $$tst"; \
379               ;; \
380               *) \
381                 echo "PASS: $$tst"; \
382               ;; \
383               esac; \
384             elif test $$? -ne 77; then \
385               all=`expr $$all + 1`; \
386               case " $(XFAIL_TESTS) " in \
387               *$$ws$$tst$$ws*) \
388                 xfail=`expr $$xfail + 1`; \
389                 echo "XFAIL: $$tst"; \
390               ;; \
391               *) \
392                 failed=`expr $$failed + 1`; \
393                 echo "FAIL: $$tst"; \
394               ;; \
395               esac; \
396             else \
397               skip=`expr $$skip + 1`; \
398               echo "SKIP: $$tst"; \
399             fi; \
400           done; \
401           if test "$$failed" -eq 0; then \
402             if test "$$xfail" -eq 0; then \
403               banner="All $$all tests passed"; \
404             else \
405               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
406             fi; \
407           else \
408             if test "$$xpass" -eq 0; then \
409               banner="$$failed of $$all tests failed"; \
410             else \
411               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
412             fi; \
413           fi; \
414           dashes="$$banner"; \
415           skipped=""; \
416           if test "$$skip" -ne 0; then \
417             skipped="($$skip tests were not run)"; \
418             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
419               dashes="$$skipped"; \
420           fi; \
421           report=""; \
422           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
423             report="Please report to $(PACKAGE_BUGREPORT)"; \
424             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
425               dashes="$$report"; \
426           fi; \
427           dashes=`echo "$$dashes" | sed s/./=/g`; \
428           echo "$$dashes"; \
429           echo "$$banner"; \
430           test -z "$$skipped" || echo "$$skipped"; \
431           test -z "$$report" || echo "$$report"; \
432           echo "$$dashes"; \
433           test "$$failed" -eq 0; \
434         else :; fi
435
436 distdir: $(DISTFILES)
437         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439         list='$(DISTFILES)'; \
440           dist_files=`for file in $$list; do echo $$file; done | \
441           sed -e "s|^$$srcdirstrip/||;t" \
442               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443         case $$dist_files in \
444           */*) $(MKDIR_P) `echo "$$dist_files" | \
445                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446                            sort -u` ;; \
447         esac; \
448         for file in $$dist_files; do \
449           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450           if test -d $$d/$$file; then \
451             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
454             fi; \
455             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
456           else \
457             test -f $(distdir)/$$file \
458             || cp -p $$d/$$file $(distdir)/$$file \
459             || exit 1; \
460           fi; \
461         done
462 check-am: all-am
463         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
464         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
465 check: check-am
466 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
467 installdirs:
468         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
469           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
470         done
471 install: install-am
472 install-exec: install-exec-am
473 install-data: install-data-am
474 uninstall: uninstall-am
475
476 install-am: all-am
477         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479 installcheck: installcheck-am
480 install-strip:
481         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483           `test -z '$(STRIP)' || \
484             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485 mostlyclean-generic:
486
487 clean-generic:
488
489 distclean-generic:
490         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491
492 maintainer-clean-generic:
493         @echo "This command is intended for maintainers to use"
494         @echo "it deletes files that may require special tools to rebuild."
495 clean: clean-am
496
497 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
498         clean-noinstLTLIBRARIES mostlyclean-am
499
500 distclean: distclean-am
501         -rm -f Makefile
502 distclean-am: clean-am distclean-compile distclean-generic \
503         distclean-tags
504
505 dvi: dvi-am
506
507 dvi-am:
508
509 html: html-am
510
511 info: info-am
512
513 info-am:
514
515 install-data-am: install-pkgincludeHEADERS
516
517 install-dvi: install-dvi-am
518
519 install-exec-am:
520
521 install-html: install-html-am
522
523 install-info: install-info-am
524
525 install-man:
526
527 install-pdf: install-pdf-am
528
529 install-ps: install-ps-am
530
531 installcheck-am:
532
533 maintainer-clean: maintainer-clean-am
534         -rm -f Makefile
535 maintainer-clean-am: distclean-am maintainer-clean-generic
536
537 mostlyclean: mostlyclean-am
538
539 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
540         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-pkgincludeHEADERS
551
552 .MAKE: install-am install-strip
553
554 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
555         clean-checkPROGRAMS clean-generic clean-libtool \
556         clean-noinstLTLIBRARIES ctags distclean distclean-compile \
557         distclean-generic distclean-libtool distclean-tags distdir dvi \
558         dvi-am html html-am info info-am install install-am \
559         install-data install-data-am install-dvi install-dvi-am \
560         install-exec install-exec-am install-html install-html-am \
561         install-info install-info-am install-man install-pdf \
562         install-pdf-am install-pkgincludeHEADERS install-ps \
563         install-ps-am install-strip installcheck installcheck-am \
564         installdirs maintainer-clean maintainer-clean-generic \
565         mostlyclean mostlyclean-compile mostlyclean-generic \
566         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
567         uninstall-am uninstall-pkgincludeHEADERS
568
569 # Tell versions [3.59,3.63) of GNU make to not export all variables.
570 # Otherwise a system limit (for SysV at least) may be exceeded.
571 .NOEXPORT: