Makefile.in 20 KB

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