Makefile.in
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:15k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  2. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  3. # 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. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  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. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = ../../../../..
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. INSTALL_HEADER = $(INSTALL_DATA)
  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. AMTAR = @AMTAR@
  53. AS = @AS@
  54. ASFLAGS = @ASFLAGS@
  55. AWK = @AWK@
  56. BILLS_CPPWARNINGS = @BILLS_CPPWARNINGS@
  57. BILLS_CWARNINGS = @BILLS_CWARNINGS@
  58. CC = @CC@
  59. CCAS = @CCAS@
  60. CCASFLAGS = @CCASFLAGS@
  61. CXX = @CXX@
  62. DEPDIR = @DEPDIR@
  63. DLLTOOL = @DLLTOOL@
  64. ECHO = @ECHO@
  65. EXEEXT = @EXEEXT@
  66. GLIB_CFLAGS = @GLIB_CFLAGS@
  67. GLIB_CONFIG = @GLIB_CONFIG@
  68. GLIB_LIBS = @GLIB_LIBS@
  69. GTK_CFLAGS = @GTK_CFLAGS@
  70. GTK_CONFIG = @GTK_CONFIG@
  71. GTK_LIBS = @GTK_LIBS@
  72. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  73. LIBTOOL = @LIBTOOL@
  74. LN_S = @LN_S@
  75. NASM = @NASM@
  76. NASMFLAGS = @NASMFLAGS@
  77. OBJC = @OBJC@
  78. OBJDUMP = @OBJDUMP@
  79. OBJEXT = @OBJEXT@
  80. PACKAGE = @PACKAGE@
  81. PLAYER_PLUGIN_DIR = @PLAYER_PLUGIN_DIR@
  82. RANLIB = @RANLIB@
  83. SDL_LIBS = @SDL_LIBS@
  84. STRIP = @STRIP@
  85. USENASM = @USENASM@
  86. VERSION = @VERSION@
  87. X_CFLAGS = @X_CFLAGS@
  88. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  89. X_LIBS = @X_LIBS@
  90. X_PRE_LIBS = @X_PRE_LIBS@
  91. am__include = @am__include@
  92. am__quote = @am__quote@
  93. install_sh = @install_sh@
  94. noinst_LTLIBRARIES = libcelp.la
  95. libcelp_la_LDFLAGS = -static
  96. libcelp_la_SOURCES = 
  97. att_abs_postp.c 
  98. att_bwx.c 
  99. att_firfilt.c 
  100. att_iirfilt.c 
  101. att_lsf2pc.c 
  102. att_pc2lsf.c 
  103. att_testbound.c 
  104. celp_bitstream_demux.c 
  105. celp_decoder.c 
  106. dec_lpc.c 
  107. nb_celp_dec.c 
  108. nec_abs_exc_generation.c 
  109. nec_bws_acb_dec.c 
  110. nec_bws_exc_generation.c 
  111. nec_bws_gain_dec.c 
  112. nec_bws_module.c 
  113. nec_bws_mp_dec.c 
  114. nec_bws_qlsp_dec.c 
  115. nec_bws_qrms_dec.c 
  116. nec_enh_gain_dec.c 
  117. nec_enh_mp_dec.c 
  118. nec_exc_acb_dec.c 
  119. nec_exc_gain_dec.c 
  120. nec_exc_module.c 
  121. nec_exc_mp_config.c 
  122. nec_exc_mp_dec.c 
  123. nec_qrms_dec.c 
  124. pan_lspdec.c 
  125. pan_lsp_intp.c 
  126. pan_lspqtz2_dd.c 
  127. pan_mv_data.c 
  128. pan_sort.c 
  129. pan_stab.c 
  130. phi_fbit.c 
  131. phi_gxit.c 
  132. phi_lpc.c 
  133. phi_lsfr.c 
  134. phi_post.c 
  135. phi_priv.c 
  136. phi_xits.c
  137. INCLUDES = -I../include
  138. AM_CFLAGS = 
  139. AM_CXXFLAGS = 
  140. subdir = player/lib/audio/celp/dec
  141. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  142. CONFIG_HEADER = $(top_builddir)/config.h
  143. CONFIG_CLEAN_FILES =
  144. LTLIBRARIES = $(noinst_LTLIBRARIES)
  145. libcelp_la_LIBADD =
  146. am_libcelp_la_OBJECTS = att_abs_postp.lo att_bwx.lo att_firfilt.lo 
  147. att_iirfilt.lo att_lsf2pc.lo att_pc2lsf.lo att_testbound.lo 
  148. celp_bitstream_demux.lo celp_decoder.lo dec_lpc.lo 
  149. nb_celp_dec.lo nec_abs_exc_generation.lo nec_bws_acb_dec.lo 
  150. nec_bws_exc_generation.lo nec_bws_gain_dec.lo nec_bws_module.lo 
  151. nec_bws_mp_dec.lo nec_bws_qlsp_dec.lo nec_bws_qrms_dec.lo 
  152. nec_enh_gain_dec.lo nec_enh_mp_dec.lo nec_exc_acb_dec.lo 
  153. nec_exc_gain_dec.lo nec_exc_module.lo nec_exc_mp_config.lo 
  154. nec_exc_mp_dec.lo nec_qrms_dec.lo pan_lspdec.lo pan_lsp_intp.lo 
  155. pan_lspqtz2_dd.lo pan_mv_data.lo pan_sort.lo pan_stab.lo 
  156. phi_fbit.lo phi_gxit.lo phi_lpc.lo phi_lsfr.lo phi_post.lo 
  157. phi_priv.lo phi_xits.lo
  158. libcelp_la_OBJECTS = $(am_libcelp_la_OBJECTS)
  159. DEFS = @DEFS@
  160. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  161. CPPFLAGS = @CPPFLAGS@
  162. LDFLAGS = @LDFLAGS@
  163. LIBS = @LIBS@
  164. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  165. @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/att_abs_postp.Plo 
  166. @AMDEP_TRUE@ $(DEPDIR)/att_bwx.Plo $(DEPDIR)/att_firfilt.Plo 
  167. @AMDEP_TRUE@ $(DEPDIR)/att_iirfilt.Plo $(DEPDIR)/att_lsf2pc.Plo 
  168. @AMDEP_TRUE@ $(DEPDIR)/att_pc2lsf.Plo 
  169. @AMDEP_TRUE@ $(DEPDIR)/att_testbound.Plo 
  170. @AMDEP_TRUE@ $(DEPDIR)/celp_bitstream_demux.Plo 
  171. @AMDEP_TRUE@ $(DEPDIR)/celp_decoder.Plo $(DEPDIR)/dec_lpc.Plo 
  172. @AMDEP_TRUE@ $(DEPDIR)/nb_celp_dec.Plo 
  173. @AMDEP_TRUE@ $(DEPDIR)/nec_abs_exc_generation.Plo 
  174. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_acb_dec.Plo 
  175. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_exc_generation.Plo 
  176. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_gain_dec.Plo 
  177. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_module.Plo 
  178. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_mp_dec.Plo 
  179. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_qlsp_dec.Plo 
  180. @AMDEP_TRUE@ $(DEPDIR)/nec_bws_qrms_dec.Plo 
  181. @AMDEP_TRUE@ $(DEPDIR)/nec_enh_gain_dec.Plo 
  182. @AMDEP_TRUE@ $(DEPDIR)/nec_enh_mp_dec.Plo 
  183. @AMDEP_TRUE@ $(DEPDIR)/nec_exc_acb_dec.Plo 
  184. @AMDEP_TRUE@ $(DEPDIR)/nec_exc_gain_dec.Plo 
  185. @AMDEP_TRUE@ $(DEPDIR)/nec_exc_module.Plo 
  186. @AMDEP_TRUE@ $(DEPDIR)/nec_exc_mp_config.Plo 
  187. @AMDEP_TRUE@ $(DEPDIR)/nec_exc_mp_dec.Plo 
  188. @AMDEP_TRUE@ $(DEPDIR)/nec_qrms_dec.Plo 
  189. @AMDEP_TRUE@ $(DEPDIR)/pan_lsp_intp.Plo $(DEPDIR)/pan_lspdec.Plo 
  190. @AMDEP_TRUE@ $(DEPDIR)/pan_lspqtz2_dd.Plo 
  191. @AMDEP_TRUE@ $(DEPDIR)/pan_mv_data.Plo $(DEPDIR)/pan_sort.Plo 
  192. @AMDEP_TRUE@ $(DEPDIR)/pan_stab.Plo $(DEPDIR)/phi_fbit.Plo 
  193. @AMDEP_TRUE@ $(DEPDIR)/phi_gxit.Plo $(DEPDIR)/phi_lpc.Plo 
  194. @AMDEP_TRUE@ $(DEPDIR)/phi_lsfr.Plo $(DEPDIR)/phi_post.Plo 
  195. @AMDEP_TRUE@ $(DEPDIR)/phi_priv.Plo $(DEPDIR)/phi_xits.Plo
  196. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  197. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  198. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) 
  199. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  200. CCLD = $(CC)
  201. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  202. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  203. CFLAGS = @CFLAGS@
  204. DIST_SOURCES = $(libcelp_la_SOURCES)
  205. DIST_COMMON = Makefile.am Makefile.in
  206. SOURCES = $(libcelp_la_SOURCES)
  207. all: all-am
  208. .SUFFIXES:
  209. .SUFFIXES: .c .lo .o .obj
  210. mostlyclean-libtool:
  211. -rm -f *.lo
  212. clean-libtool:
  213. -rm -rf .libs _libs
  214. distclean-libtool:
  215. -rm -f libtool
  216. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  217. cd $(top_srcdir) && 
  218.   $(AUTOMAKE) --foreign  player/lib/audio/celp/dec/Makefile
  219. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  220. cd $(top_builddir) && 
  221.   CONFIG_HEADERS= CONFIG_LINKS= 
  222.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  223. clean-noinstLTLIBRARIES:
  224. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  225. libcelp.la: $(libcelp_la_OBJECTS) $(libcelp_la_DEPENDENCIES) 
  226. $(LINK)  $(libcelp_la_LDFLAGS) $(libcelp_la_OBJECTS) $(libcelp_la_LIBADD) $(LIBS)
  227. mostlyclean-compile:
  228. -rm -f *.$(OBJEXT) core *.core
  229. distclean-compile:
  230. -rm -f *.tab.c
  231. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_abs_postp.Plo@am__quote@
  232. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_bwx.Plo@am__quote@
  233. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_firfilt.Plo@am__quote@
  234. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_iirfilt.Plo@am__quote@
  235. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_lsf2pc.Plo@am__quote@
  236. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_pc2lsf.Plo@am__quote@
  237. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/att_testbound.Plo@am__quote@
  238. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/celp_bitstream_demux.Plo@am__quote@
  239. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/celp_decoder.Plo@am__quote@
  240. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dec_lpc.Plo@am__quote@
  241. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nb_celp_dec.Plo@am__quote@
  242. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_abs_exc_generation.Plo@am__quote@
  243. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_acb_dec.Plo@am__quote@
  244. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_exc_generation.Plo@am__quote@
  245. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_gain_dec.Plo@am__quote@
  246. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_module.Plo@am__quote@
  247. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_mp_dec.Plo@am__quote@
  248. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_qlsp_dec.Plo@am__quote@
  249. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_bws_qrms_dec.Plo@am__quote@
  250. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_enh_gain_dec.Plo@am__quote@
  251. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_enh_mp_dec.Plo@am__quote@
  252. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_exc_acb_dec.Plo@am__quote@
  253. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_exc_gain_dec.Plo@am__quote@
  254. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_exc_module.Plo@am__quote@
  255. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_exc_mp_config.Plo@am__quote@
  256. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_exc_mp_dec.Plo@am__quote@
  257. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nec_qrms_dec.Plo@am__quote@
  258. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_lsp_intp.Plo@am__quote@
  259. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_lspdec.Plo@am__quote@
  260. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_lspqtz2_dd.Plo@am__quote@
  261. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_mv_data.Plo@am__quote@
  262. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_sort.Plo@am__quote@
  263. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pan_stab.Plo@am__quote@
  264. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_fbit.Plo@am__quote@
  265. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_gxit.Plo@am__quote@
  266. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_lpc.Plo@am__quote@
  267. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_lsfr.Plo@am__quote@
  268. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_post.Plo@am__quote@
  269. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_priv.Plo@am__quote@
  270. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/phi_xits.Plo@am__quote@
  271. distclean-depend:
  272. -rm -rf $(DEPDIR)
  273. .c.o:
  274. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  275. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  276. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  277. $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  278. .c.obj:
  279. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  280. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  281. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  282. $(COMPILE) -c `cygpath -w $<`
  283. .c.lo:
  284. @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  285. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  286. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  287. $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
  288. CCDEPMODE = @CCDEPMODE@
  289. uninstall-info-am:
  290. tags: TAGS
  291. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  292. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  293. unique=`for i in $$list; do 
  294.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  295.   done | 
  296.   $(AWK) '    { files[$$0] = 1; } 
  297.        END { for (i in files) print i; }'`; 
  298. mkid -fID $$unique $(LISP)
  299. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  300. $(TAGS_FILES) $(LISP)
  301. tags=; 
  302. here=`pwd`; 
  303. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  304. unique=`for i in $$list; do 
  305.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  306.   done | 
  307.   $(AWK) '    { files[$$0] = 1; } 
  308.        END { for (i in files) print i; }'`; 
  309. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  310.   || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  311. GTAGS:
  312. here=`CDPATH=: && cd $(top_builddir) && pwd` 
  313.   && cd $(top_srcdir) 
  314.   && gtags -i $(GTAGS_ARGS) $$here
  315. distclean-tags:
  316. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  317. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  318. top_distdir = ../../../../..
  319. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  320. distdir: $(DISTFILES)
  321. @for file in $(DISTFILES); do 
  322.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  323.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  324.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  325.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  326.   fi; 
  327.   if test -d $$d/$$file; then 
  328.     cp -pR $$d/$$file $(distdir) 
  329.     || exit 1; 
  330.   else 
  331.     test -f $(distdir)/$$file 
  332.     || cp -p $$d/$$file $(distdir)/$$file 
  333.     || exit 1; 
  334.   fi; 
  335. done
  336. check-am: all-am
  337. check: check-am
  338. all-am: Makefile $(LTLIBRARIES)
  339. installdirs:
  340. install: install-am
  341. install-exec: install-exec-am
  342. install-data: install-data-am
  343. uninstall: uninstall-am
  344. install-am: all-am
  345. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  346. installcheck: installcheck-am
  347. install-strip:
  348. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  349.   `test -z '$(STRIP)' || 
  350.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  351. mostlyclean-generic:
  352. clean-generic:
  353. distclean-generic:
  354. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  355. maintainer-clean-generic:
  356. @echo "This command is intended for maintainers to use"
  357. @echo "it deletes files that may require special tools to rebuild."
  358. clean: clean-am
  359. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  360. mostlyclean-am
  361. distclean: distclean-am
  362. distclean-am: clean-am distclean-compile distclean-depend 
  363. distclean-generic distclean-libtool distclean-tags
  364. dvi: dvi-am
  365. dvi-am:
  366. info: info-am
  367. info-am:
  368. install-data-am:
  369. install-exec-am:
  370. install-info: install-info-am
  371. install-man:
  372. installcheck-am:
  373. maintainer-clean: maintainer-clean-am
  374. maintainer-clean-am: distclean-am maintainer-clean-generic
  375. mostlyclean: mostlyclean-am
  376. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  377. mostlyclean-libtool
  378. uninstall-am: uninstall-info-am
  379. .PHONY: GTAGS all all-am check check-am clean clean-generic 
  380. clean-libtool clean-noinstLTLIBRARIES distclean 
  381. distclean-compile distclean-depend distclean-generic 
  382. distclean-libtool distclean-tags distdir dvi dvi-am info 
  383. info-am install install-am install-data install-data-am 
  384. install-exec install-exec-am install-info install-info-am 
  385. install-man install-strip installcheck installcheck-am 
  386. installdirs maintainer-clean maintainer-clean-generic 
  387. mostlyclean mostlyclean-compile mostlyclean-generic 
  388. mostlyclean-libtool tags uninstall uninstall-am 
  389. uninstall-info-am
  390. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  391. # Otherwise a system limit (for SysV at least) may be exceeded.
  392. .NOEXPORT: