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