Makefile.in
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:9k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 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. # This file was automatically generated
  11. # DO NOT EDIT!
  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. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. build_alias = @build_alias@
  50. build_triplet = @build@
  51. host_alias = @host_alias@
  52. host_triplet = @host@
  53. target_alias = @target_alias@
  54. target_triplet = @target@
  55. AS = @AS@
  56. CC = @CC@
  57. DLLTOOL = @DLLTOOL@
  58. LD = @LD@
  59. LIBTOOL = @LIBTOOL@
  60. LN_S = @LN_S@
  61. MAKEINFO = @MAKEINFO@
  62. NM = @NM@
  63. OBJDUMP = @OBJDUMP@
  64. PACKAGE = @PACKAGE@
  65. RANLIB = @RANLIB@
  66. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  67. VERSION = @VERSION@
  68. subdirs = @subdirs@
  69. EXTRA_DIST = README COPYRIGHT ChangeLog
  70. noinst_HEADERS = gsm.h config.h private.h proto.h unproto.h
  71. noinst_LTLIBRARIES = libgsm.la
  72. CFILES = add.c decode.c gsm_decode.c gsm_encode.c long_term.c preprocess.c  short_term.c code.c gsm_create.c gsm_destroy.c gsm_option.c lpc.c rpe.c table.c
  73. libgsm_la_SOURCES = $(CFILES) $(noinst_HEADERS)
  74. # Disable autoheader. 
  75. AUTOHEADER = echo
  76. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  77. CONFIG_HEADER = ../../src/config.h
  78. CONFIG_CLEAN_FILES = 
  79. LTLIBRARIES =  $(noinst_LTLIBRARIES)
  80. DEFS = @DEFS@ -I. -I$(srcdir) -I../../src
  81. CPPFLAGS = @CPPFLAGS@
  82. LDFLAGS = @LDFLAGS@
  83. LIBS = @LIBS@
  84. libgsm_la_LDFLAGS = 
  85. libgsm_la_LIBADD = 
  86. libgsm_la_OBJECTS =  add.lo decode.lo gsm_decode.lo gsm_encode.lo 
  87. long_term.lo preprocess.lo short_term.lo code.lo gsm_create.lo 
  88. gsm_destroy.lo gsm_option.lo lpc.lo rpe.lo table.lo
  89. CFLAGS = @CFLAGS@
  90. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  91. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. CCLD = $(CC)
  93. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  94. HEADERS =  $(noinst_HEADERS)
  95. DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
  96. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  97. TAR = gtar
  98. GZIP_ENV = --best
  99. SOURCES = $(libgsm_la_SOURCES)
  100. OBJECTS = $(libgsm_la_OBJECTS)
  101. all: all-redirect
  102. .SUFFIXES:
  103. .SUFFIXES: .S .c .lo .o .s
  104. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  105. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/GSM610/Makefile
  106. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  107. cd $(top_builddir) 
  108.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  109. mostlyclean-noinstLTLIBRARIES:
  110. clean-noinstLTLIBRARIES:
  111. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  112. distclean-noinstLTLIBRARIES:
  113. maintainer-clean-noinstLTLIBRARIES:
  114. .c.o:
  115. $(COMPILE) -c $<
  116. .s.o:
  117. $(COMPILE) -c $<
  118. .S.o:
  119. $(COMPILE) -c $<
  120. mostlyclean-compile:
  121. -rm -f *.o core *.core
  122. clean-compile:
  123. distclean-compile:
  124. -rm -f *.tab.c
  125. maintainer-clean-compile:
  126. .c.lo:
  127. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  128. .s.lo:
  129. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  130. .S.lo:
  131. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  132. mostlyclean-libtool:
  133. -rm -f *.lo
  134. clean-libtool:
  135. -rm -rf .libs _libs
  136. distclean-libtool:
  137. maintainer-clean-libtool:
  138. libgsm.la: $(libgsm_la_OBJECTS) $(libgsm_la_DEPENDENCIES)
  139. $(LINK)  $(libgsm_la_LDFLAGS) $(libgsm_la_OBJECTS) $(libgsm_la_LIBADD) $(LIBS)
  140. tags: TAGS
  141. ID: $(HEADERS) $(SOURCES) $(LISP)
  142. list='$(SOURCES) $(HEADERS)'; 
  143. unique=`for i in $$list; do echo $$i; done | 
  144.   awk '    { files[$$0] = 1; } 
  145.        END { for (i in files) print i; }'`; 
  146. here=`pwd` && cd $(srcdir) 
  147.   && mkid -f$$here/ID $$unique $(LISP)
  148. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  149. tags=; 
  150. here=`pwd`; 
  151. list='$(SOURCES) $(HEADERS)'; 
  152. unique=`for i in $$list; do echo $$i; done | 
  153.   awk '    { files[$$0] = 1; } 
  154.        END { for (i in files) print i; }'`; 
  155. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  156.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  157. mostlyclean-tags:
  158. clean-tags:
  159. distclean-tags:
  160. -rm -f TAGS ID
  161. maintainer-clean-tags:
  162. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  163. subdir = src/GSM610
  164. distdir: $(DISTFILES)
  165. @for file in $(DISTFILES); do 
  166.   d=$(srcdir); 
  167.   if test -d $$d/$$file; then 
  168.     cp -pr $$/$$file $(distdir)/$$file; 
  169.   else 
  170.     test -f $(distdir)/$$file 
  171.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  172.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  173.   fi; 
  174. done
  175. add.lo add.o : add.c private.h proto.h unproto.h gsm.h
  176. code.lo code.o : code.c config.h private.h proto.h unproto.h gsm.h
  177. decode.lo decode.o : decode.c private.h proto.h unproto.h gsm.h
  178. gsm_create.lo gsm_create.o : gsm_create.c config.h gsm.h private.h 
  179. proto.h unproto.h
  180. gsm_decode.lo gsm_decode.o : gsm_decode.c private.h proto.h unproto.h 
  181. gsm.h
  182. gsm_destroy.lo gsm_destroy.o : gsm_destroy.c gsm.h config.h proto.h
  183. gsm_encode.lo gsm_encode.o : gsm_encode.c private.h proto.h unproto.h 
  184. gsm.h
  185. gsm_option.lo gsm_option.o : gsm_option.c private.h proto.h unproto.h 
  186. gsm.h
  187. long_term.lo long_term.o : long_term.c private.h proto.h unproto.h gsm.h
  188. lpc.lo lpc.o : lpc.c private.h proto.h unproto.h gsm.h
  189. preprocess.lo preprocess.o : preprocess.c private.h proto.h unproto.h 
  190. gsm.h
  191. rpe.lo rpe.o : rpe.c private.h proto.h unproto.h gsm.h
  192. short_term.lo short_term.o : short_term.c private.h proto.h unproto.h 
  193. gsm.h
  194. table.lo table.o : table.c private.h proto.h unproto.h gsm.h
  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. install-data-am:
  206. install-data: install-data-am
  207. install-am: all-am
  208. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  209. install: install-am
  210. uninstall-am:
  211. uninstall: uninstall-am
  212. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  213. all-redirect: all-am
  214. install-strip:
  215. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  216. installdirs:
  217. mostlyclean-generic:
  218. clean-generic:
  219. distclean-generic:
  220. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  221. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  222. maintainer-clean-generic:
  223. mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile 
  224. mostlyclean-libtool mostlyclean-tags 
  225. mostlyclean-generic
  226. mostlyclean: mostlyclean-am
  227. clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool 
  228. clean-tags clean-generic mostlyclean-am
  229. clean: clean-am
  230. distclean-am:  distclean-noinstLTLIBRARIES distclean-compile 
  231. distclean-libtool distclean-tags distclean-generic 
  232. clean-am
  233. -rm -f libtool
  234. distclean: distclean-am
  235. maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES 
  236. maintainer-clean-compile maintainer-clean-libtool 
  237. maintainer-clean-tags maintainer-clean-generic 
  238. distclean-am
  239. @echo "This command is intended for maintainers to use;"
  240. @echo "it deletes files that may require special tools to rebuild."
  241. maintainer-clean: maintainer-clean-am
  242. .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES 
  243. clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES 
  244. mostlyclean-compile distclean-compile clean-compile 
  245. maintainer-clean-compile mostlyclean-libtool distclean-libtool 
  246. clean-libtool maintainer-clean-libtool tags mostlyclean-tags 
  247. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  248. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  249. install-exec install-data-am install-data install-am install 
  250. uninstall-am uninstall all-redirect all-am all installdirs 
  251. mostlyclean-generic distclean-generic clean-generic 
  252. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  253. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  254. # Otherwise a system limit (for SysV at least) may be exceeded.
  255. .NOEXPORT: