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