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.

450 lines
14 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. # $Id: Makefile.am,v 1.49 2003/03/17 22:40:57 jm Exp $
  11. # Disable automatic dependency tracking if using other tools than gcc and gmake
  12. #AUTOMAKE_OPTIONS = no-dependencies
  13. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. DESTDIR =
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. top_builddir = ..
  36. ACLOCAL = @ACLOCAL@
  37. AUTOCONF = @AUTOCONF@
  38. AUTOMAKE = @AUTOMAKE@
  39. AUTOHEADER = @AUTOHEADER@
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  42. INSTALL_DATA = @INSTALL_DATA@
  43. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  44. transform = @program_transform_name@
  45. NORMAL_INSTALL = :
  46. PRE_INSTALL = :
  47. POST_INSTALL = :
  48. NORMAL_UNINSTALL = :
  49. PRE_UNINSTALL = :
  50. POST_UNINSTALL = :
  51. host_alias = @host_alias@
  52. host_triplet = @host@
  53. AS = @AS@
  54. CC = @CC@
  55. DLLTOOL = @DLLTOOL@
  56. ECHO = @ECHO@
  57. EXEEXT = @EXEEXT@
  58. LIBTOOL = @LIBTOOL@
  59. LN_S = @LN_S@
  60. MAINT = @MAINT@
  61. MAKEINFO = @MAKEINFO@
  62. OBJDUMP = @OBJDUMP@
  63. OBJEXT = @OBJEXT@
  64. OGG_INCLUDES = @OGG_INCLUDES@
  65. OGG_LDFLAGS = @OGG_LDFLAGS@
  66. OGG_LIBS = @OGG_LIBS@
  67. PACKAGE = @PACKAGE@
  68. RANLIB = @RANLIB@
  69. SPEEX_LT_AGE = @SPEEX_LT_AGE@
  70. SPEEX_LT_CURRENT = @SPEEX_LT_CURRENT@
  71. SPEEX_LT_REVISION = @SPEEX_LT_REVISION@
  72. STRIP = @STRIP@
  73. VERSION = @VERSION@
  74. src = @src@
  75. lib_LTLIBRARIES = libspeex.la
  76. # Sources for compilation in the library
  77. libspeex_la_SOURCES = nb_celp.c sb_celp.c lpc.c ltp.c lsp.c quant_lsp.c lsp_tables_nb.c gain_table.c gain_table_lbr.c cb_search.c filters.c bits.c modes.c vq.c high_lsp_tables.c vbr.c hexc_table.c exc_5_256_table.c exc_5_64_table.c exc_8_128_table.c exc_10_32_table.c exc_10_16_table.c exc_20_32_table.c hexc_10_32_table.c misc.c speex_header.c speex_callbacks.c math_approx.c stereo.c
  78. include_HEADERS = speex.h speex_bits.h speex_header.h speex_callbacks.h speex_stereo.h
  79. noinst_HEADERS = lsp.h nb_celp.h lpc.h ltp.h quant_lsp.h cb_search.h filters.h stack_alloc.h vq.h modes.h sb_celp.h vbr.h misc.h ltp_sse.h filters_sse.h math_approx.h
  80. libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
  81. noinst_PROGRAMS = testenc testenc_wb testenc_uwb
  82. testenc_SOURCES = testenc.c
  83. testenc_LDADD = libspeex.la
  84. testenc_wb_SOURCES = testenc_wb.c
  85. testenc_wb_LDADD = libspeex.la
  86. testenc_uwb_SOURCES = testenc_uwb.c
  87. testenc_uwb_LDADD = libspeex.la
  88. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  89. CONFIG_CLEAN_FILES =
  90. LTLIBRARIES = $(lib_LTLIBRARIES)
  91. DEFS = @DEFS@ -I. -I$(srcdir)
  92. CPPFLAGS = @CPPFLAGS@
  93. LDFLAGS = @LDFLAGS@
  94. LIBS = @LIBS@
  95. libspeex_la_LIBADD =
  96. libspeex_la_OBJECTS = nb_celp.lo sb_celp.lo lpc.lo ltp.lo lsp.lo \
  97. quant_lsp.lo lsp_tables_nb.lo gain_table.lo gain_table_lbr.lo \
  98. cb_search.lo filters.lo bits.lo modes.lo vq.lo high_lsp_tables.lo \
  99. vbr.lo hexc_table.lo exc_5_256_table.lo exc_5_64_table.lo \
  100. exc_8_128_table.lo exc_10_32_table.lo exc_10_16_table.lo \
  101. exc_20_32_table.lo hexc_10_32_table.lo misc.lo speex_header.lo \
  102. speex_callbacks.lo math_approx.lo stereo.lo
  103. noinst_PROGRAMS = testenc$(EXEEXT) testenc_wb$(EXEEXT) \
  104. testenc_uwb$(EXEEXT)
  105. PROGRAMS = $(noinst_PROGRAMS)
  106. testenc_OBJECTS = testenc.$(OBJEXT)
  107. testenc_DEPENDENCIES = libspeex.la
  108. testenc_LDFLAGS =
  109. testenc_wb_OBJECTS = testenc_wb.$(OBJEXT)
  110. testenc_wb_DEPENDENCIES = libspeex.la
  111. testenc_wb_LDFLAGS =
  112. testenc_uwb_OBJECTS = testenc_uwb.$(OBJEXT)
  113. testenc_uwb_DEPENDENCIES = libspeex.la
  114. testenc_uwb_LDFLAGS =
  115. CFLAGS = @CFLAGS@
  116. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  117. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  118. CCLD = $(CC)
  119. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  120. HEADERS = $(include_HEADERS) $(noinst_HEADERS)
  121. DIST_COMMON = Makefile.am Makefile.in
  122. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  123. TAR = gtar
  124. GZIP_ENV = --best
  125. SOURCES = $(libspeex_la_SOURCES) $(testenc_SOURCES) $(testenc_wb_SOURCES) $(testenc_uwb_SOURCES)
  126. OBJECTS = $(libspeex_la_OBJECTS) $(testenc_OBJECTS) $(testenc_wb_OBJECTS) $(testenc_uwb_OBJECTS)
  127. all: all-redirect
  128. .SUFFIXES:
  129. .SUFFIXES: .S .c .lo .o .obj .s
  130. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  131. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libspeex/Makefile
  132. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  133. cd $(top_builddir) \
  134. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  135. mostlyclean-libLTLIBRARIES:
  136. clean-libLTLIBRARIES:
  137. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  138. distclean-libLTLIBRARIES:
  139. maintainer-clean-libLTLIBRARIES:
  140. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  141. @$(NORMAL_INSTALL)
  142. $(mkinstalldirs) $(DESTDIR)$(libdir)
  143. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  144. if test -f $$p; then \
  145. echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
  146. $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  147. else :; fi; \
  148. done
  149. uninstall-libLTLIBRARIES:
  150. @$(NORMAL_UNINSTALL)
  151. list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  152. $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  153. done
  154. .c.o:
  155. $(COMPILE) -c $<
  156. # FIXME: We should only use cygpath when building on Windows,
  157. # and only if it is available.
  158. .c.obj:
  159. $(COMPILE) -c `cygpath -w $<`
  160. .s.o:
  161. $(COMPILE) -c $<
  162. .S.o:
  163. $(COMPILE) -c $<
  164. mostlyclean-compile:
  165. -rm -f *.o core *.core
  166. -rm -f *.$(OBJEXT)
  167. clean-compile:
  168. distclean-compile:
  169. -rm -f *.tab.c
  170. maintainer-clean-compile:
  171. .c.lo:
  172. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  173. .s.lo:
  174. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  175. .S.lo:
  176. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  177. mostlyclean-libtool:
  178. -rm -f *.lo
  179. clean-libtool:
  180. -rm -rf .libs _libs
  181. distclean-libtool:
  182. maintainer-clean-libtool:
  183. libspeex.la: $(libspeex_la_OBJECTS) $(libspeex_la_DEPENDENCIES)
  184. $(LINK) -rpath $(libdir) $(libspeex_la_LDFLAGS) $(libspeex_la_OBJECTS) $(libspeex_la_LIBADD) $(LIBS)
  185. mostlyclean-noinstPROGRAMS:
  186. clean-noinstPROGRAMS:
  187. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  188. distclean-noinstPROGRAMS:
  189. maintainer-clean-noinstPROGRAMS:
  190. testenc$(EXEEXT): $(testenc_OBJECTS) $(testenc_DEPENDENCIES)
  191. @rm -f testenc$(EXEEXT)
  192. $(LINK) $(testenc_LDFLAGS) $(testenc_OBJECTS) $(testenc_LDADD) $(LIBS)
  193. testenc_wb$(EXEEXT): $(testenc_wb_OBJECTS) $(testenc_wb_DEPENDENCIES)
  194. @rm -f testenc_wb$(EXEEXT)
  195. $(LINK) $(testenc_wb_LDFLAGS) $(testenc_wb_OBJECTS) $(testenc_wb_LDADD) $(LIBS)
  196. testenc_uwb$(EXEEXT): $(testenc_uwb_OBJECTS) $(testenc_uwb_DEPENDENCIES)
  197. @rm -f testenc_uwb$(EXEEXT)
  198. $(LINK) $(testenc_uwb_LDFLAGS) $(testenc_uwb_OBJECTS) $(testenc_uwb_LDADD) $(LIBS)
  199. install-includeHEADERS: $(include_HEADERS)
  200. @$(NORMAL_INSTALL)
  201. $(mkinstalldirs) $(DESTDIR)$(includedir)
  202. @list='$(include_HEADERS)'; for p in $$list; do \
  203. if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
  204. echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
  205. $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
  206. done
  207. uninstall-includeHEADERS:
  208. @$(NORMAL_UNINSTALL)
  209. list='$(include_HEADERS)'; for p in $$list; do \
  210. rm -f $(DESTDIR)$(includedir)/$$p; \
  211. done
  212. tags: TAGS
  213. ID: $(HEADERS) $(SOURCES) $(LISP)
  214. list='$(SOURCES) $(HEADERS)'; \
  215. unique=`for i in $$list; do echo $$i; done | \
  216. awk ' { files[$$0] = 1; } \
  217. END { for (i in files) print i; }'`; \
  218. here=`pwd` && cd $(srcdir) \
  219. && mkid -f$$here/ID $$unique $(LISP)
  220. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  221. tags=; \
  222. here=`pwd`; \
  223. list='$(SOURCES) $(HEADERS)'; \
  224. unique=`for i in $$list; do echo $$i; done | \
  225. awk ' { files[$$0] = 1; } \
  226. END { for (i in files) print i; }'`; \
  227. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  228. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
  229. mostlyclean-tags:
  230. clean-tags:
  231. distclean-tags:
  232. -rm -f TAGS ID
  233. maintainer-clean-tags:
  234. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  235. subdir = libspeex
  236. distdir: $(DISTFILES)
  237. @for file in $(DISTFILES); do \
  238. d=$(srcdir); \
  239. if test -d $$d/$$file; then \
  240. cp -pr $$d/$$file $(distdir)/$$file; \
  241. else \
  242. test -f $(distdir)/$$file \
  243. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  244. || cp -p $$d/$$file $(distdir)/$$file || :; \
  245. fi; \
  246. done
  247. bits.lo bits.o : bits.c speex_bits.h misc.h
  248. cb_search.lo cb_search.o : cb_search.c cb_search.h speex_bits.h \
  249. filters.h stack_alloc.h vq.h misc.h
  250. exc_10_16_table.lo exc_10_16_table.o : exc_10_16_table.c
  251. exc_10_32_table.lo exc_10_32_table.o : exc_10_32_table.c
  252. exc_20_32_table.lo exc_20_32_table.o : exc_20_32_table.c
  253. exc_5_256_table.lo exc_5_256_table.o : exc_5_256_table.c
  254. exc_5_64_table.lo exc_5_64_table.o : exc_5_64_table.c
  255. exc_8_128_table.lo exc_8_128_table.o : exc_8_128_table.c
  256. filters.lo filters.o : filters.c filters.h stack_alloc.h
  257. gain_table.lo gain_table.o : gain_table.c
  258. gain_table_lbr.lo gain_table_lbr.o : gain_table_lbr.c
  259. hexc_10_32_table.lo hexc_10_32_table.o : hexc_10_32_table.c
  260. hexc_table.lo hexc_table.o : hexc_table.c
  261. high_lsp_tables.lo high_lsp_tables.o : high_lsp_tables.c
  262. lpc.lo lpc.o : lpc.c lpc.h
  263. lsp.lo lsp.o : lsp.c lsp.h stack_alloc.h
  264. lsp_tables_nb.lo lsp_tables_nb.o : lsp_tables_nb.c
  265. ltp.lo ltp.o : ltp.c ltp.h speex_bits.h stack_alloc.h filters.h
  266. math_approx.lo math_approx.o : math_approx.c math_approx.h
  267. misc.lo misc.o : misc.c misc.h
  268. modes.lo modes.o : modes.c modes.h speex.h speex_bits.h ltp.h \
  269. quant_lsp.h cb_search.h sb_celp.h nb_celp.h speex_callbacks.h \
  270. vbr.h filters.h misc.h
  271. nb_celp.lo nb_celp.o : nb_celp.c nb_celp.h modes.h speex.h speex_bits.h \
  272. speex_callbacks.h vbr.h filters.h lpc.h lsp.h ltp.h quant_lsp.h \
  273. cb_search.h stack_alloc.h vq.h misc.h
  274. quant_lsp.lo quant_lsp.o : quant_lsp.c quant_lsp.h speex_bits.h
  275. sb_celp.lo sb_celp.o : sb_celp.c sb_celp.h modes.h speex.h speex_bits.h \
  276. nb_celp.h speex_callbacks.h vbr.h filters.h lpc.h lsp.h \
  277. stack_alloc.h cb_search.h quant_lsp.h vq.h ltp.h misc.h
  278. speex_callbacks.lo speex_callbacks.o : speex_callbacks.c \
  279. speex_callbacks.h speex.h speex_bits.h misc.h
  280. speex_header.lo speex_header.o : speex_header.c speex_header.h misc.h \
  281. speex.h speex_bits.h
  282. stereo.lo stereo.o : stereo.c speex_stereo.h speex_bits.h \
  283. speex_callbacks.h speex.h vq.h
  284. testenc.o: testenc.c speex.h speex_bits.h speex_callbacks.h
  285. testenc_uwb.o: testenc_uwb.c speex.h speex_bits.h
  286. testenc_wb.o: testenc_wb.c speex.h speex_bits.h
  287. vbr.lo vbr.o : vbr.c vbr.h
  288. vq.lo vq.o : vq.c vq.h
  289. info-am:
  290. info: info-am
  291. dvi-am:
  292. dvi: dvi-am
  293. check-am: all-am
  294. check: check-am
  295. installcheck-am:
  296. installcheck: installcheck-am
  297. install-exec-am: install-libLTLIBRARIES
  298. install-exec: install-exec-am
  299. install-data-am: install-includeHEADERS
  300. install-data: install-data-am
  301. install-am: all-am
  302. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  303. install: install-am
  304. uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
  305. uninstall: uninstall-am
  306. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
  307. all-redirect: all-am
  308. install-strip:
  309. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  310. installdirs:
  311. $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
  312. mostlyclean-generic:
  313. clean-generic:
  314. distclean-generic:
  315. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  316. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  317. maintainer-clean-generic:
  318. mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
  319. mostlyclean-libtool mostlyclean-noinstPROGRAMS \
  320. mostlyclean-tags mostlyclean-generic
  321. mostlyclean: mostlyclean-am
  322. clean-am: clean-libLTLIBRARIES clean-compile clean-libtool \
  323. clean-noinstPROGRAMS clean-tags clean-generic \
  324. mostlyclean-am
  325. clean: clean-am
  326. distclean-am: distclean-libLTLIBRARIES distclean-compile \
  327. distclean-libtool distclean-noinstPROGRAMS \
  328. distclean-tags distclean-generic clean-am
  329. -rm -f libtool
  330. distclean: distclean-am
  331. maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
  332. maintainer-clean-compile maintainer-clean-libtool \
  333. maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
  334. maintainer-clean-generic distclean-am
  335. @echo "This command is intended for maintainers to use;"
  336. @echo "it deletes files that may require special tools to rebuild."
  337. maintainer-clean: maintainer-clean-am
  338. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  339. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  340. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  341. distclean-compile clean-compile maintainer-clean-compile \
  342. mostlyclean-libtool distclean-libtool clean-libtool \
  343. maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
  344. distclean-noinstPROGRAMS clean-noinstPROGRAMS \
  345. maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \
  346. install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
  347. maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
  348. installcheck-am installcheck install-exec-am install-exec \
  349. install-data-am install-data install-am install uninstall-am uninstall \
  350. all-redirect all-am all installdirs mostlyclean-generic \
  351. distclean-generic clean-generic maintainer-clean-generic clean \
  352. mostlyclean distclean maintainer-clean
  353. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  354. # Otherwise a system limit (for SysV at least) may be exceeded.
  355. .NOEXPORT: