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

流媒体/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 README.original ChangeLog
  70. noinst_HEADERS = g72x.h private.h
  71. noinst_LTLIBRARIES = libg72x.la
  72. CFILES = g72x.c g721.c g723_16.c g723_24.c g723_40.c
  73. libg72x_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. libg72x_la_LDFLAGS = 
  85. libg72x_la_LIBADD = 
  86. libg72x_la_OBJECTS =  g72x.lo g721.lo g723_16.lo g723_24.lo g723_40.lo
  87. CFLAGS = @CFLAGS@
  88. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  89. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  90. CCLD = $(CC)
  91. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  92. HEADERS =  $(noinst_HEADERS)
  93. DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
  94. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  95. TAR = gtar
  96. GZIP_ENV = --best
  97. SOURCES = $(libg72x_la_SOURCES)
  98. OBJECTS = $(libg72x_la_OBJECTS)
  99. all: all-redirect
  100. .SUFFIXES:
  101. .SUFFIXES: .S .c .lo .o .s
  102. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  103. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/G72x/Makefile
  104. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  105. cd $(top_builddir) 
  106.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  107. mostlyclean-noinstLTLIBRARIES:
  108. clean-noinstLTLIBRARIES:
  109. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  110. distclean-noinstLTLIBRARIES:
  111. maintainer-clean-noinstLTLIBRARIES:
  112. .c.o:
  113. $(COMPILE) -c $<
  114. .s.o:
  115. $(COMPILE) -c $<
  116. .S.o:
  117. $(COMPILE) -c $<
  118. mostlyclean-compile:
  119. -rm -f *.o core *.core
  120. clean-compile:
  121. distclean-compile:
  122. -rm -f *.tab.c
  123. maintainer-clean-compile:
  124. .c.lo:
  125. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  126. .s.lo:
  127. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  128. .S.lo:
  129. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  130. mostlyclean-libtool:
  131. -rm -f *.lo
  132. clean-libtool:
  133. -rm -rf .libs _libs
  134. distclean-libtool:
  135. maintainer-clean-libtool:
  136. libg72x.la: $(libg72x_la_OBJECTS) $(libg72x_la_DEPENDENCIES)
  137. $(LINK)  $(libg72x_la_LDFLAGS) $(libg72x_la_OBJECTS) $(libg72x_la_LIBADD) $(LIBS)
  138. tags: TAGS
  139. ID: $(HEADERS) $(SOURCES) $(LISP)
  140. list='$(SOURCES) $(HEADERS)'; 
  141. unique=`for i in $$list; do echo $$i; done | 
  142.   awk '    { files[$$0] = 1; } 
  143.        END { for (i in files) print i; }'`; 
  144. here=`pwd` && cd $(srcdir) 
  145.   && mkid -f$$here/ID $$unique $(LISP)
  146. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  147. tags=; 
  148. here=`pwd`; 
  149. list='$(SOURCES) $(HEADERS)'; 
  150. unique=`for i in $$list; do echo $$i; done | 
  151.   awk '    { files[$$0] = 1; } 
  152.        END { for (i in files) print i; }'`; 
  153. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  154.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  155. mostlyclean-tags:
  156. clean-tags:
  157. distclean-tags:
  158. -rm -f TAGS ID
  159. maintainer-clean-tags:
  160. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  161. subdir = src/G72x
  162. distdir: $(DISTFILES)
  163. @for file in $(DISTFILES); do 
  164.   d=$(srcdir); 
  165.   if test -d $$d/$$file; then 
  166.     cp -pr $$/$$file $(distdir)/$$file; 
  167.   else 
  168.     test -f $(distdir)/$$file 
  169.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  170.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  171.   fi; 
  172. done
  173. g721.lo g721.o : g721.c g72x.h private.h
  174. g723_16.lo g723_16.o : g723_16.c g72x.h private.h
  175. g723_24.lo g723_24.o : g723_24.c g72x.h private.h
  176. g723_40.lo g723_40.o : g723_40.c g72x.h private.h
  177. g72x.lo g72x.o : g72x.c g72x.h private.h
  178. info-am:
  179. info: info-am
  180. dvi-am:
  181. dvi: dvi-am
  182. check-am: all-am
  183. check: check-am
  184. installcheck-am:
  185. installcheck: installcheck-am
  186. install-exec-am:
  187. install-exec: install-exec-am
  188. install-data-am:
  189. install-data: install-data-am
  190. install-am: all-am
  191. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  192. install: install-am
  193. uninstall-am:
  194. uninstall: uninstall-am
  195. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  196. all-redirect: all-am
  197. install-strip:
  198. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  199. installdirs:
  200. mostlyclean-generic:
  201. clean-generic:
  202. distclean-generic:
  203. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  204. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  205. maintainer-clean-generic:
  206. mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile 
  207. mostlyclean-libtool mostlyclean-tags 
  208. mostlyclean-generic
  209. mostlyclean: mostlyclean-am
  210. clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool 
  211. clean-tags clean-generic mostlyclean-am
  212. clean: clean-am
  213. distclean-am:  distclean-noinstLTLIBRARIES distclean-compile 
  214. distclean-libtool distclean-tags distclean-generic 
  215. clean-am
  216. -rm -f libtool
  217. distclean: distclean-am
  218. maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES 
  219. maintainer-clean-compile maintainer-clean-libtool 
  220. maintainer-clean-tags maintainer-clean-generic 
  221. distclean-am
  222. @echo "This command is intended for maintainers to use;"
  223. @echo "it deletes files that may require special tools to rebuild."
  224. maintainer-clean: maintainer-clean-am
  225. .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES 
  226. clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES 
  227. mostlyclean-compile distclean-compile clean-compile 
  228. maintainer-clean-compile mostlyclean-libtool distclean-libtool 
  229. clean-libtool maintainer-clean-libtool tags mostlyclean-tags 
  230. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  231. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  232. install-exec install-data-am install-data install-am install 
  233. uninstall-am uninstall all-redirect all-am all installdirs 
  234. mostlyclean-generic distclean-generic clean-generic 
  235. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  236. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  237. # Otherwise a system limit (for SysV at least) may be exceeded.
  238. .NOEXPORT: