Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

347 lines
10 KiB

  1. # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # Disable automatic dependency tracking if using other tools than gcc and gmake
  11. #AUTOMAKE_OPTIONS = no-dependencies
  12. SHELL = @SHELL@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. prefix = @prefix@
  17. exec_prefix = @exec_prefix@
  18. bindir = @bindir@
  19. sbindir = @sbindir@
  20. libexecdir = @libexecdir@
  21. datadir = @datadir@
  22. sysconfdir = @sysconfdir@
  23. sharedstatedir = @sharedstatedir@
  24. localstatedir = @localstatedir@
  25. libdir = @libdir@
  26. infodir = @infodir@
  27. mandir = @mandir@
  28. includedir = @includedir@
  29. oldincludedir = /usr/include
  30. DESTDIR =
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = .
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  41. INSTALL_DATA = @INSTALL_DATA@
  42. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  43. transform = @program_transform_name@
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. host_alias = @host_alias@
  51. host_triplet = @host@
  52. AS = @AS@
  53. CC = @CC@
  54. DLLTOOL = @DLLTOOL@
  55. ECHO = @ECHO@
  56. EXEEXT = @EXEEXT@
  57. LIBTOOL = @LIBTOOL@
  58. LN_S = @LN_S@
  59. MAINT = @MAINT@
  60. MAKEINFO = @MAKEINFO@
  61. OBJDUMP = @OBJDUMP@
  62. OBJEXT = @OBJEXT@
  63. OGG_INCLUDES = @OGG_INCLUDES@
  64. OGG_LDFLAGS = @OGG_LDFLAGS@
  65. OGG_LIBS = @OGG_LIBS@
  66. PACKAGE = @PACKAGE@
  67. RANLIB = @RANLIB@
  68. SPEEX_LT_AGE = @SPEEX_LT_AGE@
  69. SPEEX_LT_CURRENT = @SPEEX_LT_CURRENT@
  70. SPEEX_LT_REVISION = @SPEEX_LT_REVISION@
  71. STRIP = @STRIP@
  72. VERSION = @VERSION@
  73. src = @src@
  74. EXTRA_DIST = Speex.spec Speex.spec.in
  75. SUBDIRS = libspeex @src@ doc win32
  76. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  77. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  78. CONFIG_CLEAN_FILES = Speex.spec
  79. DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  80. Makefile.in NEWS Speex.spec.in TODO acinclude.m4 aclocal.m4 \
  81. config.guess config.sub configure configure.in install-sh ltmain.sh \
  82. missing mkinstalldirs
  83. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  84. TAR = gtar
  85. GZIP_ENV = --best
  86. all: all-redirect
  87. .SUFFIXES:
  88. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  89. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  90. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  91. cd $(top_builddir) \
  92. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  93. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
  94. cd $(srcdir) && $(ACLOCAL)
  95. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  96. $(SHELL) ./config.status --recheck
  97. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  98. cd $(srcdir) && $(AUTOCONF)
  99. Speex.spec: $(top_builddir)/config.status Speex.spec.in
  100. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  101. # This directory's subdirectories are mostly independent; you can cd
  102. # into them and run `make' without going through this Makefile.
  103. # To change the values of `make' variables: instead of editing Makefiles,
  104. # (1) if the variable is set in `config.status', edit `config.status'
  105. # (which will cause the Makefiles to be regenerated when you run `make');
  106. # (2) otherwise, pass the desired values on the `make' command line.
  107. @SET_MAKE@
  108. all-recursive install-data-recursive install-exec-recursive \
  109. installdirs-recursive install-recursive uninstall-recursive \
  110. check-recursive installcheck-recursive info-recursive dvi-recursive:
  111. @set fnord $(MAKEFLAGS); amf=$$2; \
  112. dot_seen=no; \
  113. target=`echo $@ | sed s/-recursive//`; \
  114. list='$(SUBDIRS)'; for subdir in $$list; do \
  115. echo "Making $$target in $$subdir"; \
  116. if test "$$subdir" = "."; then \
  117. dot_seen=yes; \
  118. local_target="$$target-am"; \
  119. else \
  120. local_target="$$target"; \
  121. fi; \
  122. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  123. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  124. done; \
  125. if test "$$dot_seen" = "no"; then \
  126. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  127. fi; test -z "$$fail"
  128. mostlyclean-recursive clean-recursive distclean-recursive \
  129. maintainer-clean-recursive:
  130. @set fnord $(MAKEFLAGS); amf=$$2; \
  131. dot_seen=no; \
  132. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  133. rev="$$subdir $$rev"; \
  134. test "$$subdir" != "." || dot_seen=yes; \
  135. done; \
  136. test "$$dot_seen" = "no" && rev=". $$rev"; \
  137. target=`echo $@ | sed s/-recursive//`; \
  138. for subdir in $$rev; do \
  139. echo "Making $$target in $$subdir"; \
  140. if test "$$subdir" = "."; then \
  141. local_target="$$target-am"; \
  142. else \
  143. local_target="$$target"; \
  144. fi; \
  145. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  146. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  147. done && test -z "$$fail"
  148. tags-recursive:
  149. list='$(SUBDIRS)'; for subdir in $$list; do \
  150. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  151. done
  152. tags: TAGS
  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. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  161. tags=; \
  162. here=`pwd`; \
  163. list='$(SUBDIRS)'; for subdir in $$list; do \
  164. if test "$$subdir" = .; then :; else \
  165. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  166. fi; \
  167. done; \
  168. list='$(SOURCES) $(HEADERS)'; \
  169. unique=`for i in $$list; do echo $$i; done | \
  170. awk ' { files[$$0] = 1; } \
  171. END { for (i in files) print i; }'`; \
  172. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  173. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  174. mostlyclean-tags:
  175. clean-tags:
  176. distclean-tags:
  177. -rm -f TAGS ID
  178. maintainer-clean-tags:
  179. distdir = $(PACKAGE)-$(VERSION)
  180. top_distdir = $(distdir)
  181. # This target untars the dist file and tries a VPATH configuration. Then
  182. # it guarantees that the distribution is self-contained by making another
  183. # tarfile.
  184. distcheck: dist
  185. -rm -rf $(distdir)
  186. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  187. mkdir $(distdir)/=build
  188. mkdir $(distdir)/=inst
  189. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  190. cd $(distdir)/=build \
  191. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  192. && $(MAKE) $(AM_MAKEFLAGS) \
  193. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  194. && $(MAKE) $(AM_MAKEFLAGS) check \
  195. && $(MAKE) $(AM_MAKEFLAGS) install \
  196. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  197. && $(MAKE) $(AM_MAKEFLAGS) dist
  198. -rm -rf $(distdir)
  199. @banner="$(distdir).tar.gz is ready for distribution"; \
  200. dashes=`echo "$$banner" | sed s/./=/g`; \
  201. echo "$$dashes"; \
  202. echo "$$banner"; \
  203. echo "$$dashes"
  204. dist: distdir
  205. -chmod -R a+r $(distdir)
  206. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  207. -rm -rf $(distdir)
  208. dist-all: distdir
  209. -chmod -R a+r $(distdir)
  210. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  211. -rm -rf $(distdir)
  212. distdir: $(DISTFILES)
  213. -rm -rf $(distdir)
  214. mkdir $(distdir)
  215. -chmod 777 $(distdir)
  216. @for file in $(DISTFILES); do \
  217. d=$(srcdir); \
  218. if test -d $$d/$$file; then \
  219. cp -pr $$d/$$file $(distdir)/$$file; \
  220. else \
  221. test -f $(distdir)/$$file \
  222. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  223. || cp -p $$d/$$file $(distdir)/$$file || :; \
  224. fi; \
  225. done
  226. for subdir in $(SUBDIRS); do \
  227. if test "$$subdir" = .; then :; else \
  228. test -d $(distdir)/$$subdir \
  229. || mkdir $(distdir)/$$subdir \
  230. || exit 1; \
  231. chmod 777 $(distdir)/$$subdir; \
  232. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  233. || exit 1; \
  234. fi; \
  235. done
  236. info-am:
  237. info: info-recursive
  238. dvi-am:
  239. dvi: dvi-recursive
  240. check-am: all-am
  241. check: check-recursive
  242. installcheck-am:
  243. installcheck: installcheck-recursive
  244. install-exec-am:
  245. install-exec: install-exec-recursive
  246. install-data-am:
  247. install-data: install-data-recursive
  248. install-am: all-am
  249. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  250. install: install-recursive
  251. uninstall-am:
  252. uninstall: uninstall-recursive
  253. all-am: Makefile
  254. all-redirect: all-recursive
  255. install-strip:
  256. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  257. installdirs: installdirs-recursive
  258. installdirs-am:
  259. mostlyclean-generic:
  260. clean-generic:
  261. distclean-generic:
  262. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  263. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  264. maintainer-clean-generic:
  265. mostlyclean-am: mostlyclean-tags mostlyclean-generic
  266. mostlyclean: mostlyclean-recursive
  267. clean-am: clean-tags clean-generic mostlyclean-am
  268. clean: clean-recursive
  269. distclean-am: distclean-tags distclean-generic clean-am
  270. -rm -f libtool
  271. distclean: distclean-recursive
  272. -rm -f config.status
  273. maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
  274. distclean-am
  275. @echo "This command is intended for maintainers to use;"
  276. @echo "it deletes files that may require special tools to rebuild."
  277. maintainer-clean: maintainer-clean-recursive
  278. -rm -f config.status
  279. .PHONY: install-data-recursive uninstall-data-recursive \
  280. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  281. uninstalldirs-recursive all-recursive check-recursive \
  282. installcheck-recursive info-recursive dvi-recursive \
  283. mostlyclean-recursive distclean-recursive clean-recursive \
  284. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  285. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  286. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  287. install-exec install-data-am install-data install-am install \
  288. uninstall-am uninstall all-redirect all-am all installdirs-am \
  289. installdirs mostlyclean-generic distclean-generic clean-generic \
  290. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  291. rpm: dist
  292. rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
  293. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  294. # Otherwise a system limit (for SysV at least) may be exceeded.
  295. .NOEXPORT: