Makefile.in
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:17k
源码类别:

Audio

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. subdir = src/GSM610
  35. DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am 
  36. $(srcdir)/Makefile.in ChangeLog
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/M4/add_cflags.m4 
  39. $(top_srcdir)/M4/add_cxxflags.m4 $(top_srcdir)/M4/clip_mode.m4 
  40. $(top_srcdir)/M4/endian.m4 $(top_srcdir)/M4/extra_largefile.m4 
  41. $(top_srcdir)/M4/extra_pkg.m4 
  42. $(top_srcdir)/M4/flexible_array.m4 
  43. $(top_srcdir)/M4/gcc_version.m4 $(top_srcdir)/M4/libtool.m4 
  44. $(top_srcdir)/M4/lrint.m4 $(top_srcdir)/M4/lrintf.m4 
  45. $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 
  46. $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 
  47. $(top_srcdir)/M4/mkoctfile_version.m4 
  48. $(top_srcdir)/M4/octave.m4 $(top_srcdir)/M4/shave.m4 
  49. $(top_srcdir)/configure.ac
  50. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  51. $(ACLOCAL_M4)
  52. mkinstalldirs = $(install_sh) -d
  53. CONFIG_HEADER = $(top_builddir)/src/config.h
  54. CONFIG_CLEAN_FILES =
  55. CONFIG_CLEAN_VPATH_FILES =
  56. LTLIBRARIES = $(noinst_LTLIBRARIES)
  57. libgsm_la_LIBADD =
  58. am__objects_1 = add.lo decode.lo gsm_decode.lo gsm_encode.lo 
  59. long_term.lo preprocess.lo short_term.lo code.lo gsm_create.lo 
  60. gsm_destroy.lo gsm_option.lo lpc.lo rpe.lo table.lo
  61. am__objects_2 =
  62. am_libgsm_la_OBJECTS = $(am__objects_1) $(am__objects_2)
  63. libgsm_la_OBJECTS = $(am_libgsm_la_OBJECTS)
  64. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  65. depcomp = $(SHELL) $(top_srcdir)/Cfg/depcomp
  66. am__depfiles_maybe = depfiles
  67. am__mv = mv -f
  68. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  69. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  70. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  71. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  72. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  73. CCLD = $(CC)
  74. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  75. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  76. $(LDFLAGS) -o $@
  77. SOURCES = $(libgsm_la_SOURCES)
  78. DIST_SOURCES = $(libgsm_la_SOURCES)
  79. HEADERS = $(noinst_HEADERS)
  80. ETAGS = etags
  81. CTAGS = ctags
  82. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  83. ACLOCAL = @ACLOCAL@
  84. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  85. ALSA_LIBS = @ALSA_LIBS@
  86. AMTAR = @AMTAR@
  87. AM_MAKEFLAGS = @AM_MAKEFLAGS@
  88. AR = @AR@
  89. AUTOCONF = @AUTOCONF@
  90. # Disable autoheader. 
  91. AUTOHEADER = echo
  92. AUTOMAKE = @AUTOMAKE@
  93. AWK = @AWK@
  94. CC = @CC@
  95. CCDEPMODE = @CCDEPMODE@
  96. CFLAGS = @CFLAGS@
  97. CPP = @CPP@
  98. CPPFLAGS = @CPPFLAGS@
  99. CXX = @CXX@
  100. CXXCPP = @CXXCPP@
  101. CXXDEPMODE = @CXXDEPMODE@
  102. CXXFLAGS = @CXXFLAGS@
  103. CYGPATH_W = @CYGPATH_W@
  104. DEFS = @DEFS@
  105. DEPDIR = @DEPDIR@
  106. DSYMUTIL = @DSYMUTIL@
  107. DUMPBIN = @DUMPBIN@
  108. ECHO_C = @ECHO_C@
  109. ECHO_N = @ECHO_N@
  110. ECHO_T = @ECHO_T@
  111. EGREP = @EGREP@
  112. EXEEXT = @EXEEXT@
  113. EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
  114. EXTERNAL_LIBS = @EXTERNAL_LIBS@
  115. F77 = @F77@
  116. FC = @FC@
  117. FGREP = @FGREP@
  118. FLAC_CFLAGS = @FLAC_CFLAGS@
  119. FLAC_LIBS = @FLAC_LIBS@
  120. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  121. GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
  122. GCC_VERSION = @GCC_VERSION@
  123. GETCONF = @GETCONF@
  124. GREP = @GREP@
  125. HAVE_AUTOGEN = @HAVE_AUTOGEN@
  126. HAVE_MKOCTFILE = @HAVE_MKOCTFILE@
  127. HAVE_OCTAVE = @HAVE_OCTAVE@
  128. HAVE_OCTAVE_CONFIG = @HAVE_OCTAVE_CONFIG@
  129. HAVE_WINE = @HAVE_WINE@
  130. HOST_TRIPLET = @HOST_TRIPLET@
  131. HTML_BGCOLOUR = @HTML_BGCOLOUR@
  132. HTML_FGCOLOUR = @HTML_FGCOLOUR@
  133. INSTALL = @INSTALL@
  134. INSTALL_DATA = @INSTALL_DATA@
  135. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  136. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  137. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  138. LD = @LD@
  139. LDFLAGS = @LDFLAGS@
  140. LIBOBJS = @LIBOBJS@
  141. LIBS = @LIBS@
  142. LIBTOOL = @LIBTOOL@
  143. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  144. LIPO = @LIPO@
  145. LN_S = @LN_S@
  146. LTLIBOBJS = @LTLIBOBJS@
  147. MAKEFLAGS = @MAKEFLAGS@
  148. MAKEINFO = @MAKEINFO@
  149. MKDIR_P = @MKDIR_P@
  150. MKOCTFILE = @MKOCTFILE@
  151. MKOCTFILE_VERSION = @MKOCTFILE_VERSION@
  152. NM = @NM@
  153. NMEDIT = @NMEDIT@
  154. OBJC = @OBJC@
  155. OBJDUMP = @OBJDUMP@
  156. OBJEXT = @OBJEXT@
  157. OCTAVE = @OCTAVE@
  158. OCTAVE_CONFIG = @OCTAVE_CONFIG@
  159. OCTAVE_CONFIG_VERSION = @OCTAVE_CONFIG_VERSION@
  160. OCTAVE_DEST_MDIR = @OCTAVE_DEST_MDIR@
  161. OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@
  162. OCTAVE_VERSION = @OCTAVE_VERSION@
  163. OGG_CFLAGS = @OGG_CFLAGS@
  164. OGG_LIBS = @OGG_LIBS@
  165. OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
  166. OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
  167. OTOOL = @OTOOL@
  168. OTOOL64 = @OTOOL64@
  169. PACKAGE = @PACKAGE@
  170. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  171. PACKAGE_NAME = @PACKAGE_NAME@
  172. PACKAGE_STRING = @PACKAGE_STRING@
  173. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  174. PACKAGE_URL = @PACKAGE_URL@
  175. PACKAGE_VERSION = @PACKAGE_VERSION@
  176. PATH_SEPARATOR = @PATH_SEPARATOR@
  177. PKG_CONFIG = @PKG_CONFIG@
  178. Q = @Q@
  179. RANLIB = @RANLIB@
  180. SED = @SED@
  181. SET_MAKE = @SET_MAKE@
  182. SF_COUNT_MAX = @SF_COUNT_MAX@
  183. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  184. SHELL = @SHELL@
  185. SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
  186. SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
  187. SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
  188. SQLITE3_LIBS = @SQLITE3_LIBS@
  189. STRIP = @STRIP@
  190. TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
  191. V = @V@
  192. VERSION = @VERSION@
  193. VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
  194. VORBISENC_LIBS = @VORBISENC_LIBS@
  195. VORBIS_CFLAGS = @VORBIS_CFLAGS@
  196. VORBIS_LIBS = @VORBIS_LIBS@
  197. abs_builddir = @abs_builddir@
  198. abs_srcdir = @abs_srcdir@
  199. abs_top_builddir = @abs_top_builddir@
  200. abs_top_srcdir = @abs_top_srcdir@
  201. ac_ct_CC = @ac_ct_CC@
  202. ac_ct_CXX = @ac_ct_CXX@
  203. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  204. am__include = @am__include@
  205. am__leading_dot = @am__leading_dot@
  206. am__quote = @am__quote@
  207. am__tar = @am__tar@
  208. am__untar = @am__untar@
  209. bindir = @bindir@
  210. build = @build@
  211. build_alias = @build_alias@
  212. build_cpu = @build_cpu@
  213. build_os = @build_os@
  214. build_vendor = @build_vendor@
  215. builddir = @builddir@
  216. datadir = @datadir@
  217. datarootdir = @datarootdir@
  218. docdir = @docdir@
  219. dvidir = @dvidir@
  220. exec_prefix = @exec_prefix@
  221. host = @host@
  222. host_alias = @host_alias@
  223. host_cpu = @host_cpu@
  224. host_os = @host_os@
  225. host_vendor = @host_vendor@
  226. htmldir = @htmldir@
  227. htmldocdir = @htmldocdir@
  228. includedir = @includedir@
  229. infodir = @infodir@
  230. install_sh = @install_sh@
  231. libdir = @libdir@
  232. libexecdir = @libexecdir@
  233. localedir = @localedir@
  234. localstatedir = @localstatedir@
  235. lt_ECHO = @lt_ECHO@
  236. mandir = @mandir@
  237. mkdir_p = @mkdir_p@
  238. oldincludedir = @oldincludedir@
  239. pdfdir = @pdfdir@
  240. prefix = @prefix@
  241. program_transform_name = @program_transform_name@
  242. psdir = @psdir@
  243. sbindir = @sbindir@
  244. sharedstatedir = @sharedstatedir@
  245. shavedir = @shavedir@
  246. srcdir = @srcdir@
  247. sysconfdir = @sysconfdir@
  248. target = @target@
  249. target_alias = @target_alias@
  250. target_cpu = @target_cpu@
  251. target_os = @target_os@
  252. target_vendor = @target_vendor@
  253. top_build_prefix = @top_build_prefix@
  254. top_builddir = @top_builddir@
  255. top_srcdir = @top_srcdir@
  256. EXTRA_DIST = README COPYRIGHT ChangeLog
  257. noinst_HEADERS = gsm.h config.h gsm610_priv.h
  258. noinst_LTLIBRARIES = libgsm.la
  259. CFILES = add.c decode.c gsm_decode.c gsm_encode.c long_term.c preprocess.c 
  260. short_term.c code.c gsm_create.c gsm_destroy.c gsm_option.c lpc.c rpe.c table.c
  261. libgsm_la_SOURCES = $(CFILES) $(noinst_HEADERS)
  262. all: all-am
  263. .SUFFIXES:
  264. .SUFFIXES: .c .lo .o .obj
  265. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  266. @for dep in $?; do 
  267.   case '$(am__configure_deps)' in 
  268.     *$$dep*) 
  269.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  270.         && { if test -f $@; then exit 0; else break; fi; }; 
  271.       exit 1;; 
  272.   esac; 
  273. done; 
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/GSM610/Makefile'; 
  275. $(am__cd) $(top_srcdir) && 
  276.   $(AUTOMAKE) --gnu src/GSM610/Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in 
  280.   *config.status*) 
  281.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  282.   *) 
  283.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  284.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure:  $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. $(am__aclocal_m4_deps):
  293. clean-noinstLTLIBRARIES:
  294. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  295. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do 
  296.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  297.   test "$$dir" != "$$p" || dir=.; 
  298.   echo "rm -f "$${dir}/so_locations""; 
  299.   rm -f "$${dir}/so_locations"; 
  300. done
  301. libgsm.la: $(libgsm_la_OBJECTS) $(libgsm_la_DEPENDENCIES) 
  302. $(LINK)  $(libgsm_la_OBJECTS) $(libgsm_la_LIBADD) $(LIBS)
  303. mostlyclean-compile:
  304. -rm -f *.$(OBJEXT)
  305. distclean-compile:
  306. -rm -f *.tab.c
  307. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Plo@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/code.Plo@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_create.Plo@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_decode.Plo@am__quote@
  312. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_destroy.Plo@am__quote@
  313. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_encode.Plo@am__quote@
  314. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_option.Plo@am__quote@
  315. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/long_term.Plo@am__quote@
  316. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
  317. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preprocess.Plo@am__quote@
  318. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpe.Plo@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/short_term.Plo@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@
  321. .c.o:
  322. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  323. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  324. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  325. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  326. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  327. .c.obj:
  328. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  329. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  330. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  331. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  332. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  333. .c.lo:
  334. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  335. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  336. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  337. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  338. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  339. mostlyclean-libtool:
  340. -rm -f *.lo
  341. clean-libtool:
  342. -rm -rf .libs _libs
  343. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  344. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  345. unique=`for i in $$list; do 
  346.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  347.   done | 
  348.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  349.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  350. mkid -fID $$unique
  351. tags: TAGS
  352. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  353. $(TAGS_FILES) $(LISP)
  354. set x; 
  355. here=`pwd`; 
  356. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  357. unique=`for i in $$list; do 
  358.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  359.   done | 
  360.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  361.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  362. shift; 
  363. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  364.   test -n "$$unique" || unique=$$empty_fix; 
  365.   if test $$# -gt 0; then 
  366.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  367.       "$$@" $$unique; 
  368.   else 
  369.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  370.       $$unique; 
  371.   fi; 
  372. fi
  373. ctags: CTAGS
  374. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  375. $(TAGS_FILES) $(LISP)
  376. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  377. unique=`for i in $$list; do 
  378.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  379.   done | 
  380.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  381.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  382. test -z "$(CTAGS_ARGS)$$unique" 
  383.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  384.      $$unique
  385. GTAGS:
  386. here=`$(am__cd) $(top_builddir) && pwd` 
  387.   && $(am__cd) $(top_srcdir) 
  388.   && gtags -i $(GTAGS_ARGS) "$$here"
  389. distclean-tags:
  390. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  391. distdir: $(DISTFILES)
  392. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  393. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  394. list='$(DISTFILES)'; 
  395.   dist_files=`for file in $$list; do echo $$file; done | 
  396.   sed -e "s|^$$srcdirstrip/||;t" 
  397.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  398. case $$dist_files in 
  399.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  400.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  401.    sort -u` ;; 
  402. esac; 
  403. for file in $$dist_files; do 
  404.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  405.   if test -d $$d/$$file; then 
  406.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  407.     if test -d "$(distdir)/$$file"; then 
  408.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  409.     fi; 
  410.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  411.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  412.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  413.     fi; 
  414.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  415.   else 
  416.     test -f "$(distdir)/$$file" 
  417.     || cp -p $$d/$$file "$(distdir)/$$file" 
  418.     || exit 1; 
  419.   fi; 
  420. done
  421. check-am: all-am
  422. check: check-am
  423. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  424. installdirs:
  425. install: install-am
  426. install-exec: install-exec-am
  427. install-data: install-data-am
  428. uninstall: uninstall-am
  429. install-am: all-am
  430. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  431. installcheck: installcheck-am
  432. install-strip:
  433. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  434.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  435.   `test -z '$(STRIP)' || 
  436.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  437. mostlyclean-generic:
  438. clean-generic:
  439. distclean-generic:
  440. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  441. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  442. maintainer-clean-generic:
  443. @echo "This command is intended for maintainers to use"
  444. @echo "it deletes files that may require special tools to rebuild."
  445. clean: clean-am
  446. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  447. mostlyclean-am
  448. distclean: distclean-am
  449. -rm -rf ./$(DEPDIR)
  450. -rm -f Makefile
  451. distclean-am: clean-am distclean-compile distclean-generic 
  452. distclean-tags
  453. dvi: dvi-am
  454. dvi-am:
  455. html: html-am
  456. html-am:
  457. info: info-am
  458. info-am:
  459. install-data-am:
  460. install-dvi: install-dvi-am
  461. install-dvi-am:
  462. install-exec-am:
  463. install-html: install-html-am
  464. install-html-am:
  465. install-info: install-info-am
  466. install-info-am:
  467. install-man:
  468. install-pdf: install-pdf-am
  469. install-pdf-am:
  470. install-ps: install-ps-am
  471. install-ps-am:
  472. installcheck-am:
  473. maintainer-clean: maintainer-clean-am
  474. -rm -rf ./$(DEPDIR)
  475. -rm -f Makefile
  476. maintainer-clean-am: distclean-am maintainer-clean-generic
  477. mostlyclean: mostlyclean-am
  478. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  479. mostlyclean-libtool
  480. pdf: pdf-am
  481. pdf-am:
  482. ps: ps-am
  483. ps-am:
  484. uninstall-am:
  485. .MAKE: install-am install-strip
  486. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  487. clean-libtool clean-noinstLTLIBRARIES ctags distclean 
  488. distclean-compile distclean-generic distclean-libtool 
  489. distclean-tags distdir dvi dvi-am html html-am info info-am 
  490. install install-am install-data install-data-am install-dvi 
  491. install-dvi-am install-exec install-exec-am install-html 
  492. install-html-am install-info install-info-am install-man 
  493. install-pdf install-pdf-am install-ps install-ps-am 
  494. install-strip installcheck installcheck-am installdirs 
  495. maintainer-clean maintainer-clean-generic mostlyclean 
  496. mostlyclean-compile mostlyclean-generic mostlyclean-libtool 
  497. pdf pdf-am ps ps-am tags uninstall uninstall-am
  498. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  499. # Otherwise a system limit (for SysV at least) may be exceeded.
  500. .NOEXPORT: