Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. # global section for every Makefile.am
  13. VPATH = @srcdir@
  14. am__is_gnu_make = { \
  15. if test -z '$(MAKELEVEL)'; then \
  16. false; \
  17. elif test -n '$(MAKE_HOST)'; then \
  18. true; \
  19. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  20. true; \
  21. else \
  22. false; \
  23. fi; \
  24. }
  25. am__make_running_with_option = \
  26. case $${target_option-} in \
  27. ?) ;; \
  28. *) echo "am__make_running_with_option: internal error: invalid" \
  29. "target option '$${target_option-}' specified" >&2; \
  30. exit 1;; \
  31. esac; \
  32. has_opt=no; \
  33. sane_makeflags=$$MAKEFLAGS; \
  34. if $(am__is_gnu_make); then \
  35. sane_makeflags=$$MFLAGS; \
  36. else \
  37. case $$MAKEFLAGS in \
  38. *\\[\ \ ]*) \
  39. bs=\\; \
  40. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  41. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  42. esac; \
  43. fi; \
  44. skip_next=no; \
  45. strip_trailopt () \
  46. { \
  47. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  48. }; \
  49. for flg in $$sane_makeflags; do \
  50. test $$skip_next = yes && { skip_next=no; continue; }; \
  51. case $$flg in \
  52. *=*|--*) continue;; \
  53. -*I) strip_trailopt 'I'; skip_next=yes;; \
  54. -*I?*) strip_trailopt 'I';; \
  55. -*O) strip_trailopt 'O'; skip_next=yes;; \
  56. -*O?*) strip_trailopt 'O';; \
  57. -*l) strip_trailopt 'l'; skip_next=yes;; \
  58. -*l?*) strip_trailopt 'l';; \
  59. -[dEDm]) skip_next=yes;; \
  60. -[JT]) skip_next=yes;; \
  61. esac; \
  62. case $$flg in \
  63. *$$target_option*) has_opt=yes; break;; \
  64. esac; \
  65. done; \
  66. test $$has_opt = yes
  67. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  68. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  69. pkgdatadir = $(datadir)/@PACKAGE@
  70. pkgincludedir = $(includedir)/@PACKAGE@
  71. pkglibdir = $(libdir)/@PACKAGE@
  72. pkglibexecdir = $(libexecdir)/@PACKAGE@
  73. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  74. install_sh_DATA = $(install_sh) -c -m 644
  75. install_sh_PROGRAM = $(install_sh) -c
  76. install_sh_SCRIPT = $(install_sh) -c
  77. INSTALL_HEADER = $(INSTALL_DATA)
  78. transform = $(program_transform_name)
  79. NORMAL_INSTALL = :
  80. PRE_INSTALL = :
  81. POST_INSTALL = :
  82. NORMAL_UNINSTALL = :
  83. PRE_UNINSTALL = :
  84. POST_UNINSTALL = :
  85. build_triplet = @build@
  86. host_triplet = @host@
  87. subdir = mpglib
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  90. $(top_srcdir)/configure.in
  91. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  92. $(ACLOCAL_M4)
  93. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  94. $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. LTLIBRARIES = $(noinst_LTLIBRARIES)
  100. libmpgdecoder_la_LIBADD =
  101. am_libmpgdecoder_la_OBJECTS = common.lo dct64_i386.lo decode_i386.lo \
  102. interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo
  103. libmpgdecoder_la_OBJECTS = $(am_libmpgdecoder_la_OBJECTS)
  104. AM_V_lt = $(am__v_lt_@AM_V@)
  105. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  106. am__v_lt_0 = --silent
  107. am__v_lt_1 =
  108. AM_V_P = $(am__v_P_@AM_V@)
  109. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  110. am__v_P_0 = false
  111. am__v_P_1 = :
  112. AM_V_GEN = $(am__v_GEN_@AM_V@)
  113. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  114. am__v_GEN_0 = @echo " GEN " $@;
  115. am__v_GEN_1 =
  116. AM_V_at = $(am__v_at_@AM_V@)
  117. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  118. am__v_at_0 = @
  119. am__v_at_1 =
  120. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  121. depcomp = $(SHELL) $(top_srcdir)/depcomp
  122. am__depfiles_maybe = depfiles
  123. am__mv = mv -f
  124. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  125. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  126. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  127. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  128. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  129. $(AM_CFLAGS) $(CFLAGS)
  130. AM_V_CC = $(am__v_CC_@AM_V@)
  131. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  132. am__v_CC_0 = @echo " CC " $@;
  133. am__v_CC_1 =
  134. CCLD = $(CC)
  135. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  136. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  137. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  138. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  139. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  140. am__v_CCLD_0 = @echo " CCLD " $@;
  141. am__v_CCLD_1 =
  142. SOURCES = $(libmpgdecoder_la_SOURCES)
  143. DIST_SOURCES = $(libmpgdecoder_la_SOURCES)
  144. am__can_run_installinfo = \
  145. case $$AM_UPDATE_INFO_DIR in \
  146. n|no|NO) false;; \
  147. *) (install-info --version) >/dev/null 2>&1;; \
  148. esac
  149. HEADERS = $(noinst_HEADERS)
  150. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  151. # Read a list of newline-separated strings from the standard input,
  152. # and print each of them once, without duplicates. Input order is
  153. # *not* preserved.
  154. am__uniquify_input = $(AWK) '\
  155. BEGIN { nonempty = 0; } \
  156. { items[$$0] = 1; nonempty = 1; } \
  157. END { if (nonempty) { for (i in items) print i; }; } \
  158. '
  159. # Make sure the list of sources is unique. This is necessary because,
  160. # e.g., the same source file might be shared among _SOURCES variables
  161. # for different programs/libraries.
  162. am__define_uniq_tagged_files = \
  163. list='$(am__tagged_files)'; \
  164. unique=`for i in $$list; do \
  165. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  166. done | $(am__uniquify_input)`
  167. ETAGS = etags
  168. CTAGS = ctags
  169. am__DIST_COMMON = $(srcdir)/Makefile.in \
  170. $(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp AUTHORS \
  171. README depcomp
  172. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  173. ACLOCAL = @ACLOCAL@
  174. ALLOCA = @ALLOCA@
  175. AMTAR = @AMTAR@
  176. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  177. AR = @AR@
  178. AUTOCONF = @AUTOCONF@
  179. AUTOHEADER = @AUTOHEADER@
  180. AUTOMAKE = @AUTOMAKE@
  181. AWK = @AWK@
  182. CC = @CC@
  183. CCDEPMODE = @CCDEPMODE@
  184. CFLAGS = @CFLAGS@
  185. CONFIG_DEFS = @CONFIG_DEFS@
  186. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  187. CPP = @CPP@
  188. CPPFLAGS = @CPPFLAGS@
  189. CPUCCODE = @CPUCCODE@
  190. CPUTYPE = @CPUTYPE@
  191. CYGPATH_W = @CYGPATH_W@
  192. DEFS = @DEFS@ @CONFIG_DEFS@
  193. DEPDIR = @DEPDIR@
  194. DLLTOOL = @DLLTOOL@
  195. DSYMUTIL = @DSYMUTIL@
  196. DUMPBIN = @DUMPBIN@
  197. ECHO_C = @ECHO_C@
  198. ECHO_N = @ECHO_N@
  199. ECHO_T = @ECHO_T@
  200. EGREP = @EGREP@
  201. EXEEXT = @EXEEXT@
  202. FGREP = @FGREP@
  203. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  204. FRONTEND_LDADD = @FRONTEND_LDADD@
  205. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  206. GREP = @GREP@
  207. GTK_CFLAGS = @GTK_CFLAGS@
  208. GTK_CONFIG = @GTK_CONFIG@
  209. GTK_LIBS = @GTK_LIBS@
  210. INCLUDES = @INCLUDES@ -I$(top_srcdir)/libmp3lame -I$(top_builddir)
  211. INSTALL = @INSTALL@
  212. INSTALL_DATA = @INSTALL_DATA@
  213. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  214. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  215. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  216. LD = @LD@
  217. LDADD = @LDADD@
  218. LDFLAGS = @LDFLAGS@
  219. LIBICONV = @LIBICONV@
  220. LIBOBJS = @LIBOBJS@
  221. LIBS = @LIBS@
  222. LIBTOOL = @LIBTOOL@
  223. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  224. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  225. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  226. LIPO = @LIPO@
  227. LN_S = @LN_S@
  228. LTLIBICONV = @LTLIBICONV@
  229. LTLIBOBJS = @LTLIBOBJS@
  230. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  231. MAINT = @MAINT@
  232. MAKEDEP = @MAKEDEP@
  233. MAKEINFO = @MAKEINFO@
  234. MANIFEST_TOOL = @MANIFEST_TOOL@
  235. MKDIR_P = @MKDIR_P@
  236. NASM = @NASM@
  237. NASM_FORMAT = @NASM_FORMAT@
  238. NM = @NM@
  239. NMEDIT = @NMEDIT@
  240. OBJDUMP = @OBJDUMP@
  241. OBJEXT = @OBJEXT@
  242. OTOOL = @OTOOL@
  243. OTOOL64 = @OTOOL64@
  244. PACKAGE = @PACKAGE@
  245. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  246. PACKAGE_NAME = @PACKAGE_NAME@
  247. PACKAGE_STRING = @PACKAGE_STRING@
  248. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  249. PACKAGE_URL = @PACKAGE_URL@
  250. PACKAGE_VERSION = @PACKAGE_VERSION@
  251. PATH_SEPARATOR = @PATH_SEPARATOR@
  252. PKG_CONFIG = @PKG_CONFIG@
  253. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  254. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  255. RANLIB = @RANLIB@
  256. RM_F = @RM_F@
  257. SED = @SED@
  258. SET_MAKE = @SET_MAKE@
  259. SHELL = @SHELL@
  260. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  261. SNDFILE_LIBS = @SNDFILE_LIBS@
  262. STRIP = @STRIP@
  263. VERSION = @VERSION@
  264. WITH_FRONTEND = @WITH_FRONTEND@
  265. WITH_MP3RTP = @WITH_MP3RTP@
  266. WITH_MP3X = @WITH_MP3X@
  267. abs_builddir = @abs_builddir@
  268. abs_srcdir = @abs_srcdir@
  269. abs_top_builddir = @abs_top_builddir@
  270. abs_top_srcdir = @abs_top_srcdir@
  271. ac_ct_AR = @ac_ct_AR@
  272. ac_ct_CC = @ac_ct_CC@
  273. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  274. am__include = @am__include@
  275. am__leading_dot = @am__leading_dot@
  276. am__quote = @am__quote@
  277. am__tar = @am__tar@
  278. am__untar = @am__untar@
  279. bindir = @bindir@
  280. build = @build@
  281. build_alias = @build_alias@
  282. build_cpu = @build_cpu@
  283. build_os = @build_os@
  284. build_vendor = @build_vendor@
  285. builddir = @builddir@
  286. datadir = @datadir@
  287. datarootdir = @datarootdir@
  288. docdir = @docdir@
  289. dvidir = @dvidir@
  290. exec_prefix = @exec_prefix@
  291. host = @host@
  292. host_alias = @host_alias@
  293. host_cpu = @host_cpu@
  294. host_os = @host_os@
  295. host_vendor = @host_vendor@
  296. htmldir = @htmldir@
  297. includedir = @includedir@
  298. infodir = @infodir@
  299. install_sh = @install_sh@
  300. libdir = @libdir@
  301. libexecdir = @libexecdir@
  302. localedir = @localedir@
  303. localstatedir = @localstatedir@
  304. mandir = @mandir@
  305. mkdir_p = @mkdir_p@
  306. oldincludedir = @oldincludedir@
  307. pdfdir = @pdfdir@
  308. prefix = @prefix@
  309. program_transform_name = @program_transform_name@
  310. psdir = @psdir@
  311. sbindir = @sbindir@
  312. sharedstatedir = @sharedstatedir@
  313. srcdir = @srcdir@
  314. sysconfdir = @sysconfdir@
  315. target_alias = @target_alias@
  316. top_build_prefix = @top_build_prefix@
  317. top_builddir = @top_builddir@
  318. top_srcdir = @top_srcdir@
  319. AUTOMAKE_OPTIONS = 1.15 foreign
  320. EXTRA_DIST = \
  321. AUTHORS \
  322. README
  323. noinst_LTLIBRARIES = libmpgdecoder.la
  324. libmpgdecoder_la_SOURCES = common.c \
  325. dct64_i386.c \
  326. decode_i386.c \
  327. interface.c \
  328. layer1.c \
  329. layer2.c \
  330. layer3.c \
  331. tabinit.c
  332. noinst_HEADERS = common.h \
  333. dct64_i386.h \
  334. decode_i386.h \
  335. huffman.h \
  336. interface.h \
  337. l2tables.h \
  338. layer1.h \
  339. layer2.h \
  340. layer3.h \
  341. mpg123.h \
  342. mpglib.h \
  343. tabinit.h
  344. LCLINTFLAGS = \
  345. +posixlib \
  346. +showsummary \
  347. +showalluses \
  348. +whichlib \
  349. +forcehints \
  350. -fixedformalarray \
  351. +matchanyintegral \
  352. -Dlint
  353. all: all-am
  354. .SUFFIXES:
  355. .SUFFIXES: .c .lo .o .obj
  356. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  357. @for dep in $?; do \
  358. case '$(am__configure_deps)' in \
  359. *$$dep*) \
  360. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  361. && { if test -f $@; then exit 0; else break; fi; }; \
  362. exit 1;; \
  363. esac; \
  364. done; \
  365. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mpglib/Makefile'; \
  366. $(am__cd) $(top_srcdir) && \
  367. $(AUTOMAKE) --foreign mpglib/Makefile
  368. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  369. @case '$?' in \
  370. *config.status*) \
  371. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  372. *) \
  373. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  374. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  375. esac;
  376. $(top_srcdir)/Makefile.am.global $(am__empty):
  377. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  378. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  379. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  380. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  381. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  382. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  383. $(am__aclocal_m4_deps):
  384. clean-noinstLTLIBRARIES:
  385. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  386. @list='$(noinst_LTLIBRARIES)'; \
  387. locs=`for p in $$list; do echo $$p; done | \
  388. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  389. sort -u`; \
  390. test -z "$$locs" || { \
  391. echo rm -f $${locs}; \
  392. rm -f $${locs}; \
  393. }
  394. libmpgdecoder.la: $(libmpgdecoder_la_OBJECTS) $(libmpgdecoder_la_DEPENDENCIES) $(EXTRA_libmpgdecoder_la_DEPENDENCIES)
  395. $(AM_V_CCLD)$(LINK) $(libmpgdecoder_la_OBJECTS) $(libmpgdecoder_la_LIBADD) $(LIBS)
  396. mostlyclean-compile:
  397. -rm -f *.$(OBJEXT)
  398. distclean-compile:
  399. -rm -f *.tab.c
  400. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
  401. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dct64_i386.Plo@am__quote@
  402. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode_i386.Plo@am__quote@
  403. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Plo@am__quote@
  404. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layer1.Plo@am__quote@
  405. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layer2.Plo@am__quote@
  406. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layer3.Plo@am__quote@
  407. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabinit.Plo@am__quote@
  408. .c.o:
  409. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  410. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  411. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  412. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  413. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  414. .c.obj:
  415. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  416. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  417. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  418. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  419. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  420. .c.lo:
  421. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  422. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  423. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  424. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  425. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  426. mostlyclean-libtool:
  427. -rm -f *.lo
  428. clean-libtool:
  429. -rm -rf .libs _libs
  430. ID: $(am__tagged_files)
  431. $(am__define_uniq_tagged_files); mkid -fID $$unique
  432. tags: tags-am
  433. TAGS: tags
  434. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  435. set x; \
  436. here=`pwd`; \
  437. $(am__define_uniq_tagged_files); \
  438. shift; \
  439. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  440. test -n "$$unique" || unique=$$empty_fix; \
  441. if test $$# -gt 0; then \
  442. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  443. "$$@" $$unique; \
  444. else \
  445. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  446. $$unique; \
  447. fi; \
  448. fi
  449. ctags: ctags-am
  450. CTAGS: ctags
  451. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  452. $(am__define_uniq_tagged_files); \
  453. test -z "$(CTAGS_ARGS)$$unique" \
  454. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  455. $$unique
  456. GTAGS:
  457. here=`$(am__cd) $(top_builddir) && pwd` \
  458. && $(am__cd) $(top_srcdir) \
  459. && gtags -i $(GTAGS_ARGS) "$$here"
  460. cscopelist: cscopelist-am
  461. cscopelist-am: $(am__tagged_files)
  462. list='$(am__tagged_files)'; \
  463. case "$(srcdir)" in \
  464. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  465. *) sdir=$(subdir)/$(srcdir) ;; \
  466. esac; \
  467. for i in $$list; do \
  468. if test -f "$$i"; then \
  469. echo "$(subdir)/$$i"; \
  470. else \
  471. echo "$$sdir/$$i"; \
  472. fi; \
  473. done >> $(top_builddir)/cscope.files
  474. distclean-tags:
  475. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  476. distdir: $(DISTFILES)
  477. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  478. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  479. list='$(DISTFILES)'; \
  480. dist_files=`for file in $$list; do echo $$file; done | \
  481. sed -e "s|^$$srcdirstrip/||;t" \
  482. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  483. case $$dist_files in \
  484. */*) $(MKDIR_P) `echo "$$dist_files" | \
  485. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  486. sort -u` ;; \
  487. esac; \
  488. for file in $$dist_files; do \
  489. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  490. if test -d $$d/$$file; then \
  491. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  492. if test -d "$(distdir)/$$file"; then \
  493. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  494. fi; \
  495. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  496. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  497. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  498. fi; \
  499. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  500. else \
  501. test -f "$(distdir)/$$file" \
  502. || cp -p $$d/$$file "$(distdir)/$$file" \
  503. || exit 1; \
  504. fi; \
  505. done
  506. check-am: all-am
  507. check: check-am
  508. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  509. installdirs:
  510. install: install-am
  511. install-exec: install-exec-am
  512. install-data: install-data-am
  513. uninstall: uninstall-am
  514. install-am: all-am
  515. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  516. installcheck: installcheck-am
  517. install-strip:
  518. if test -z '$(STRIP)'; then \
  519. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  520. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  521. install; \
  522. else \
  523. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  524. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  525. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  526. fi
  527. mostlyclean-generic:
  528. clean-generic:
  529. distclean-generic:
  530. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  531. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  532. maintainer-clean-generic:
  533. @echo "This command is intended for maintainers to use"
  534. @echo "it deletes files that may require special tools to rebuild."
  535. clean: clean-am
  536. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  537. mostlyclean-am
  538. distclean: distclean-am
  539. -rm -rf ./$(DEPDIR)
  540. -rm -f Makefile
  541. distclean-am: clean-am distclean-compile distclean-generic \
  542. distclean-tags
  543. dvi: dvi-am
  544. dvi-am:
  545. html: html-am
  546. html-am:
  547. info: info-am
  548. info-am:
  549. install-data-am:
  550. install-dvi: install-dvi-am
  551. install-dvi-am:
  552. install-exec-am:
  553. install-html: install-html-am
  554. install-html-am:
  555. install-info: install-info-am
  556. install-info-am:
  557. install-man:
  558. install-pdf: install-pdf-am
  559. install-pdf-am:
  560. install-ps: install-ps-am
  561. install-ps-am:
  562. installcheck-am:
  563. maintainer-clean: maintainer-clean-am
  564. -rm -rf ./$(DEPDIR)
  565. -rm -f Makefile
  566. maintainer-clean-am: distclean-am maintainer-clean-generic
  567. mostlyclean: mostlyclean-am
  568. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  569. mostlyclean-libtool
  570. pdf: pdf-am
  571. pdf-am:
  572. ps: ps-am
  573. ps-am:
  574. uninstall-am:
  575. .MAKE: install-am install-strip
  576. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  577. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  578. ctags-am distclean distclean-compile distclean-generic \
  579. distclean-libtool distclean-tags distdir dvi dvi-am html \
  580. html-am info info-am install install-am install-data \
  581. install-data-am install-dvi install-dvi-am install-exec \
  582. install-exec-am install-html install-html-am install-info \
  583. install-info-am install-man install-pdf install-pdf-am \
  584. install-ps install-ps-am install-strip installcheck \
  585. installcheck-am installdirs maintainer-clean \
  586. maintainer-clean-generic mostlyclean mostlyclean-compile \
  587. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  588. tags tags-am uninstall uninstall-am
  589. .PRECIOUS: Makefile
  590. # end global section
  591. lclint.txt: ${libmpgdecoder_la_SOURCES} ${noinst_HEADERS}
  592. @lclint ${LCLINTFLAGS} ${INCLUDES} ${DEFS} ${libmpgdecoder_la_SOURCES} 2>&1 >lclint.txt || true
  593. lclint: lclint.txt
  594. more lclint.txt
  595. #$(OBJECTS): libtool
  596. #libtool: $(LIBTOOL_DEPS)
  597. # $(SHELL) $(top_builddir)/config.status --recheck
  598. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  599. # Otherwise a system limit (for SysV at least) may be exceeded.
  600. .NOEXPORT: