Subversion Repositories Kolibri OS

Rev

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

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. #  flac - Command-line FLAC encoder/decoder
  14. #  Copyright (C) 2000,2001  Josh Coalson
  15. #
  16. #  This program is free software; you can redistribute it and/or
  17. #  modify it under the terms of the GNU General Public License
  18. #  as published by the Free Software Foundation; either version 2
  19. #  of the License, or (at your option) any later version.
  20. #
  21. #  This program is distributed in the hope that it will be useful,
  22. #  but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  24. #  GNU General Public License for more details.
  25. #
  26. #  You should have received a copy of the GNU General Public License
  27. #  along with this program; if not, write to the Free Software
  28. #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  29.  
  30.  
  31. SHELL = @SHELL@
  32.  
  33. srcdir = @srcdir@
  34. top_srcdir = @top_srcdir@
  35. VPATH = @srcdir@
  36. prefix = @prefix@
  37. exec_prefix = @exec_prefix@
  38.  
  39. bindir = @bindir@
  40. sbindir = @sbindir@
  41. libexecdir = @libexecdir@
  42. datadir = @datadir@
  43. sysconfdir = @sysconfdir@
  44. sharedstatedir = @sharedstatedir@
  45. localstatedir = @localstatedir@
  46. libdir = @libdir@
  47. infodir = @infodir@
  48. mandir = @mandir@
  49. oldincludedir = /usr/include
  50.  
  51. DESTDIR =
  52.  
  53. pkgdatadir = $(datadir)/@PACKAGE@
  54. pkglibdir = $(libdir)/@PACKAGE@
  55. pkgincludedir = $(includedir)/@PACKAGE@
  56.  
  57. top_builddir = ../..
  58.  
  59. ACLOCAL = @ACLOCAL@
  60. AUTOCONF = @AUTOCONF@
  61. AUTOMAKE = @AUTOMAKE@
  62. AUTOHEADER = @AUTOHEADER@
  63.  
  64. INSTALL = @INSTALL@
  65. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  66. INSTALL_DATA = @INSTALL_DATA@
  67. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  68. transform = @program_transform_name@
  69.  
  70. NORMAL_INSTALL = :
  71. PRE_INSTALL = :
  72. POST_INSTALL = :
  73. NORMAL_UNINSTALL = :
  74. PRE_UNINSTALL = :
  75. POST_UNINSTALL = :
  76. host_alias = @host_alias@
  77. host_triplet = @host@
  78. AS = @AS@
  79. AWK = @AWK@
  80. CC = @CC@
  81. DLLTOOL = @DLLTOOL@
  82. FLaC__SIZE16 = @FLaC__SIZE16@
  83. FLaC__SIZE32 = @FLaC__SIZE32@
  84. FLaC__SIZE64 = @FLaC__SIZE64@
  85. FLaC__USIZE16 = @FLaC__USIZE16@
  86. FLaC__USIZE32 = @FLaC__USIZE32@
  87. FLaC__USIZE64 = @FLaC__USIZE64@
  88. LIBTOOL = @LIBTOOL@
  89. LN_S = @LN_S@
  90. MAKEINFO = @MAKEINFO@
  91. NASM = @NASM@
  92. OBJDUMP = @OBJDUMP@
  93. OBJ_FORMAT = @OBJ_FORMAT@
  94. PACKAGE = @PACKAGE@
  95. RANLIB = @RANLIB@
  96. VERSION = @VERSION@
  97. XMMS_CFLAGS = @XMMS_CFLAGS@
  98. XMMS_CONFIG = @XMMS_CONFIG@
  99. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  100. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  101. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  102. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  103. XMMS_LIBS = @XMMS_LIBS@
  104. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  105. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  106. XMMS_VERSION = @XMMS_VERSION@
  107. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  108.  
  109. includedir = ${prefix}/include/FLAC
  110.  
  111. include_HEADERS =       all.h   assert.h        file_decoder.h  format.h        ordinals.h      seek_table.h    stream_decoder.h        stream_encoder.h        utility.h
  112.  
  113. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  114. CONFIG_CLEAN_FILES =  ordinals.h
  115. HEADERS =  $(include_HEADERS)
  116.  
  117. DIST_COMMON =  Makefile.am Makefile.in ordinals.h.in
  118.  
  119.  
  120. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  121.  
  122. TAR = gtar
  123. GZIP_ENV = --best
  124. all: all-redirect
  125. .SUFFIXES:
  126. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  127.         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/FLAC/Makefile
  128.  
  129. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  130.         cd $(top_builddir) \
  131.           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  132.  
  133. ordinals.h: $(top_builddir)/config.status ordinals.h.in
  134.         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  135.  
  136. install-includeHEADERS: $(include_HEADERS)
  137.         @$(NORMAL_INSTALL)
  138.         $(mkinstalldirs) $(DESTDIR)$(includedir)
  139.         @list='$(include_HEADERS)'; for p in $$list; do \
  140.           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
  141.           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
  142.           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
  143.         done
  144.  
  145. uninstall-includeHEADERS:
  146.         @$(NORMAL_UNINSTALL)
  147.         list='$(include_HEADERS)'; for p in $$list; do \
  148.           rm -f $(DESTDIR)$(includedir)/$$p; \
  149.         done
  150.  
  151. tags: TAGS
  152.  
  153. ID: $(HEADERS) $(SOURCES) $(LISP)
  154.         list='$(SOURCES) $(HEADERS)'; \
  155.         unique=`for i in $$list; do echo $$i; done | \
  156.           awk '    { files[$$0] = 1; } \
  157.                END { for (i in files) print i; }'`; \
  158.         here=`pwd` && cd $(srcdir) \
  159.           && mkid -f$$here/ID $$unique $(LISP)
  160.  
  161. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  162.         tags=; \
  163.         here=`pwd`; \
  164.         list='$(SOURCES) $(HEADERS)'; \
  165.         unique=`for i in $$list; do echo $$i; done | \
  166.           awk '    { files[$$0] = 1; } \
  167.                END { for (i in files) print i; }'`; \
  168.         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  169.           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  170.  
  171. mostlyclean-tags:
  172.  
  173. clean-tags:
  174.  
  175. distclean-tags:
  176.         -rm -f TAGS ID
  177.  
  178. maintainer-clean-tags:
  179.  
  180. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  181.  
  182. subdir = include/FLAC
  183.  
  184. distdir: $(DISTFILES)
  185.         @for file in $(DISTFILES); do \
  186.           d=$(srcdir); \
  187.           if test -d $$d/$$file; then \
  188.             cp -pr $$d/$$file $(distdir)/$$file; \
  189.           else \
  190.             test -f $(distdir)/$$file \
  191.             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  192.             || cp -p $$d/$$file $(distdir)/$$file || :; \
  193.           fi; \
  194.         done
  195. info-am:
  196. info: info-am
  197. dvi-am:
  198. dvi: dvi-am
  199. check-am: all-am
  200. check: check-am
  201. installcheck-am:
  202. installcheck: installcheck-am
  203. install-exec-am:
  204. install-exec: install-exec-am
  205.  
  206. install-data-am: install-includeHEADERS
  207. install-data: install-data-am
  208.  
  209. install-am: all-am
  210.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  211. install: install-am
  212. uninstall-am: uninstall-includeHEADERS
  213. uninstall: uninstall-am
  214. all-am: Makefile $(HEADERS)
  215. all-redirect: all-am
  216. install-strip:
  217.         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  218. installdirs:
  219.         $(mkinstalldirs)  $(DESTDIR)$(includedir)
  220.  
  221.  
  222. mostlyclean-generic:
  223.  
  224. clean-generic:
  225.  
  226. distclean-generic:
  227.         -rm -f Makefile $(CONFIG_CLEAN_FILES)
  228.         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  229.  
  230. maintainer-clean-generic:
  231. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  232.  
  233. mostlyclean: mostlyclean-am
  234.  
  235. clean-am:  clean-tags clean-generic mostlyclean-am
  236.  
  237. clean: clean-am
  238.  
  239. distclean-am:  distclean-tags distclean-generic clean-am
  240.         -rm -f libtool
  241.  
  242. distclean: distclean-am
  243.  
  244. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  245.                 distclean-am
  246.         @echo "This command is intended for maintainers to use;"
  247.         @echo "it deletes files that may require special tools to rebuild."
  248.  
  249. maintainer-clean: maintainer-clean-am
  250.  
  251. .PHONY: uninstall-includeHEADERS install-includeHEADERS tags \
  252. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  253. distdir info-am info dvi-am dvi check check-am installcheck-am \
  254. installcheck install-exec-am install-exec install-data-am install-data \
  255. install-am install uninstall-am uninstall all-redirect all-am all \
  256. installdirs mostlyclean-generic distclean-generic clean-generic \
  257. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  258.  
  259.  
  260. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  261. # Otherwise a system limit (for SysV at least) may be exceeded.
  262. .NOEXPORT:
  263.