Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static
[openjpeg.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@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 target_triplet = @target@
37 subdir = jp3d
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/opj_config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50         html-recursive info-recursive install-data-recursive \
51         install-dvi-recursive install-exec-recursive \
52         install-html-recursive install-info-recursive \
53         install-pdf-recursive install-ps-recursive install-recursive \
54         installcheck-recursive installdirs-recursive pdf-recursive \
55         ps-recursive uninstall-recursive
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57   distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60         distdir
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66   dir0=`pwd`; \
67   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68   sed_rest='s,^[^/]*/*,,'; \
69   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70   sed_butlast='s,/*[^/]*$$,,'; \
71   while test -n "$$dir1"; do \
72     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73     if test "$$first" != "."; then \
74       if test "$$first" = ".."; then \
75         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77       else \
78         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79         if test "$$first2" = "$$first"; then \
80           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81         else \
82           dir2="../$$dir2"; \
83         fi; \
84         dir0="$$dir0"/"$$first"; \
85       fi; \
86     fi; \
87     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88   done; \
89   reldir="$$dir2"
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 AS = @AS@
94 AUTOCONF = @AUTOCONF@
95 AUTOHEADER = @AUTOHEADER@
96 AUTOMAKE = @AUTOMAKE@
97 AWK = @AWK@
98 BUILD_NR = @BUILD_NR@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 DLLTOOL = @DLLTOOL@
112 DSYMUTIL = @DSYMUTIL@
113 DUMPBIN = @DUMPBIN@
114 ECHO_C = @ECHO_C@
115 ECHO_N = @ECHO_N@
116 ECHO_T = @ECHO_T@
117 EGREP = @EGREP@
118 EXEEXT = @EXEEXT@
119 FGREP = @FGREP@
120 GREP = @GREP@
121 INSTALL = @INSTALL@
122 INSTALL_DATA = @INSTALL_DATA@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 JP3D_BUILD_NR = @JP3D_BUILD_NR@
127 JP3D_MAJOR_NR = @JP3D_MAJOR_NR@
128 JP3D_MINOR_NR = @JP3D_MINOR_NR@
129 LD = @LD@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBPNG_CONFIG = @LIBPNG_CONFIG@
133 LIBS = @LIBS@
134 LIBTOOL = @LIBTOOL@
135 LIPO = @LIPO@
136 LN_S = @LN_S@
137 LTLIBOBJS = @LTLIBOBJS@
138 MAJOR_NR = @MAJOR_NR@
139 MAKEINFO = @MAKEINFO@
140 MINOR_NR = @MINOR_NR@
141 MKDIR_P = @MKDIR_P@
142 NM = @NM@
143 NMEDIT = @NMEDIT@
144 OBJDUMP = @OBJDUMP@
145 OBJEXT = @OBJEXT@
146 OTOOL = @OTOOL@
147 OTOOL64 = @OTOOL64@
148 PACKAGE = @PACKAGE@
149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150 PACKAGE_NAME = @PACKAGE_NAME@
151 PACKAGE_STRING = @PACKAGE_STRING@
152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
153 PACKAGE_URL = @PACKAGE_URL@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 PKGCONFIG = @PKGCONFIG@
157 RANLIB = @RANLIB@
158 SED = @SED@
159 SET_MAKE = @SET_MAKE@
160 SHELL = @SHELL@
161 STRIP = @STRIP@
162 VERSION = @VERSION@
163 abs_builddir = @abs_builddir@
164 abs_srcdir = @abs_srcdir@
165 abs_top_builddir = @abs_top_builddir@
166 abs_top_srcdir = @abs_top_srcdir@
167 ac_ct_CC = @ac_ct_CC@
168 ac_ct_CXX = @ac_ct_CXX@
169 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
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 jp3d_dir = @jp3d_dir@
197 jpwl_dir = @jpwl_dir@
198 lcms1includes = @lcms1includes@
199 lcms1libs = @lcms1libs@
200 lcms2includes = @lcms2includes@
201 lcms2libs = @lcms2libs@
202 libdir = @libdir@
203 libexecdir = @libexecdir@
204 localedir = @localedir@
205 localstatedir = @localstatedir@
206 lt_ECHO = @lt_ECHO@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 pngincludes = @pngincludes@
212 pnglibs = @pnglibs@
213 prefix = @prefix@
214 program_transform_name = @program_transform_name@
215 psdir = @psdir@
216 sbindir = @sbindir@
217 sharedstatedir = @sharedstatedir@
218 srcdir = @srcdir@
219 sysconfdir = @sysconfdir@
220 target = @target@
221 target_alias = @target_alias@
222 target_cpu = @target_cpu@
223 target_os = @target_os@
224 target_vendor = @target_vendor@
225 tiffincludes = @tiffincludes@
226 tifflibs = @tifflibs@
227 top_build_prefix = @top_build_prefix@
228 top_builddir = @top_builddir@
229 top_srcdir = @top_srcdir@
230 with_doxygen = @with_doxygen@
231 SUBDIRS = libjp3dvm codec
232 all: all-recursive
233
234 .SUFFIXES:
235 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236         @for dep in $?; do \
237           case '$(am__configure_deps)' in \
238             *$$dep*) \
239               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240                 && { if test -f $@; then exit 0; else break; fi; }; \
241               exit 1;; \
242           esac; \
243         done; \
244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign jp3d/Makefile'; \
245         $(am__cd) $(top_srcdir) && \
246           $(AUTOMAKE) --foreign jp3d/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249         @case '$?' in \
250           *config.status*) \
251             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252           *) \
253             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255         esac;
256
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260 $(top_srcdir)/configure:  $(am__configure_deps)
261         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(am__aclocal_m4_deps):
265
266 mostlyclean-libtool:
267         -rm -f *.lo
268
269 clean-libtool:
270         -rm -rf .libs _libs
271
272 # This directory's subdirectories are mostly independent; you can cd
273 # into them and run `make' without going through this Makefile.
274 # To change the values of `make' variables: instead of editing Makefiles,
275 # (1) if the variable is set in `config.status', edit `config.status'
276 #     (which will cause the Makefiles to be regenerated when you run `make');
277 # (2) otherwise, pass the desired values on the `make' command line.
278 $(RECURSIVE_TARGETS):
279         @fail= failcom='exit 1'; \
280         for f in x $$MAKEFLAGS; do \
281           case $$f in \
282             *=* | --[!k]*);; \
283             *k*) failcom='fail=yes';; \
284           esac; \
285         done; \
286         dot_seen=no; \
287         target=`echo $@ | sed s/-recursive//`; \
288         list='$(SUBDIRS)'; for subdir in $$list; do \
289           echo "Making $$target in $$subdir"; \
290           if test "$$subdir" = "."; then \
291             dot_seen=yes; \
292             local_target="$$target-am"; \
293           else \
294             local_target="$$target"; \
295           fi; \
296           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297           || eval $$failcom; \
298         done; \
299         if test "$$dot_seen" = "no"; then \
300           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
301         fi; test -z "$$fail"
302
303 $(RECURSIVE_CLEAN_TARGETS):
304         @fail= failcom='exit 1'; \
305         for f in x $$MAKEFLAGS; do \
306           case $$f in \
307             *=* | --[!k]*);; \
308             *k*) failcom='fail=yes';; \
309           esac; \
310         done; \
311         dot_seen=no; \
312         case "$@" in \
313           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
314           *) list='$(SUBDIRS)' ;; \
315         esac; \
316         rev=''; for subdir in $$list; do \
317           if test "$$subdir" = "."; then :; else \
318             rev="$$subdir $$rev"; \
319           fi; \
320         done; \
321         rev="$$rev ."; \
322         target=`echo $@ | sed s/-recursive//`; \
323         for subdir in $$rev; do \
324           echo "Making $$target in $$subdir"; \
325           if test "$$subdir" = "."; then \
326             local_target="$$target-am"; \
327           else \
328             local_target="$$target"; \
329           fi; \
330           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331           || eval $$failcom; \
332         done && test -z "$$fail"
333 tags-recursive:
334         list='$(SUBDIRS)'; for subdir in $$list; do \
335           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
336         done
337 ctags-recursive:
338         list='$(SUBDIRS)'; for subdir in $$list; do \
339           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
340         done
341
342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
350 tags: TAGS
351
352 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353                 $(TAGS_FILES) $(LISP)
354         set x; \
355         here=`pwd`; \
356         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
357           include_option=--etags-include; \
358           empty_fix=.; \
359         else \
360           include_option=--include; \
361           empty_fix=; \
362         fi; \
363         list='$(SUBDIRS)'; for subdir in $$list; do \
364           if test "$$subdir" = .; then :; else \
365             test ! -f $$subdir/TAGS || \
366               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
367           fi; \
368         done; \
369         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370         unique=`for i in $$list; do \
371             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372           done | \
373           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374               END { if (nonempty) { for (i in files) print i; }; }'`; \
375         shift; \
376         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
377           test -n "$$unique" || unique=$$empty_fix; \
378           if test $$# -gt 0; then \
379             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380               "$$@" $$unique; \
381           else \
382             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383               $$unique; \
384           fi; \
385         fi
386 ctags: CTAGS
387 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388                 $(TAGS_FILES) $(LISP)
389         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390         unique=`for i in $$list; do \
391             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392           done | \
393           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394               END { if (nonempty) { for (i in files) print i; }; }'`; \
395         test -z "$(CTAGS_ARGS)$$unique" \
396           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397              $$unique
398
399 GTAGS:
400         here=`$(am__cd) $(top_builddir) && pwd` \
401           && $(am__cd) $(top_srcdir) \
402           && gtags -i $(GTAGS_ARGS) "$$here"
403
404 distclean-tags:
405         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
406
407 distdir: $(DISTFILES)
408         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
409         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410         list='$(DISTFILES)'; \
411           dist_files=`for file in $$list; do echo $$file; done | \
412           sed -e "s|^$$srcdirstrip/||;t" \
413               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
414         case $$dist_files in \
415           */*) $(MKDIR_P) `echo "$$dist_files" | \
416                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417                            sort -u` ;; \
418         esac; \
419         for file in $$dist_files; do \
420           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
421           if test -d $$d/$$file; then \
422             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
423             if test -d "$(distdir)/$$file"; then \
424               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425             fi; \
426             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
427               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
428               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
429             fi; \
430             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
431           else \
432             test -f "$(distdir)/$$file" \
433             || cp -p $$d/$$file "$(distdir)/$$file" \
434             || exit 1; \
435           fi; \
436         done
437         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
438           if test "$$subdir" = .; then :; else \
439             test -d "$(distdir)/$$subdir" \
440             || $(MKDIR_P) "$(distdir)/$$subdir" \
441             || exit 1; \
442           fi; \
443         done
444         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445           if test "$$subdir" = .; then :; else \
446             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
447             $(am__relativize); \
448             new_distdir=$$reldir; \
449             dir1=$$subdir; dir2="$(top_distdir)"; \
450             $(am__relativize); \
451             new_top_distdir=$$reldir; \
452             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
453             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
454             ($(am__cd) $$subdir && \
455               $(MAKE) $(AM_MAKEFLAGS) \
456                 top_distdir="$$new_top_distdir" \
457                 distdir="$$new_distdir" \
458                 am__remove_distdir=: \
459                 am__skip_length_check=: \
460                 am__skip_mode_fix=: \
461                 distdir) \
462               || exit 1; \
463           fi; \
464         done
465 check-am: all-am
466 check: check-recursive
467 all-am: Makefile
468 installdirs: installdirs-recursive
469 installdirs-am:
470 install: install-recursive
471 install-exec: install-exec-recursive
472 install-data: install-data-recursive
473 uninstall: uninstall-recursive
474
475 install-am: all-am
476         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
477
478 installcheck: installcheck-recursive
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         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-recursive
496
497 clean-am: clean-generic clean-libtool mostlyclean-am
498
499 distclean: distclean-recursive
500         -rm -f Makefile
501 distclean-am: clean-am distclean-generic distclean-tags
502
503 dvi: dvi-recursive
504
505 dvi-am:
506
507 html: html-recursive
508
509 html-am:
510
511 info: info-recursive
512
513 info-am:
514
515 install-data-am:
516
517 install-dvi: install-dvi-recursive
518
519 install-dvi-am:
520
521 install-exec-am:
522
523 install-html: install-html-recursive
524
525 install-html-am:
526
527 install-info: install-info-recursive
528
529 install-info-am:
530
531 install-man:
532
533 install-pdf: install-pdf-recursive
534
535 install-pdf-am:
536
537 install-ps: install-ps-recursive
538
539 install-ps-am:
540
541 installcheck-am:
542
543 maintainer-clean: maintainer-clean-recursive
544         -rm -f Makefile
545 maintainer-clean-am: distclean-am maintainer-clean-generic
546
547 mostlyclean: mostlyclean-recursive
548
549 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
550
551 pdf: pdf-recursive
552
553 pdf-am:
554
555 ps: ps-recursive
556
557 ps-am:
558
559 uninstall-am:
560
561 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
562         install-am install-strip tags-recursive
563
564 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
565         all all-am check check-am clean clean-generic clean-libtool \
566         ctags ctags-recursive distclean distclean-generic \
567         distclean-libtool distclean-tags distdir dvi dvi-am html \
568         html-am info info-am install install-am install-data \
569         install-data-am install-dvi install-dvi-am install-exec \
570         install-exec-am install-html install-html-am install-info \
571         install-info-am install-man install-pdf install-pdf-am \
572         install-ps install-ps-am install-strip installcheck \
573         installcheck-am installdirs installdirs-am maintainer-clean \
574         maintainer-clean-generic mostlyclean mostlyclean-generic \
575         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
576         uninstall uninstall-am
577
578
579 # Tell versions [3.59,3.63) of GNU make to not export all variables.
580 # Otherwise a system limit (for SysV at least) may be exceeded.
581 .NOEXPORT: