Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  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. EXTRA_PROGRAMS = abx$(EXEEXT) ath$(EXEEXT) scalartest$(EXEEXT)
  88. subdir = misc
  89. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  90. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  91. $(top_srcdir)/configure.in
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(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. am_abx_OBJECTS = abx.$(OBJEXT)
  100. abx_OBJECTS = $(am_abx_OBJECTS)
  101. abx_LDADD = $(LDADD)
  102. abx_DEPENDENCIES =
  103. AM_V_lt = $(am__v_lt_@AM_V@)
  104. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  105. am__v_lt_0 = --silent
  106. am__v_lt_1 =
  107. am_ath_OBJECTS = ath.$(OBJEXT)
  108. ath_OBJECTS = $(am_ath_OBJECTS)
  109. ath_LDADD = $(LDADD)
  110. ath_DEPENDENCIES =
  111. am_scalartest_OBJECTS = scalartest.$(OBJEXT)
  112. scalartest_OBJECTS = $(am_scalartest_OBJECTS)
  113. scalartest_LDADD = $(LDADD)
  114. scalartest_DEPENDENCIES =
  115. AM_V_P = $(am__v_P_@AM_V@)
  116. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  117. am__v_P_0 = false
  118. am__v_P_1 = :
  119. AM_V_GEN = $(am__v_GEN_@AM_V@)
  120. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  121. am__v_GEN_0 = @echo " GEN " $@;
  122. am__v_GEN_1 =
  123. AM_V_at = $(am__v_at_@AM_V@)
  124. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  125. am__v_at_0 = @
  126. am__v_at_1 =
  127. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  128. depcomp = $(SHELL) $(top_srcdir)/depcomp
  129. am__depfiles_maybe = depfiles
  130. am__mv = mv -f
  131. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  132. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  133. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  134. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  135. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  136. $(AM_CFLAGS) $(CFLAGS)
  137. AM_V_CC = $(am__v_CC_@AM_V@)
  138. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  139. am__v_CC_0 = @echo " CC " $@;
  140. am__v_CC_1 =
  141. CCLD = $(CC)
  142. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  143. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  144. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  145. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  146. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  147. am__v_CCLD_0 = @echo " CCLD " $@;
  148. am__v_CCLD_1 =
  149. SOURCES = $(abx_SOURCES) $(ath_SOURCES) $(scalartest_SOURCES)
  150. DIST_SOURCES = $(abx_SOURCES) $(ath_SOURCES) $(scalartest_SOURCES)
  151. am__can_run_installinfo = \
  152. case $$AM_UPDATE_INFO_DIR in \
  153. n|no|NO) false;; \
  154. *) (install-info --version) >/dev/null 2>&1;; \
  155. esac
  156. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  157. # Read a list of newline-separated strings from the standard input,
  158. # and print each of them once, without duplicates. Input order is
  159. # *not* preserved.
  160. am__uniquify_input = $(AWK) '\
  161. BEGIN { nonempty = 0; } \
  162. { items[$$0] = 1; nonempty = 1; } \
  163. END { if (nonempty) { for (i in items) print i; }; } \
  164. '
  165. # Make sure the list of sources is unique. This is necessary because,
  166. # e.g., the same source file might be shared among _SOURCES variables
  167. # for different programs/libraries.
  168. am__define_uniq_tagged_files = \
  169. list='$(am__tagged_files)'; \
  170. unique=`for i in $$list; do \
  171. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  172. done | $(am__uniquify_input)`
  173. ETAGS = etags
  174. CTAGS = ctags
  175. am__DIST_COMMON = $(srcdir)/Makefile.in \
  176. $(top_srcdir)/Makefile.am.global $(top_srcdir)/depcomp depcomp
  177. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  178. ACLOCAL = @ACLOCAL@
  179. ALLOCA = @ALLOCA@
  180. AMTAR = @AMTAR@
  181. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  182. AR = @AR@
  183. AUTOCONF = @AUTOCONF@
  184. AUTOHEADER = @AUTOHEADER@
  185. AUTOMAKE = @AUTOMAKE@
  186. AWK = @AWK@
  187. CC = @CC@
  188. CCDEPMODE = @CCDEPMODE@
  189. CFLAGS = @CFLAGS@
  190. CONFIG_DEFS = @CONFIG_DEFS@
  191. CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
  192. CPP = @CPP@
  193. CPPFLAGS = @CPPFLAGS@
  194. CPUCCODE = @CPUCCODE@
  195. CPUTYPE = @CPUTYPE@
  196. CYGPATH_W = @CYGPATH_W@
  197. DEFS = @DEFS@
  198. DEPDIR = @DEPDIR@
  199. DLLTOOL = @DLLTOOL@
  200. DSYMUTIL = @DSYMUTIL@
  201. DUMPBIN = @DUMPBIN@
  202. ECHO_C = @ECHO_C@
  203. ECHO_N = @ECHO_N@
  204. ECHO_T = @ECHO_T@
  205. EGREP = @EGREP@
  206. EXEEXT = @EXEEXT@
  207. FGREP = @FGREP@
  208. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  209. FRONTEND_LDADD = @FRONTEND_LDADD@
  210. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  211. GREP = @GREP@
  212. GTK_CFLAGS = @GTK_CFLAGS@
  213. GTK_CONFIG = @GTK_CONFIG@
  214. GTK_LIBS = @GTK_LIBS@
  215. INCLUDES = @INCLUDES@
  216. INSTALL = @INSTALL@
  217. INSTALL_DATA = @INSTALL_DATA@
  218. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  219. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  220. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  221. LD = @LD@
  222. LDADD = @LDADD@
  223. LDFLAGS = @LDFLAGS@
  224. LIBICONV = @LIBICONV@
  225. LIBOBJS = @LIBOBJS@
  226. LIBS = @LIBS@
  227. LIBTOOL = @LIBTOOL@
  228. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  229. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  230. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  231. LIPO = @LIPO@
  232. LN_S = @LN_S@
  233. LTLIBICONV = @LTLIBICONV@
  234. LTLIBOBJS = @LTLIBOBJS@
  235. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  236. MAINT = @MAINT@
  237. MAKEDEP = @MAKEDEP@
  238. MAKEINFO = @MAKEINFO@
  239. MANIFEST_TOOL = @MANIFEST_TOOL@
  240. MKDIR_P = @MKDIR_P@
  241. NASM = @NASM@
  242. NASM_FORMAT = @NASM_FORMAT@
  243. NM = @NM@
  244. NMEDIT = @NMEDIT@
  245. OBJDUMP = @OBJDUMP@
  246. OBJEXT = @OBJEXT@
  247. OTOOL = @OTOOL@
  248. OTOOL64 = @OTOOL64@
  249. PACKAGE = @PACKAGE@
  250. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  251. PACKAGE_NAME = @PACKAGE_NAME@
  252. PACKAGE_STRING = @PACKAGE_STRING@
  253. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  254. PACKAGE_URL = @PACKAGE_URL@
  255. PACKAGE_VERSION = @PACKAGE_VERSION@
  256. PATH_SEPARATOR = @PATH_SEPARATOR@
  257. PKG_CONFIG = @PKG_CONFIG@
  258. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  259. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  260. RANLIB = @RANLIB@
  261. RM_F = @RM_F@
  262. SED = @SED@
  263. SET_MAKE = @SET_MAKE@
  264. SHELL = @SHELL@
  265. SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
  266. SNDFILE_LIBS = @SNDFILE_LIBS@
  267. STRIP = @STRIP@
  268. VERSION = @VERSION@
  269. WITH_FRONTEND = @WITH_FRONTEND@
  270. WITH_MP3RTP = @WITH_MP3RTP@
  271. WITH_MP3X = @WITH_MP3X@
  272. abs_builddir = @abs_builddir@
  273. abs_srcdir = @abs_srcdir@
  274. abs_top_builddir = @abs_top_builddir@
  275. abs_top_srcdir = @abs_top_srcdir@
  276. ac_ct_AR = @ac_ct_AR@
  277. ac_ct_CC = @ac_ct_CC@
  278. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  279. am__include = @am__include@
  280. am__leading_dot = @am__leading_dot@
  281. am__quote = @am__quote@
  282. am__tar = @am__tar@
  283. am__untar = @am__untar@
  284. bindir = @bindir@
  285. build = @build@
  286. build_alias = @build_alias@
  287. build_cpu = @build_cpu@
  288. build_os = @build_os@
  289. build_vendor = @build_vendor@
  290. builddir = @builddir@
  291. datadir = @datadir@
  292. datarootdir = @datarootdir@
  293. docdir = @docdir@
  294. dvidir = @dvidir@
  295. exec_prefix = @exec_prefix@
  296. host = @host@
  297. host_alias = @host_alias@
  298. host_cpu = @host_cpu@
  299. host_os = @host_os@
  300. host_vendor = @host_vendor@
  301. htmldir = @htmldir@
  302. includedir = @includedir@
  303. infodir = @infodir@
  304. install_sh = @install_sh@
  305. libdir = @libdir@
  306. libexecdir = @libexecdir@
  307. localedir = @localedir@
  308. localstatedir = @localstatedir@
  309. mandir = @mandir@
  310. mkdir_p = @mkdir_p@
  311. oldincludedir = @oldincludedir@
  312. pdfdir = @pdfdir@
  313. prefix = @prefix@
  314. program_transform_name = @program_transform_name@
  315. psdir = @psdir@
  316. sbindir = @sbindir@
  317. sharedstatedir = @sharedstatedir@
  318. srcdir = @srcdir@
  319. sysconfdir = @sysconfdir@
  320. target_alias = @target_alias@
  321. top_build_prefix = @top_build_prefix@
  322. top_builddir = @top_builddir@
  323. top_srcdir = @top_srcdir@
  324. AUTOMAKE_OPTIONS = 1.15 foreign
  325. CLEANFILES = $(EXTRA_PROGRAMS)
  326. EXTRA_SCRIPTS = \
  327. auenc \
  328. lameid3.pl \
  329. mugeco.sh \
  330. mlame \
  331. mk_mp3.sh
  332. EXTRA_DIST = \
  333. $(EXTRA_SCRIPTS) \
  334. Lame.vbs \
  335. lameGUI.html \
  336. lame4dos.bat \
  337. mlame_corr.c
  338. abx_SOURCES = abx.c
  339. ath_SOURCES = ath.c
  340. scalartest_SOURCES = scalartest.c
  341. all: all-am
  342. .SUFFIXES:
  343. .SUFFIXES: .c .lo .o .obj
  344. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
  345. @for dep in $?; do \
  346. case '$(am__configure_deps)' in \
  347. *$$dep*) \
  348. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  349. && { if test -f $@; then exit 0; else break; fi; }; \
  350. exit 1;; \
  351. esac; \
  352. done; \
  353. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign misc/Makefile'; \
  354. $(am__cd) $(top_srcdir) && \
  355. $(AUTOMAKE) --foreign misc/Makefile
  356. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  357. @case '$?' in \
  358. *config.status*) \
  359. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  360. *) \
  361. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  362. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  363. esac;
  364. $(top_srcdir)/Makefile.am.global $(am__empty):
  365. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  366. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  367. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  368. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  369. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  370. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  371. $(am__aclocal_m4_deps):
  372. abx$(EXEEXT): $(abx_OBJECTS) $(abx_DEPENDENCIES) $(EXTRA_abx_DEPENDENCIES)
  373. @rm -f abx$(EXEEXT)
  374. $(AM_V_CCLD)$(LINK) $(abx_OBJECTS) $(abx_LDADD) $(LIBS)
  375. ath$(EXEEXT): $(ath_OBJECTS) $(ath_DEPENDENCIES) $(EXTRA_ath_DEPENDENCIES)
  376. @rm -f ath$(EXEEXT)
  377. $(AM_V_CCLD)$(LINK) $(ath_OBJECTS) $(ath_LDADD) $(LIBS)
  378. scalartest$(EXEEXT): $(scalartest_OBJECTS) $(scalartest_DEPENDENCIES) $(EXTRA_scalartest_DEPENDENCIES)
  379. @rm -f scalartest$(EXEEXT)
  380. $(AM_V_CCLD)$(LINK) $(scalartest_OBJECTS) $(scalartest_LDADD) $(LIBS)
  381. mostlyclean-compile:
  382. -rm -f *.$(OBJEXT)
  383. distclean-compile:
  384. -rm -f *.tab.c
  385. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abx.Po@am__quote@
  386. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ath.Po@am__quote@
  387. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scalartest.Po@am__quote@
  388. .c.o:
  389. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  390. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  391. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  392. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  393. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  394. .c.obj:
  395. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  396. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  397. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  398. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  399. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  400. .c.lo:
  401. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  402. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  403. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  404. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  405. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  406. mostlyclean-libtool:
  407. -rm -f *.lo
  408. clean-libtool:
  409. -rm -rf .libs _libs
  410. ID: $(am__tagged_files)
  411. $(am__define_uniq_tagged_files); mkid -fID $$unique
  412. tags: tags-am
  413. TAGS: tags
  414. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  415. set x; \
  416. here=`pwd`; \
  417. $(am__define_uniq_tagged_files); \
  418. shift; \
  419. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  420. test -n "$$unique" || unique=$$empty_fix; \
  421. if test $$# -gt 0; then \
  422. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  423. "$$@" $$unique; \
  424. else \
  425. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  426. $$unique; \
  427. fi; \
  428. fi
  429. ctags: ctags-am
  430. CTAGS: ctags
  431. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  432. $(am__define_uniq_tagged_files); \
  433. test -z "$(CTAGS_ARGS)$$unique" \
  434. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  435. $$unique
  436. GTAGS:
  437. here=`$(am__cd) $(top_builddir) && pwd` \
  438. && $(am__cd) $(top_srcdir) \
  439. && gtags -i $(GTAGS_ARGS) "$$here"
  440. cscopelist: cscopelist-am
  441. cscopelist-am: $(am__tagged_files)
  442. list='$(am__tagged_files)'; \
  443. case "$(srcdir)" in \
  444. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  445. *) sdir=$(subdir)/$(srcdir) ;; \
  446. esac; \
  447. for i in $$list; do \
  448. if test -f "$$i"; then \
  449. echo "$(subdir)/$$i"; \
  450. else \
  451. echo "$$sdir/$$i"; \
  452. fi; \
  453. done >> $(top_builddir)/cscope.files
  454. distclean-tags:
  455. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  456. distdir: $(DISTFILES)
  457. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  458. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  459. list='$(DISTFILES)'; \
  460. dist_files=`for file in $$list; do echo $$file; done | \
  461. sed -e "s|^$$srcdirstrip/||;t" \
  462. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  463. case $$dist_files in \
  464. */*) $(MKDIR_P) `echo "$$dist_files" | \
  465. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  466. sort -u` ;; \
  467. esac; \
  468. for file in $$dist_files; do \
  469. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  470. if test -d $$d/$$file; then \
  471. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  472. if test -d "$(distdir)/$$file"; then \
  473. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  474. fi; \
  475. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  476. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  477. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  478. fi; \
  479. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  480. else \
  481. test -f "$(distdir)/$$file" \
  482. || cp -p $$d/$$file "$(distdir)/$$file" \
  483. || exit 1; \
  484. fi; \
  485. done
  486. check-am: all-am
  487. check: check-am
  488. all-am: Makefile
  489. installdirs:
  490. install: install-am
  491. install-exec: install-exec-am
  492. install-data: install-data-am
  493. uninstall: uninstall-am
  494. install-am: all-am
  495. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  496. installcheck: installcheck-am
  497. install-strip:
  498. if test -z '$(STRIP)'; then \
  499. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  500. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  501. install; \
  502. else \
  503. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  504. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  505. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  506. fi
  507. mostlyclean-generic:
  508. clean-generic:
  509. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  510. distclean-generic:
  511. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  512. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  513. maintainer-clean-generic:
  514. @echo "This command is intended for maintainers to use"
  515. @echo "it deletes files that may require special tools to rebuild."
  516. clean: clean-am
  517. clean-am: clean-generic clean-libtool mostlyclean-am
  518. distclean: distclean-am
  519. -rm -rf ./$(DEPDIR)
  520. -rm -f Makefile
  521. distclean-am: clean-am distclean-compile distclean-generic \
  522. distclean-tags
  523. dvi: dvi-am
  524. dvi-am:
  525. html: html-am
  526. html-am:
  527. info: info-am
  528. info-am:
  529. install-data-am:
  530. install-dvi: install-dvi-am
  531. install-dvi-am:
  532. install-exec-am:
  533. install-html: install-html-am
  534. install-html-am:
  535. install-info: install-info-am
  536. install-info-am:
  537. install-man:
  538. install-pdf: install-pdf-am
  539. install-pdf-am:
  540. install-ps: install-ps-am
  541. install-ps-am:
  542. installcheck-am:
  543. maintainer-clean: maintainer-clean-am
  544. -rm -rf ./$(DEPDIR)
  545. -rm -f Makefile
  546. maintainer-clean-am: distclean-am maintainer-clean-generic
  547. mostlyclean: mostlyclean-am
  548. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  549. mostlyclean-libtool
  550. pdf: pdf-am
  551. pdf-am:
  552. ps: ps-am
  553. ps-am:
  554. uninstall-am:
  555. .MAKE: install-am install-strip
  556. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  557. clean-libtool cscopelist-am ctags ctags-am distclean \
  558. distclean-compile distclean-generic distclean-libtool \
  559. distclean-tags distdir dvi dvi-am html html-am info info-am \
  560. install install-am install-data install-data-am install-dvi \
  561. install-dvi-am install-exec install-exec-am install-html \
  562. install-html-am install-info install-info-am install-man \
  563. install-pdf install-pdf-am install-ps install-ps-am \
  564. install-strip installcheck installcheck-am installdirs \
  565. maintainer-clean maintainer-clean-generic mostlyclean \
  566. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  567. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
  568. .PRECIOUS: Makefile
  569. # end global section
  570. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  571. # Otherwise a system limit (for SysV at least) may be exceeded.
  572. .NOEXPORT: