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

流媒体/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. SUBDIRS = doc
  95. lib_LTLIBRARIES = libmp4.la
  96. libmp4_la_LDFLAGS = -static
  97. INCLUDES = -I$(top_srcdir)/include
  98. libmp4_la_SOURCES = 
  99. atom.c 
  100. ctab.c 
  101. ctts.c 
  102. dimm.c 
  103. dinf.c 
  104. dmax.c 
  105. dmed.c 
  106. dref.c 
  107. drep.c 
  108. edts.c 
  109. elst.c 
  110. esds.c 
  111. gmhd.c 
  112. gmin.c 
  113. hdlr.c 
  114. hinf.c 
  115. hint.c 
  116. hintudta.c 
  117. hmhd.c 
  118. hnti.c 
  119. hinthnti.c 
  120. iods.c 
  121. matrix.c 
  122. maxr.c 
  123. mdat.c 
  124. mdhd.c 
  125. mdia.c 
  126. minf.c 
  127. moov.c 
  128. mvhd.c 
  129. nump.c 
  130. payt.c 
  131. pmax.c 
  132. quicktime.c 
  133. rtp.c 
  134. rtphint.c 
  135. sdp.c 
  136. smhd.c 
  137. stbl.c 
  138. stco.c 
  139. stsc.c 
  140. stsd.c 
  141. stsdtable.c 
  142. stss.c 
  143. stsz.c 
  144. stts.c 
  145. tkhd.c 
  146. tmin.c 
  147. tmax.c 
  148. tpyl.c 
  149. trak.c 
  150. tref.c 
  151. trpy.c 
  152. udta.c 
  153. util.c 
  154. vmhd.c 
  155. funcprotos.h 
  156. private.h 
  157. quicktime.h 
  158. rtphint.h 
  159. sizes.h
  160. EXTRA_DIST = libmp460.dsp libmp4_st60.dsp README README_ORIGINAL
  161. subdir = lib/mp4
  162. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  163. CONFIG_HEADER = $(top_builddir)/config.h
  164. CONFIG_CLEAN_FILES =
  165. LTLIBRARIES = $(lib_LTLIBRARIES)
  166. libmp4_la_LIBADD =
  167. am_libmp4_la_OBJECTS = atom.lo ctab.lo ctts.lo dimm.lo dinf.lo dmax.lo 
  168. dmed.lo dref.lo drep.lo edts.lo elst.lo esds.lo gmhd.lo gmin.lo 
  169. hdlr.lo hinf.lo hint.lo hintudta.lo hmhd.lo hnti.lo hinthnti.lo 
  170. iods.lo matrix.lo maxr.lo mdat.lo mdhd.lo mdia.lo minf.lo 
  171. moov.lo mvhd.lo nump.lo payt.lo pmax.lo quicktime.lo rtp.lo 
  172. rtphint.lo sdp.lo smhd.lo stbl.lo stco.lo stsc.lo stsd.lo 
  173. stsdtable.lo stss.lo stsz.lo stts.lo tkhd.lo tmin.lo tmax.lo 
  174. tpyl.lo trak.lo tref.lo trpy.lo udta.lo util.lo vmhd.lo
  175. libmp4_la_OBJECTS = $(am_libmp4_la_OBJECTS)
  176. DEFS = @DEFS@
  177. DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
  178. CPPFLAGS = @CPPFLAGS@
  179. LDFLAGS = @LDFLAGS@
  180. LIBS = @LIBS@
  181. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  182. @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/atom.Plo $(DEPDIR)/ctab.Plo 
  183. @AMDEP_TRUE@ $(DEPDIR)/ctts.Plo $(DEPDIR)/dimm.Plo 
  184. @AMDEP_TRUE@ $(DEPDIR)/dinf.Plo $(DEPDIR)/dmax.Plo 
  185. @AMDEP_TRUE@ $(DEPDIR)/dmed.Plo $(DEPDIR)/dref.Plo 
  186. @AMDEP_TRUE@ $(DEPDIR)/drep.Plo $(DEPDIR)/edts.Plo 
  187. @AMDEP_TRUE@ $(DEPDIR)/elst.Plo $(DEPDIR)/esds.Plo 
  188. @AMDEP_TRUE@ $(DEPDIR)/gmhd.Plo $(DEPDIR)/gmin.Plo 
  189. @AMDEP_TRUE@ $(DEPDIR)/hdlr.Plo $(DEPDIR)/hinf.Plo 
  190. @AMDEP_TRUE@ $(DEPDIR)/hint.Plo $(DEPDIR)/hinthnti.Plo 
  191. @AMDEP_TRUE@ $(DEPDIR)/hintudta.Plo $(DEPDIR)/hmhd.Plo 
  192. @AMDEP_TRUE@ $(DEPDIR)/hnti.Plo $(DEPDIR)/iods.Plo 
  193. @AMDEP_TRUE@ $(DEPDIR)/matrix.Plo $(DEPDIR)/maxr.Plo 
  194. @AMDEP_TRUE@ $(DEPDIR)/mdat.Plo $(DEPDIR)/mdhd.Plo 
  195. @AMDEP_TRUE@ $(DEPDIR)/mdia.Plo $(DEPDIR)/minf.Plo 
  196. @AMDEP_TRUE@ $(DEPDIR)/moov.Plo $(DEPDIR)/mvhd.Plo 
  197. @AMDEP_TRUE@ $(DEPDIR)/nump.Plo $(DEPDIR)/payt.Plo 
  198. @AMDEP_TRUE@ $(DEPDIR)/pmax.Plo $(DEPDIR)/quicktime.Plo 
  199. @AMDEP_TRUE@ $(DEPDIR)/rtp.Plo $(DEPDIR)/rtphint.Plo 
  200. @AMDEP_TRUE@ $(DEPDIR)/sdp.Plo $(DEPDIR)/smhd.Plo 
  201. @AMDEP_TRUE@ $(DEPDIR)/stbl.Plo $(DEPDIR)/stco.Plo 
  202. @AMDEP_TRUE@ $(DEPDIR)/stsc.Plo $(DEPDIR)/stsd.Plo 
  203. @AMDEP_TRUE@ $(DEPDIR)/stsdtable.Plo $(DEPDIR)/stss.Plo 
  204. @AMDEP_TRUE@ $(DEPDIR)/stsz.Plo $(DEPDIR)/stts.Plo 
  205. @AMDEP_TRUE@ $(DEPDIR)/tkhd.Plo $(DEPDIR)/tmax.Plo 
  206. @AMDEP_TRUE@ $(DEPDIR)/tmin.Plo $(DEPDIR)/tpyl.Plo 
  207. @AMDEP_TRUE@ $(DEPDIR)/trak.Plo $(DEPDIR)/tref.Plo 
  208. @AMDEP_TRUE@ $(DEPDIR)/trpy.Plo $(DEPDIR)/udta.Plo 
  209. @AMDEP_TRUE@ $(DEPDIR)/util.Plo $(DEPDIR)/vmhd.Plo
  210. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  211. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  212. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) 
  213. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  214. CCLD = $(CC)
  215. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  216. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  217. CFLAGS = @CFLAGS@
  218. DIST_SOURCES = $(libmp4_la_SOURCES)
  219. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive 
  220. uninstall-info-recursive all-recursive install-data-recursive 
  221. install-exec-recursive installdirs-recursive install-recursive 
  222. uninstall-recursive check-recursive installcheck-recursive
  223. DIST_COMMON = README Makefile.am Makefile.in
  224. DIST_SUBDIRS = $(SUBDIRS)
  225. SOURCES = $(libmp4_la_SOURCES)
  226. all: all-recursive
  227. .SUFFIXES:
  228. .SUFFIXES: .c .lo .o .obj
  229. mostlyclean-libtool:
  230. -rm -f *.lo
  231. clean-libtool:
  232. -rm -rf .libs _libs
  233. distclean-libtool:
  234. -rm -f libtool
  235. $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  236. cd $(top_srcdir) && 
  237.   $(AUTOMAKE) --foreign  lib/mp4/Makefile
  238. Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
  239. cd $(top_builddir) && 
  240.   CONFIG_HEADERS= CONFIG_LINKS= 
  241.   CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
  242. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  243. @$(NORMAL_INSTALL)
  244. $(mkinstalldirs) $(DESTDIR)$(libdir)
  245. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  246.   if test -f $$p; then 
  247.     echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; 
  248.     $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; 
  249.   else :; fi; 
  250. done
  251. uninstall-libLTLIBRARIES:
  252. @$(NORMAL_UNINSTALL)
  253. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  254.   echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; 
  255.   $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; 
  256. done
  257. clean-libLTLIBRARIES:
  258. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  259. libmp4.la: $(libmp4_la_OBJECTS) $(libmp4_la_DEPENDENCIES) 
  260. $(LINK) -rpath $(libdir) $(libmp4_la_LDFLAGS) $(libmp4_la_OBJECTS) $(libmp4_la_LIBADD) $(LIBS)
  261. mostlyclean-compile:
  262. -rm -f *.$(OBJEXT) core *.core
  263. distclean-compile:
  264. -rm -f *.tab.c
  265. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/atom.Plo@am__quote@
  266. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctab.Plo@am__quote@
  267. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctts.Plo@am__quote@
  268. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dimm.Plo@am__quote@
  269. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dinf.Plo@am__quote@
  270. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dmax.Plo@am__quote@
  271. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dmed.Plo@am__quote@
  272. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dref.Plo@am__quote@
  273. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/drep.Plo@am__quote@
  274. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/edts.Plo@am__quote@
  275. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/elst.Plo@am__quote@
  276. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/esds.Plo@am__quote@
  277. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmhd.Plo@am__quote@
  278. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmin.Plo@am__quote@
  279. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hdlr.Plo@am__quote@
  280. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hinf.Plo@am__quote@
  281. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hint.Plo@am__quote@
  282. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hinthnti.Plo@am__quote@
  283. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hintudta.Plo@am__quote@
  284. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hmhd.Plo@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hnti.Plo@am__quote@
  286. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/iods.Plo@am__quote@
  287. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/matrix.Plo@am__quote@
  288. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/maxr.Plo@am__quote@
  289. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mdat.Plo@am__quote@
  290. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mdhd.Plo@am__quote@
  291. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mdia.Plo@am__quote@
  292. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/minf.Plo@am__quote@
  293. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moov.Plo@am__quote@
  294. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mvhd.Plo@am__quote@
  295. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nump.Plo@am__quote@
  296. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/payt.Plo@am__quote@
  297. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pmax.Plo@am__quote@
  298. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quicktime.Plo@am__quote@
  299. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rtp.Plo@am__quote@
  300. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rtphint.Plo@am__quote@
  301. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sdp.Plo@am__quote@
  302. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/smhd.Plo@am__quote@
  303. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stbl.Plo@am__quote@
  304. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stco.Plo@am__quote@
  305. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stsc.Plo@am__quote@
  306. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stsd.Plo@am__quote@
  307. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stsdtable.Plo@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stss.Plo@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stsz.Plo@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stts.Plo@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tkhd.Plo@am__quote@
  312. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tmax.Plo@am__quote@
  313. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tmin.Plo@am__quote@
  314. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tpyl.Plo@am__quote@
  315. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trak.Plo@am__quote@
  316. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tref.Plo@am__quote@
  317. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trpy.Plo@am__quote@
  318. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/udta.Plo@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/util.Plo@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vmhd.Plo@am__quote@
  321. distclean-depend:
  322. -rm -rf $(DEPDIR)
  323. .c.o:
  324. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  325. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  326. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  327. $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  328. .c.obj:
  329. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  330. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  331. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  332. $(COMPILE) -c `cygpath -w $<`
  333. .c.lo:
  334. @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  335. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  336. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  337. $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
  338. CCDEPMODE = @CCDEPMODE@
  339. uninstall-info-am:
  340. # This directory's subdirectories are mostly independent; you can cd
  341. # into them and run `make' without going through this Makefile.
  342. # To change the values of `make' variables: instead of editing Makefiles,
  343. # (1) if the variable is set in `config.status', edit `config.status'
  344. #     (which will cause the Makefiles to be regenerated when you run `make');
  345. # (2) otherwise, pass the desired values on the `make' command line.
  346. $(RECURSIVE_TARGETS):
  347. @set fnord $(MAKEFLAGS); amf=$$2; 
  348. dot_seen=no; 
  349. target=`echo $@ | sed s/-recursive//`; 
  350. list='$(SUBDIRS)'; for subdir in $$list; do 
  351.   echo "Making $$target in $$subdir"; 
  352.   if test "$$subdir" = "."; then 
  353.     dot_seen=yes; 
  354.     local_target="$$target-am"; 
  355.   else 
  356.     local_target="$$target"; 
  357.   fi; 
  358.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  359.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  360. done; 
  361. if test "$$dot_seen" = "no"; then 
  362.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  363. fi; test -z "$$fail"
  364. mostlyclean-recursive clean-recursive distclean-recursive 
  365. maintainer-clean-recursive:
  366. @set fnord $(MAKEFLAGS); amf=$$2; 
  367. dot_seen=no; 
  368. case "$@" in 
  369.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  370.   *) list='$(SUBDIRS)' ;; 
  371. esac; 
  372. rev=''; for subdir in $$list; do 
  373.   if test "$$subdir" = "."; then :; else 
  374.     rev="$$subdir $$rev"; 
  375.   fi; 
  376. done; 
  377. rev="$$rev ."; 
  378. target=`echo $@ | sed s/-recursive//`; 
  379. for subdir in $$rev; do 
  380.   echo "Making $$target in $$subdir"; 
  381.   if test "$$subdir" = "."; then 
  382.     local_target="$$target-am"; 
  383.   else 
  384.     local_target="$$target"; 
  385.   fi; 
  386.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  387.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  388. done && test -z "$$fail"
  389. tags-recursive:
  390. list='$(SUBDIRS)'; for subdir in $$list; do 
  391.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  392. done
  393. tags: TAGS
  394. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  395. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  396. unique=`for i in $$list; do 
  397.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  398.   done | 
  399.   $(AWK) '    { files[$$0] = 1; } 
  400.        END { for (i in files) print i; }'`; 
  401. mkid -fID $$unique $(LISP)
  402. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  403. $(TAGS_FILES) $(LISP)
  404. tags=; 
  405. here=`pwd`; 
  406. list='$(SUBDIRS)'; for subdir in $$list; do 
  407.   if test "$$subdir" = .; then :; else 
  408.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  409.   fi; 
  410. done; 
  411. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; 
  412. unique=`for i in $$list; do 
  413.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  414.   done | 
  415.   $(AWK) '    { files[$$0] = 1; } 
  416.        END { for (i in files) print i; }'`; 
  417. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  418.   || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
  419. GTAGS:
  420. here=`CDPATH=: && cd $(top_builddir) && pwd` 
  421.   && cd $(top_srcdir) 
  422.   && gtags -i $(GTAGS_ARGS) $$here
  423. distclean-tags:
  424. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  425. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  426. top_distdir = ../..
  427. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  428. distdir: $(DISTFILES)
  429. @for file in $(DISTFILES); do 
  430.   if test -f $$file; then d=.; else d=$(srcdir); fi; 
  431.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  432.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  433.     $(mkinstalldirs) "$(distdir)/$$dir"; 
  434.   fi; 
  435.   if test -d $$d/$$file; then 
  436.     cp -pR $$d/$$file $(distdir) 
  437.     || exit 1; 
  438.   else 
  439.     test -f $(distdir)/$$file 
  440.     || cp -p $$d/$$file $(distdir)/$$file 
  441.     || exit 1; 
  442.   fi; 
  443. done
  444. for subdir in $(SUBDIRS); do 
  445.   if test "$$subdir" = .; then :; else 
  446.     test -d $(distdir)/$$subdir 
  447.     || mkdir $(distdir)/$$subdir 
  448.     || exit 1; 
  449.     (cd $$subdir && 
  450.       $(MAKE) $(AM_MAKEFLAGS) 
  451.         top_distdir="$(top_distdir)" 
  452.         distdir=../$(distdir)/$$subdir 
  453.         distdir) 
  454.       || exit 1; 
  455.   fi; 
  456. done
  457. check-am: all-am
  458. check: check-recursive
  459. all-am: Makefile $(LTLIBRARIES)
  460. installdirs: installdirs-recursive
  461. installdirs-am:
  462. $(mkinstalldirs) $(DESTDIR)$(libdir)
  463. install: install-recursive
  464. install-exec: install-exec-recursive
  465. install-data: install-data-recursive
  466. uninstall: uninstall-recursive
  467. install-am: all-am
  468. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  469. installcheck: installcheck-recursive
  470. install-strip:
  471. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  472.   `test -z '$(STRIP)' || 
  473.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  474. mostlyclean-generic:
  475. clean-generic:
  476. distclean-generic:
  477. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  478. maintainer-clean-generic:
  479. @echo "This command is intended for maintainers to use"
  480. @echo "it deletes files that may require special tools to rebuild."
  481. clean: clean-recursive
  482. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool 
  483. mostlyclean-am
  484. distclean: distclean-recursive
  485. distclean-am: clean-am distclean-compile distclean-depend 
  486. distclean-generic distclean-libtool distclean-tags
  487. dvi: dvi-recursive
  488. dvi-am:
  489. info: info-recursive
  490. info-am:
  491. install-data-am:
  492. install-exec-am: install-libLTLIBRARIES
  493. install-info: install-info-recursive
  494. install-man:
  495. installcheck-am:
  496. maintainer-clean: maintainer-clean-recursive
  497. maintainer-clean-am: distclean-am maintainer-clean-generic
  498. mostlyclean: mostlyclean-recursive
  499. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  500. mostlyclean-libtool
  501. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  502. uninstall-info: uninstall-info-recursive
  503. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean 
  504. clean-generic clean-libLTLIBRARIES clean-libtool 
  505. clean-recursive distclean distclean-compile distclean-depend 
  506. distclean-generic distclean-libtool distclean-recursive 
  507. distclean-tags distdir dvi dvi-am dvi-recursive info info-am 
  508. info-recursive install install-am install-data install-data-am 
  509. install-data-recursive install-exec install-exec-am 
  510. install-exec-recursive install-info install-info-am 
  511. install-info-recursive install-libLTLIBRARIES install-man 
  512. install-recursive install-strip installcheck installcheck-am 
  513. installdirs installdirs-am installdirs-recursive 
  514. maintainer-clean maintainer-clean-generic 
  515. maintainer-clean-recursive mostlyclean mostlyclean-compile 
  516. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive 
  517. tags tags-recursive uninstall uninstall-am uninstall-info-am 
  518. uninstall-info-recursive uninstall-libLTLIBRARIES 
  519. uninstall-recursive
  520. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  521. # Otherwise a system limit (for SysV at least) may be exceeded.
  522. .NOEXPORT: