Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. # Makefile.in generated by automake 1.6.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  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. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. top_builddir = ..
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. install_sh_DATA = $(install_sh) -c -m 644
  44. install_sh_PROGRAM = $(install_sh) -c
  45. install_sh_SCRIPT = $(install_sh) -c
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = @program_transform_name@
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. host_alias = @host_alias@
  56. host_triplet = @host@
  57. EXEEXT = @EXEEXT@
  58. OBJEXT = @OBJEXT@
  59. PATH_SEPARATOR = @PATH_SEPARATOR@
  60. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  61. AMTAR = @AMTAR@
  62. AR = @AR@
  63. ARGZ_H = @ARGZ_H@
  64. AS = @AS@
  65. AWK = @AWK@
  66. BUILDABLE_EXAMPLES = @BUILDABLE_EXAMPLES@
  67. CAIRO_CFLAGS = @CAIRO_CFLAGS@
  68. CAIRO_LIBS = @CAIRO_LIBS@
  69. CC = @CC@
  70. CPP = @CPP@
  71. CXX = @CXX@
  72. CXXCPP = @CXXCPP@
  73. DEBUG = @DEBUG@
  74. DEPDIR = @DEPDIR@
  75. DLLTOOL = @DLLTOOL@
  76. DSYMUTIL = @DSYMUTIL@
  77. DUMPBIN = @DUMPBIN@
  78. F77 = @F77@
  79. GCJ = @GCJ@
  80. GCJFLAGS = @GCJFLAGS@
  81. GETOPT_OBJS = @GETOPT_OBJS@
  82. GREP = @GREP@
  83. HAVE_BIBTEX = @HAVE_BIBTEX@
  84. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  85. HAVE_PDFLATEX = @HAVE_PDFLATEX@
  86. HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
  87. HAVE_TRANSFIG = @HAVE_TRANSFIG@
  88. HAVE_VALGRIND = @HAVE_VALGRIND@
  89. INCLTDL = @INCLTDL@
  90. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  91. LD = @LD@
  92. LIBADD_DL = @LIBADD_DL@
  93. LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
  94. LIBADD_DLOPEN = @LIBADD_DLOPEN@
  95. LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
  96. LIBLTDL = @LIBLTDL@
  97. LIBM = @LIBM@
  98. LIBTOOL = @LIBTOOL@
  99. LIPO = @LIPO@
  100. LN_S = @LN_S@
  101. LTDLDEPS = @LTDLDEPS@
  102. LTDLINCL = @LTDLINCL@
  103. LTDLOPEN = @LTDLOPEN@
  104. LT_CONFIG_H = @LT_CONFIG_H@
  105. LT_DLLOADERS = @LT_DLLOADERS@
  106. LT_DLPREOPEN = @LT_DLPREOPEN@
  107. MAINT = @MAINT@
  108. NM = @NM@
  109. NMEDIT = @NMEDIT@
  110. OBJDUMP = @OBJDUMP@
  111. OGG_CFLAGS = @OGG_CFLAGS@
  112. OGG_LIBS = @OGG_LIBS@
  113. OSS_LIBS = @OSS_LIBS@
  114. OTOOL = @OTOOL@
  115. OTOOL64 = @OTOOL64@
  116. PACKAGE = @PACKAGE@
  117. PKG_CONFIG = @PKG_CONFIG@
  118. PNG_CFLAGS = @PNG_CFLAGS@
  119. PNG_LIBS = @PNG_LIBS@
  120. PROFILE = @PROFILE@
  121. RANLIB = @RANLIB@
  122. RC = @RC@
  123. SDL_CFLAGS = @SDL_CFLAGS@
  124. SDL_CONFIG = @SDL_CONFIG@
  125. SDL_LIBS = @SDL_LIBS@
  126. SED = @SED@
  127. STRIP = @STRIP@
  128. THDEC_LIB_AGE = @THDEC_LIB_AGE@
  129. THDEC_LIB_CURRENT = @THDEC_LIB_CURRENT@
  130. THDEC_LIB_REVISION = @THDEC_LIB_REVISION@
  131. THENC_LIB_AGE = @THENC_LIB_AGE@
  132. THENC_LIB_CURRENT = @THENC_LIB_CURRENT@
  133. THENC_LIB_REVISION = @THENC_LIB_REVISION@
  134. THEORADEC_LDFLAGS = @THEORADEC_LDFLAGS@
  135. THEORAENC_LDFLAGS = @THEORAENC_LDFLAGS@
  136. THEORA_LDFLAGS = @THEORA_LDFLAGS@
  137. TH_LIB_AGE = @TH_LIB_AGE@
  138. TH_LIB_CURRENT = @TH_LIB_CURRENT@
  139. TH_LIB_REVISION = @TH_LIB_REVISION@
  140. VALGRIND_ENVIRONMENT = @VALGRIND_ENVIRONMENT@
  141. VERSION = @VERSION@
  142. VORBISENC_LIBS = @VORBISENC_LIBS@
  143. VORBISFILE_LIBS = @VORBISFILE_LIBS@
  144. VORBIS_CFLAGS = @VORBIS_CFLAGS@
  145. VORBIS_LIBS = @VORBIS_LIBS@
  146. am__include = @am__include@
  147. am__quote = @am__quote@
  148. install_sh = @install_sh@
  149. lt_ECHO = @lt_ECHO@
  150. ltdl_LIBOBJS = @ltdl_LIBOBJS@
  151. ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
  152. sys_symbol_underscore = @sys_symbol_underscore@
  153. INCLUDES = -I$(top_srcdir)/include
  154. noinst_PROGRAMS = dump_video dump_psnr $(BUILDABLE_EXAMPLES)
  155. # possible contents of BUILDABLE_EXAMPLES:
  156. EXTRA_PROGRAMS = player_example encoder_example png2theora
  157. AM_CFLAGS = $(OGG_CFLAGS)
  158. LDADD = ../lib/libtheora.la $(OGG_LIBS)
  159. LDADDDEC = ../lib/libtheoradec.la $(OGG_LIBS)
  160. LDADDENC = ../lib/libtheoraenc.la ../lib/libtheoradec.la $(OGG_LIBS)
  161. dump_video_SOURCES = dump_video.c
  162. EXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.h
  163. dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDEC)
  164. dump_psnr_SOURCES = dump_psnr.c
  165. EXTRA_dump_psnr_SOURCES = getopt.c getopt1.c getopt.h
  166. dump_psnr_LDADD = $(GETOPT_OBJS) $(LDADDDEC) -lm
  167. player_example_SOURCES = player_example.c
  168. player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
  169. player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS)
  170. encoder_example_SOURCES = encoder_example.c
  171. EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
  172. encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)
  173. encoder_example_LDADD = $(GETOPT_OBJS) $(LDADDENC) $(VORBIS_LIBS) $(VORBISENC_LIBS) -lm
  174. png2theora_SOURCES = png2theora.c
  175. png2theora_CFLAGS = $(OGG_CFLAGS) $(PNG_CFLAGS)
  176. png2theora_LDADD = $(GETOPT_OBJS) $(LDADDENC) $(PNG_LIBS) -lm
  177. subdir = examples
  178. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  179. CONFIG_HEADER = $(top_builddir)/config.h
  180. CONFIG_CLEAN_FILES =
  181. EXTRA_PROGRAMS = player_example$(EXEEXT) encoder_example$(EXEEXT) \
  182. png2theora$(EXEEXT)
  183. noinst_PROGRAMS = dump_video$(EXEEXT) dump_psnr$(EXEEXT) \
  184. @BUILDABLE_EXAMPLES@
  185. PROGRAMS = $(noinst_PROGRAMS)
  186. am_dump_psnr_OBJECTS = dump_psnr.$(OBJEXT)
  187. dump_psnr_OBJECTS = $(am_dump_psnr_OBJECTS)
  188. dump_psnr_DEPENDENCIES = ../lib/libtheoradec.la
  189. dump_psnr_LDFLAGS =
  190. am_dump_video_OBJECTS = dump_video.$(OBJEXT)
  191. dump_video_OBJECTS = $(am_dump_video_OBJECTS)
  192. dump_video_DEPENDENCIES = ../lib/libtheoradec.la
  193. dump_video_LDFLAGS =
  194. am_encoder_example_OBJECTS = encoder_example-encoder_example.$(OBJEXT)
  195. encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
  196. encoder_example_DEPENDENCIES = ../lib/libtheoraenc.la \
  197. ../lib/libtheoradec.la
  198. encoder_example_LDFLAGS =
  199. am_player_example_OBJECTS = player_example-player_example.$(OBJEXT)
  200. player_example_OBJECTS = $(am_player_example_OBJECTS)
  201. player_example_DEPENDENCIES = ../lib/libtheoradec.la
  202. player_example_LDFLAGS =
  203. am_png2theora_OBJECTS = png2theora-png2theora.$(OBJEXT)
  204. png2theora_OBJECTS = $(am_png2theora_OBJECTS)
  205. png2theora_DEPENDENCIES = ../lib/libtheoraenc.la ../lib/libtheoradec.la
  206. png2theora_LDFLAGS =
  207. DEFS = @DEFS@
  208. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  209. CPPFLAGS = @CPPFLAGS@
  210. LDFLAGS = @LDFLAGS@
  211. LIBS = @LIBS@
  212. depcomp = $(SHELL) $(top_srcdir)/depcomp
  213. am__depfiles_maybe = depfiles
  214. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dump_psnr.Po \
  215. @AMDEP_TRUE@ ./$(DEPDIR)/dump_video.Po \
  216. @AMDEP_TRUE@ ./$(DEPDIR)/encoder_example-encoder_example.Po \
  217. @AMDEP_TRUE@ ./$(DEPDIR)/encoder_example-getopt.Po \
  218. @AMDEP_TRUE@ ./$(DEPDIR)/encoder_example-getopt1.Po \
  219. @AMDEP_TRUE@ ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
  220. @AMDEP_TRUE@ ./$(DEPDIR)/player_example-player_example.Po \
  221. @AMDEP_TRUE@ ./$(DEPDIR)/png2theora-png2theora.Po
  222. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  223. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  224. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
  225. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  226. CCLD = $(CC)
  227. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  228. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  229. CFLAGS = @CFLAGS@
  230. DIST_SOURCES = $(dump_psnr_SOURCES) $(EXTRA_dump_psnr_SOURCES) \
  231. $(dump_video_SOURCES) $(EXTRA_dump_video_SOURCES) \
  232. $(encoder_example_SOURCES) $(EXTRA_encoder_example_SOURCES) \
  233. $(player_example_SOURCES) $(png2theora_SOURCES)
  234. DIST_COMMON = Makefile.am Makefile.in
  235. SOURCES = $(dump_psnr_SOURCES) $(EXTRA_dump_psnr_SOURCES) $(dump_video_SOURCES) $(EXTRA_dump_video_SOURCES) $(encoder_example_SOURCES) $(EXTRA_encoder_example_SOURCES) $(player_example_SOURCES) $(png2theora_SOURCES)
  236. all: all-am
  237. .SUFFIXES:
  238. .SUFFIXES: .c .lo .o .obj
  239. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  240. cd $(top_srcdir) && \
  241. $(AUTOMAKE) --gnu examples/Makefile
  242. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
  243. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  244. clean-noinstPROGRAMS:
  245. @list='$(noinst_PROGRAMS)'; for p in $$list; do \
  246. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  247. echo " rm -f $$p $$f"; \
  248. rm -f $$p $$f ; \
  249. done
  250. dump_psnr$(EXEEXT): $(dump_psnr_OBJECTS) $(dump_psnr_DEPENDENCIES)
  251. @rm -f dump_psnr$(EXEEXT)
  252. $(LINK) $(dump_psnr_LDFLAGS) $(dump_psnr_OBJECTS) $(dump_psnr_LDADD) $(LIBS)
  253. dump_video$(EXEEXT): $(dump_video_OBJECTS) $(dump_video_DEPENDENCIES)
  254. @rm -f dump_video$(EXEEXT)
  255. $(LINK) $(dump_video_LDFLAGS) $(dump_video_OBJECTS) $(dump_video_LDADD) $(LIBS)
  256. encoder_example-encoder_example.$(OBJEXT): encoder_example.c
  257. encoder_example-getopt.$(OBJEXT): getopt.c
  258. encoder_example-getopt1.$(OBJEXT): getopt1.c
  259. encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES)
  260. @rm -f encoder_example$(EXEEXT)
  261. $(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
  262. player_example-player_example.$(OBJEXT): player_example.c
  263. player_example$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES)
  264. @rm -f player_example$(EXEEXT)
  265. $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS)
  266. png2theora-png2theora.$(OBJEXT): png2theora.c
  267. png2theora$(EXEEXT): $(png2theora_OBJECTS) $(png2theora_DEPENDENCIES)
  268. @rm -f png2theora$(EXEEXT)
  269. $(LINK) $(png2theora_LDFLAGS) $(png2theora_OBJECTS) $(png2theora_LDADD) $(LIBS)
  270. mostlyclean-compile:
  271. -rm -f *.$(OBJEXT) core *.core
  272. distclean-compile:
  273. -rm -f *.tab.c
  274. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_psnr.Po@am__quote@
  275. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_video.Po@am__quote@
  276. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example-encoder_example.Po@am__quote@
  277. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example-getopt.Po@am__quote@
  278. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example-getopt1.Po@am__quote@
  279. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
  280. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
  281. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player_example-player_example.Po@am__quote@
  282. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/png2theora-png2theora.Po@am__quote@
  283. distclean-depend:
  284. -rm -rf ./$(DEPDIR)
  285. .c.o:
  286. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  287. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  288. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  289. $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  290. .c.obj:
  291. @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  292. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  293. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  294. $(COMPILE) -c `cygpath -w $<`
  295. .c.lo:
  296. @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  297. @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  298. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  299. $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  300. encoder_example-encoder_example.o: encoder_example.c
  301. @AMDEP_TRUE@ source='encoder_example.c' object='encoder_example-encoder_example.o' libtool=no @AMDEPBACKSLASH@
  302. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-encoder_example.Po' tmpdepfile='$(DEPDIR)/encoder_example-encoder_example.TPo' @AMDEPBACKSLASH@
  303. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  304. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-encoder_example.o `test -f 'encoder_example.c' || echo '$(srcdir)/'`encoder_example.c
  305. encoder_example-encoder_example.obj: encoder_example.c
  306. @AMDEP_TRUE@ source='encoder_example.c' object='encoder_example-encoder_example.obj' libtool=no @AMDEPBACKSLASH@
  307. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-encoder_example.Po' tmpdepfile='$(DEPDIR)/encoder_example-encoder_example.TPo' @AMDEPBACKSLASH@
  308. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  309. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-encoder_example.obj `cygpath -w encoder_example.c`
  310. encoder_example-encoder_example.lo: encoder_example.c
  311. @AMDEP_TRUE@ source='encoder_example.c' object='encoder_example-encoder_example.lo' libtool=yes @AMDEPBACKSLASH@
  312. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-encoder_example.Plo' tmpdepfile='$(DEPDIR)/encoder_example-encoder_example.TPlo' @AMDEPBACKSLASH@
  313. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  314. $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-encoder_example.lo `test -f 'encoder_example.c' || echo '$(srcdir)/'`encoder_example.c
  315. encoder_example-getopt.o: getopt.c
  316. @AMDEP_TRUE@ source='getopt.c' object='encoder_example-getopt.o' libtool=no @AMDEPBACKSLASH@
  317. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt.Po' tmpdepfile='$(DEPDIR)/encoder_example-getopt.TPo' @AMDEPBACKSLASH@
  318. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  319. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt.o `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
  320. encoder_example-getopt.obj: getopt.c
  321. @AMDEP_TRUE@ source='getopt.c' object='encoder_example-getopt.obj' libtool=no @AMDEPBACKSLASH@
  322. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt.Po' tmpdepfile='$(DEPDIR)/encoder_example-getopt.TPo' @AMDEPBACKSLASH@
  323. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  324. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt.obj `cygpath -w getopt.c`
  325. encoder_example-getopt.lo: getopt.c
  326. @AMDEP_TRUE@ source='getopt.c' object='encoder_example-getopt.lo' libtool=yes @AMDEPBACKSLASH@
  327. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt.Plo' tmpdepfile='$(DEPDIR)/encoder_example-getopt.TPlo' @AMDEPBACKSLASH@
  328. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  329. $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
  330. encoder_example-getopt1.o: getopt1.c
  331. @AMDEP_TRUE@ source='getopt1.c' object='encoder_example-getopt1.o' libtool=no @AMDEPBACKSLASH@
  332. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt1.Po' tmpdepfile='$(DEPDIR)/encoder_example-getopt1.TPo' @AMDEPBACKSLASH@
  333. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  334. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt1.o `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
  335. encoder_example-getopt1.obj: getopt1.c
  336. @AMDEP_TRUE@ source='getopt1.c' object='encoder_example-getopt1.obj' libtool=no @AMDEPBACKSLASH@
  337. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt1.Po' tmpdepfile='$(DEPDIR)/encoder_example-getopt1.TPo' @AMDEPBACKSLASH@
  338. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  339. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt1.obj `cygpath -w getopt1.c`
  340. encoder_example-getopt1.lo: getopt1.c
  341. @AMDEP_TRUE@ source='getopt1.c' object='encoder_example-getopt1.lo' libtool=yes @AMDEPBACKSLASH@
  342. @AMDEP_TRUE@ depfile='$(DEPDIR)/encoder_example-getopt1.Plo' tmpdepfile='$(DEPDIR)/encoder_example-getopt1.TPlo' @AMDEPBACKSLASH@
  343. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  344. $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(encoder_example_CFLAGS) $(CFLAGS) -c -o encoder_example-getopt1.lo `test -f 'getopt1.c' || echo '$(srcdir)/'`getopt1.c
  345. player_example-player_example.o: player_example.c
  346. @AMDEP_TRUE@ source='player_example.c' object='player_example-player_example.o' libtool=no @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@ depfile='$(DEPDIR)/player_example-player_example.Po' tmpdepfile='$(DEPDIR)/player_example-player_example.TPo' @AMDEPBACKSLASH@
  348. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  349. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(player_example_CFLAGS) $(CFLAGS) -c -o player_example-player_example.o `test -f 'player_example.c' || echo '$(srcdir)/'`player_example.c
  350. player_example-player_example.obj: player_example.c
  351. @AMDEP_TRUE@ source='player_example.c' object='player_example-player_example.obj' libtool=no @AMDEPBACKSLASH@
  352. @AMDEP_TRUE@ depfile='$(DEPDIR)/player_example-player_example.Po' tmpdepfile='$(DEPDIR)/player_example-player_example.TPo' @AMDEPBACKSLASH@
  353. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  354. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(player_example_CFLAGS) $(CFLAGS) -c -o player_example-player_example.obj `cygpath -w player_example.c`
  355. player_example-player_example.lo: player_example.c
  356. @AMDEP_TRUE@ source='player_example.c' object='player_example-player_example.lo' libtool=yes @AMDEPBACKSLASH@
  357. @AMDEP_TRUE@ depfile='$(DEPDIR)/player_example-player_example.Plo' tmpdepfile='$(DEPDIR)/player_example-player_example.TPlo' @AMDEPBACKSLASH@
  358. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  359. $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(player_example_CFLAGS) $(CFLAGS) -c -o player_example-player_example.lo `test -f 'player_example.c' || echo '$(srcdir)/'`player_example.c
  360. png2theora-png2theora.o: png2theora.c
  361. @AMDEP_TRUE@ source='png2theora.c' object='png2theora-png2theora.o' libtool=no @AMDEPBACKSLASH@
  362. @AMDEP_TRUE@ depfile='$(DEPDIR)/png2theora-png2theora.Po' tmpdepfile='$(DEPDIR)/png2theora-png2theora.TPo' @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(png2theora_CFLAGS) $(CFLAGS) -c -o png2theora-png2theora.o `test -f 'png2theora.c' || echo '$(srcdir)/'`png2theora.c
  365. png2theora-png2theora.obj: png2theora.c
  366. @AMDEP_TRUE@ source='png2theora.c' object='png2theora-png2theora.obj' libtool=no @AMDEPBACKSLASH@
  367. @AMDEP_TRUE@ depfile='$(DEPDIR)/png2theora-png2theora.Po' tmpdepfile='$(DEPDIR)/png2theora-png2theora.TPo' @AMDEPBACKSLASH@
  368. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  369. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(png2theora_CFLAGS) $(CFLAGS) -c -o png2theora-png2theora.obj `cygpath -w png2theora.c`
  370. png2theora-png2theora.lo: png2theora.c
  371. @AMDEP_TRUE@ source='png2theora.c' object='png2theora-png2theora.lo' libtool=yes @AMDEPBACKSLASH@
  372. @AMDEP_TRUE@ depfile='$(DEPDIR)/png2theora-png2theora.Plo' tmpdepfile='$(DEPDIR)/png2theora-png2theora.TPlo' @AMDEPBACKSLASH@
  373. @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  374. $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(png2theora_CFLAGS) $(CFLAGS) -c -o png2theora-png2theora.lo `test -f 'png2theora.c' || echo '$(srcdir)/'`png2theora.c
  375. CCDEPMODE = @CCDEPMODE@
  376. mostlyclean-libtool:
  377. -rm -f *.lo
  378. clean-libtool:
  379. -rm -rf .libs _libs
  380. distclean-libtool:
  381. -rm -f libtool
  382. uninstall-info-am:
  383. ETAGS = etags
  384. ETAGSFLAGS =
  385. tags: TAGS
  386. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  387. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  388. unique=`for i in $$list; do \
  389. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  390. done | \
  391. $(AWK) ' { files[$$0] = 1; } \
  392. END { for (i in files) print i; }'`; \
  393. mkid -fID $$unique
  394. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  395. $(TAGS_FILES) $(LISP)
  396. tags=; \
  397. here=`pwd`; \
  398. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  399. unique=`for i in $$list; do \
  400. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  401. done | \
  402. $(AWK) ' { files[$$0] = 1; } \
  403. END { for (i in files) print i; }'`; \
  404. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  405. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  406. $$tags $$unique
  407. GTAGS:
  408. here=`$(am__cd) $(top_builddir) && pwd` \
  409. && cd $(top_srcdir) \
  410. && gtags -i $(GTAGS_ARGS) $$here
  411. distclean-tags:
  412. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  413. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  414. top_distdir = ..
  415. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  416. distdir: $(DISTFILES)
  417. @list='$(DISTFILES)'; for file in $$list; do \
  418. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  419. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  420. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  421. dir="/$$dir"; \
  422. $(mkinstalldirs) "$(distdir)$$dir"; \
  423. else \
  424. dir=''; \
  425. fi; \
  426. if test -d $$d/$$file; then \
  427. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  428. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  429. fi; \
  430. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  431. else \
  432. test -f $(distdir)/$$file \
  433. || cp -p $$d/$$file $(distdir)/$$file \
  434. || exit 1; \
  435. fi; \
  436. done
  437. check-am: all-am
  438. check: check-am
  439. all-am: Makefile $(PROGRAMS)
  440. installdirs:
  441. install: install-am
  442. install-exec: install-exec-am
  443. install-data: install-data-am
  444. uninstall: uninstall-am
  445. install-am: all-am
  446. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  447. installcheck: installcheck-am
  448. install-strip:
  449. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  450. INSTALL_STRIP_FLAG=-s \
  451. `test -z '$(STRIP)' || \
  452. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  453. mostlyclean-generic:
  454. clean-generic:
  455. distclean-generic:
  456. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  457. maintainer-clean-generic:
  458. @echo "This command is intended for maintainers to use"
  459. @echo "it deletes files that may require special tools to rebuild."
  460. clean: clean-am
  461. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  462. mostlyclean-am
  463. distclean: distclean-am
  464. distclean-am: clean-am distclean-compile distclean-depend \
  465. distclean-generic distclean-libtool distclean-tags
  466. dvi: dvi-am
  467. dvi-am:
  468. info: info-am
  469. info-am:
  470. install-data-am:
  471. install-exec-am:
  472. install-info: install-info-am
  473. install-man:
  474. installcheck-am:
  475. maintainer-clean: maintainer-clean-am
  476. maintainer-clean-am: distclean-am maintainer-clean-generic
  477. mostlyclean: mostlyclean-am
  478. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  479. mostlyclean-libtool
  480. uninstall-am: uninstall-info-am
  481. .PHONY: GTAGS all all-am check check-am clean clean-generic \
  482. clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
  483. distclean-depend distclean-generic distclean-libtool \
  484. distclean-tags distdir dvi dvi-am info info-am install \
  485. install-am install-data install-data-am install-exec \
  486. install-exec-am install-info install-info-am install-man \
  487. install-strip installcheck installcheck-am installdirs \
  488. maintainer-clean maintainer-clean-generic mostlyclean \
  489. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  490. tags uninstall uninstall-am uninstall-info-am
  491. debug:
  492. $(MAKE) all CFLAGS="@DEBUG@"
  493. profile:
  494. $(MAKE) all CFLAGS="@PROFILE@"
  495. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  496. # Otherwise a system limit (for SysV at least) may be exceeded.
  497. .NOEXPORT: