Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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. mandir = @mandir@
  207. mkdir_p = @mkdir_p@
  208. oldincludedir = @oldincludedir@
  209. pdfdir = @pdfdir@
  210. pngincludes = @pngincludes@
  211. pnglibs = @pnglibs@
  212. prefix = @prefix@
  213. program_transform_name = @program_transform_name@
  214. psdir = @psdir@
  215. sbindir = @sbindir@
  216. sharedstatedir = @sharedstatedir@
  217. srcdir = @srcdir@
  218. sysconfdir = @sysconfdir@
  219. target = @target@
  220. target_alias = @target_alias@
  221. target_cpu = @target_cpu@
  222. target_os = @target_os@
  223. target_vendor = @target_vendor@
  224. tiffincludes = @tiffincludes@
  225. tifflibs = @tifflibs@
  226. top_build_prefix = @top_build_prefix@
  227. top_builddir = @top_builddir@
  228. top_srcdir = @top_srcdir@
  229. with_doxygen = @with_doxygen@
  230. SUBDIRS = libjp3dvm codec
  231. all: all-recursive
  232.  
  233. .SUFFIXES:
  234. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  235.         @for dep in $?; do \
  236.           case '$(am__configure_deps)' in \
  237.             *$$dep*) \
  238.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  239.                 && { if test -f $@; then exit 0; else break; fi; }; \
  240.               exit 1;; \
  241.           esac; \
  242.         done; \
  243.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign jp3d/Makefile'; \
  244.         $(am__cd) $(top_srcdir) && \
  245.           $(AUTOMAKE) --foreign jp3d/Makefile
  246. .PRECIOUS: Makefile
  247. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  248.         @case '$?' in \
  249.           *config.status*) \
  250.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  251.           *) \
  252.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  253.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  254.         esac;
  255.  
  256. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  257.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258.  
  259. $(top_srcdir)/configure:  $(am__configure_deps)
  260.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  261. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  262.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  263. $(am__aclocal_m4_deps):
  264.  
  265. mostlyclean-libtool:
  266.         -rm -f *.lo
  267.  
  268. clean-libtool:
  269.         -rm -rf .libs _libs
  270.  
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run `make' without going through this Makefile.
  273. # To change the values of `make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in `config.status', edit `config.status'
  275. #     (which will cause the Makefiles to be regenerated when you run `make');
  276. # (2) otherwise, pass the desired values on the `make' command line.
  277. $(RECURSIVE_TARGETS):
  278.         @fail= failcom='exit 1'; \
  279.         for f in x $$MAKEFLAGS; do \
  280.           case $$f in \
  281.             *=* | --[!k]*);; \
  282.             *k*) failcom='fail=yes';; \
  283.           esac; \
  284.         done; \
  285.         dot_seen=no; \
  286.         target=`echo $@ | sed s/-recursive//`; \
  287.         list='$(SUBDIRS)'; for subdir in $$list; do \
  288.           echo "Making $$target in $$subdir"; \
  289.           if test "$$subdir" = "."; then \
  290.             dot_seen=yes; \
  291.             local_target="$$target-am"; \
  292.           else \
  293.             local_target="$$target"; \
  294.           fi; \
  295.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  296.           || eval $$failcom; \
  297.         done; \
  298.         if test "$$dot_seen" = "no"; then \
  299.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  300.         fi; test -z "$$fail"
  301.  
  302. $(RECURSIVE_CLEAN_TARGETS):
  303.         @fail= failcom='exit 1'; \
  304.         for f in x $$MAKEFLAGS; do \
  305.           case $$f in \
  306.             *=* | --[!k]*);; \
  307.             *k*) failcom='fail=yes';; \
  308.           esac; \
  309.         done; \
  310.         dot_seen=no; \
  311.         case "$@" in \
  312.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  313.           *) list='$(SUBDIRS)' ;; \
  314.         esac; \
  315.         rev=''; for subdir in $$list; do \
  316.           if test "$$subdir" = "."; then :; else \
  317.             rev="$$subdir $$rev"; \
  318.           fi; \
  319.         done; \
  320.         rev="$$rev ."; \
  321.         target=`echo $@ | sed s/-recursive//`; \
  322.         for subdir in $$rev; do \
  323.           echo "Making $$target in $$subdir"; \
  324.           if test "$$subdir" = "."; then \
  325.             local_target="$$target-am"; \
  326.           else \
  327.             local_target="$$target"; \
  328.           fi; \
  329.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  330.           || eval $$failcom; \
  331.         done && test -z "$$fail"
  332. tags-recursive:
  333.         list='$(SUBDIRS)'; for subdir in $$list; do \
  334.           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  335.         done
  336. ctags-recursive:
  337.         list='$(SUBDIRS)'; for subdir in $$list; do \
  338.           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  339.         done
  340.  
  341. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  342.         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  343.         unique=`for i in $$list; do \
  344.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  345.           done | \
  346.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  347.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  348.         mkid -fID $$unique
  349. tags: TAGS
  350.  
  351. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  352.                 $(TAGS_FILES) $(LISP)
  353.         set x; \
  354.         here=`pwd`; \
  355.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  356.           include_option=--etags-include; \
  357.           empty_fix=.; \
  358.         else \
  359.           include_option=--include; \
  360.           empty_fix=; \
  361.         fi; \
  362.         list='$(SUBDIRS)'; for subdir in $$list; do \
  363.           if test "$$subdir" = .; then :; else \
  364.             test ! -f $$subdir/TAGS || \
  365.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  366.           fi; \
  367.         done; \
  368.         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  369.         unique=`for i in $$list; do \
  370.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  371.           done | \
  372.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  373.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  374.         shift; \
  375.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  376.           test -n "$$unique" || unique=$$empty_fix; \
  377.           if test $$# -gt 0; then \
  378.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379.               "$$@" $$unique; \
  380.           else \
  381.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  382.               $$unique; \
  383.           fi; \
  384.         fi
  385. ctags: CTAGS
  386. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  387.                 $(TAGS_FILES) $(LISP)
  388.         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  389.         unique=`for i in $$list; do \
  390.             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  391.           done | \
  392.           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  393.               END { if (nonempty) { for (i in files) print i; }; }'`; \
  394.         test -z "$(CTAGS_ARGS)$$unique" \
  395.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  396.              $$unique
  397.  
  398. GTAGS:
  399.         here=`$(am__cd) $(top_builddir) && pwd` \
  400.           && $(am__cd) $(top_srcdir) \
  401.           && gtags -i $(GTAGS_ARGS) "$$here"
  402.  
  403. distclean-tags:
  404.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  405.  
  406. distdir: $(DISTFILES)
  407.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  408.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  409.         list='$(DISTFILES)'; \
  410.           dist_files=`for file in $$list; do echo $$file; done | \
  411.           sed -e "s|^$$srcdirstrip/||;t" \
  412.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  413.         case $$dist_files in \
  414.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  415.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  416.                            sort -u` ;; \
  417.         esac; \
  418.         for file in $$dist_files; do \
  419.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  420.           if test -d $$d/$$file; then \
  421.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  422.             if test -d "$(distdir)/$$file"; then \
  423.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  424.             fi; \
  425.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  426.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  427.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  428.             fi; \
  429.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  430.           else \
  431.             test -f "$(distdir)/$$file" \
  432.             || cp -p $$d/$$file "$(distdir)/$$file" \
  433.             || exit 1; \
  434.           fi; \
  435.         done
  436.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  437.           if test "$$subdir" = .; then :; else \
  438.             test -d "$(distdir)/$$subdir" \
  439.             || $(MKDIR_P) "$(distdir)/$$subdir" \
  440.             || exit 1; \
  441.           fi; \
  442.         done
  443.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  444.           if test "$$subdir" = .; then :; else \
  445.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  446.             $(am__relativize); \
  447.             new_distdir=$$reldir; \
  448.             dir1=$$subdir; dir2="$(top_distdir)"; \
  449.             $(am__relativize); \
  450.             new_top_distdir=$$reldir; \
  451.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  452.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  453.             ($(am__cd) $$subdir && \
  454.               $(MAKE) $(AM_MAKEFLAGS) \
  455.                 top_distdir="$$new_top_distdir" \
  456.                 distdir="$$new_distdir" \
  457.                 am__remove_distdir=: \
  458.                 am__skip_length_check=: \
  459.                 am__skip_mode_fix=: \
  460.                 distdir) \
  461.               || exit 1; \
  462.           fi; \
  463.         done
  464. check-am: all-am
  465. check: check-recursive
  466. all-am: Makefile
  467. installdirs: installdirs-recursive
  468. installdirs-am:
  469. install: install-recursive
  470. install-exec: install-exec-recursive
  471. install-data: install-data-recursive
  472. uninstall: uninstall-recursive
  473.  
  474. install-am: all-am
  475.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  476.  
  477. installcheck: installcheck-recursive
  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.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  490.  
  491. maintainer-clean-generic:
  492.         @echo "This command is intended for maintainers to use"
  493.         @echo "it deletes files that may require special tools to rebuild."
  494. clean: clean-recursive
  495.  
  496. clean-am: clean-generic clean-libtool mostlyclean-am
  497.  
  498. distclean: distclean-recursive
  499.         -rm -f Makefile
  500. distclean-am: clean-am distclean-generic distclean-tags
  501.  
  502. dvi: dvi-recursive
  503.  
  504. dvi-am:
  505.  
  506. html: html-recursive
  507.  
  508. html-am:
  509.  
  510. info: info-recursive
  511.  
  512. info-am:
  513.  
  514. install-data-am:
  515.  
  516. install-dvi: install-dvi-recursive
  517.  
  518. install-dvi-am:
  519.  
  520. install-exec-am:
  521.  
  522. install-html: install-html-recursive
  523.  
  524. install-html-am:
  525.  
  526. install-info: install-info-recursive
  527.  
  528. install-info-am:
  529.  
  530. install-man:
  531.  
  532. install-pdf: install-pdf-recursive
  533.  
  534. install-pdf-am:
  535.  
  536. install-ps: install-ps-recursive
  537.  
  538. install-ps-am:
  539.  
  540. installcheck-am:
  541.  
  542. maintainer-clean: maintainer-clean-recursive
  543.         -rm -f Makefile
  544. maintainer-clean-am: distclean-am maintainer-clean-generic
  545.  
  546. mostlyclean: mostlyclean-recursive
  547.  
  548. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  549.  
  550. pdf: pdf-recursive
  551.  
  552. pdf-am:
  553.  
  554. ps: ps-recursive
  555.  
  556. ps-am:
  557.  
  558. uninstall-am:
  559.  
  560. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  561.         install-am install-strip tags-recursive
  562.  
  563. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  564.         all all-am check check-am clean clean-generic clean-libtool \
  565.         ctags ctags-recursive distclean distclean-generic \
  566.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  567.         html-am info info-am install install-am install-data \
  568.         install-data-am install-dvi install-dvi-am install-exec \
  569.         install-exec-am install-html install-html-am install-info \
  570.         install-info-am install-man install-pdf install-pdf-am \
  571.         install-ps install-ps-am install-strip installcheck \
  572.         installcheck-am installdirs installdirs-am maintainer-clean \
  573.         maintainer-clean-generic mostlyclean mostlyclean-generic \
  574.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  575.         uninstall uninstall-am
  576.  
  577.  
  578. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  579. # Otherwise a system limit (for SysV at least) may be exceeded.
  580. .NOEXPORT:
  581.