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