Makefile.in
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:22k
源码类别:

驱动编程

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = .
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am 
  36. $(srcdir)/Makefile.in $(srcdir)/config.h.in 
  37. $(srcdir)/gnomeradio.spec.in $(top_srcdir)/configure AUTHORS 
  38. COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub 
  39. depcomp install-sh ltmain.sh missing mkinstalldirs
  40. subdir = .
  41. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  42. am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 
  43. $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
  44. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  45. $(ACLOCAL_M4)
  46. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  47.  configure.lineno configure.status.lineno
  48. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  49. CONFIG_HEADER = config.h
  50. CONFIG_CLEAN_FILES = gnomeradio.spec
  51. SOURCES =
  52. DIST_SOURCES =
  53. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  54. html-recursive info-recursive install-data-recursive 
  55. install-exec-recursive install-info-recursive 
  56. install-recursive installcheck-recursive installdirs-recursive 
  57. pdf-recursive ps-recursive uninstall-info-recursive 
  58. uninstall-recursive
  59. ETAGS = etags
  60. CTAGS = ctags
  61. DIST_SUBDIRS = $(SUBDIRS)
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. distdir = $(PACKAGE)-$(VERSION)
  64. top_distdir = $(distdir)
  65. am__remove_distdir = 
  66.   { test ! -d $(distdir) 
  67.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  68.          && rm -fr $(distdir); }; }
  69. DIST_ARCHIVES = $(distdir).tar.gz
  70. GZIP_ENV = --best
  71. distcleancheck_listfiles = find . -type f -print
  72. ACLOCAL = @ACLOCAL@
  73. ALL_LINGUAS = @ALL_LINGUAS@
  74. AMDEP_FALSE = @AMDEP_FALSE@
  75. AMDEP_TRUE = @AMDEP_TRUE@
  76. AMTAR = @AMTAR@
  77. AR = @AR@
  78. AUTOCONF = @AUTOCONF@
  79. AUTOHEADER = @AUTOHEADER@
  80. AUTOMAKE = @AUTOMAKE@
  81. AWK = @AWK@
  82. CATALOGS = @CATALOGS@
  83. CATOBJEXT = @CATOBJEXT@
  84. CC = @CC@
  85. CCDEPMODE = @CCDEPMODE@
  86. CFLAGS = @CFLAGS@
  87. CPP = @CPP@
  88. CPPFLAGS = @CPPFLAGS@
  89. CXX = @CXX@
  90. CXXCPP = @CXXCPP@
  91. CXXDEPMODE = @CXXDEPMODE@
  92. CXXFLAGS = @CXXFLAGS@
  93. CYGPATH_W = @CYGPATH_W@
  94. DATADIRNAME = @DATADIRNAME@
  95. DEFS = @DEFS@
  96. DEPDIR = @DEPDIR@
  97. DOC_USER_FORMATS = @DOC_USER_FORMATS@
  98. ECHO = @ECHO@
  99. ECHO_C = @ECHO_C@
  100. ECHO_N = @ECHO_N@
  101. ECHO_T = @ECHO_T@
  102. EGREP = @EGREP@
  103. ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
  104. ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
  105. EXEEXT = @EXEEXT@
  106. F77 = @F77@
  107. FFLAGS = @FFLAGS@
  108. GCONFTOOL = @GCONFTOOL@
  109. GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
  110. GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
  111. GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
  112. GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
  113. GDU_MODULE_VERSION_CHECK_CFLAGS = @GDU_MODULE_VERSION_CHECK_CFLAGS@
  114. GDU_MODULE_VERSION_CHECK_LIBS = @GDU_MODULE_VERSION_CHECK_LIBS@
  115. GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
  116. GMOFILES = @GMOFILES@
  117. GMSGFMT = @GMSGFMT@
  118. GNOME14_CFLAGS = @GNOME14_CFLAGS@
  119. GNOME14_LIBS = @GNOME14_LIBS@
  120. GNOME_14 = @GNOME_14@
  121. GNOME_CFLAGS = @GNOME_CFLAGS@
  122. GNOME_LIBS = @GNOME_LIBS@
  123. GREP = @GREP@
  124. GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
  125. GSTREAMER_LIBS = @GSTREAMER_LIBS@
  126. HELP_DIR = @HELP_DIR@
  127. INSTALL_DATA = @INSTALL_DATA@
  128. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  129. INSTALL_SCHEMAS_FALSE = @INSTALL_SCHEMAS_FALSE@
  130. INSTALL_SCHEMAS_TRUE = @INSTALL_SCHEMAS_TRUE@
  131. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  132. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  133. INSTOBJEXT = @INSTOBJEXT@
  134. INTLLIBS = @INTLLIBS@
  135. INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
  136. INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
  137. INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
  138. INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
  139. INTLTOOL_ICONV = @INTLTOOL_ICONV@
  140. INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
  141. INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
  142. INTLTOOL_MERGE = @INTLTOOL_MERGE@
  143. INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
  144. INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
  145. INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
  146. INTLTOOL_PERL = @INTLTOOL_PERL@
  147. INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
  148. INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
  149. INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
  150. INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
  151. INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
  152. INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
  153. INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
  154. INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
  155. INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
  156. INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
  157. INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
  158. INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
  159. INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
  160. INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
  161. LDFLAGS = @LDFLAGS@
  162. LIBOBJS = @LIBOBJS@
  163. LIBS = @LIBS@
  164. LIBTOOL = @LIBTOOL@
  165. LIRC = @LIRC@
  166. LN_S = @LN_S@
  167. LTLIBOBJS = @LTLIBOBJS@
  168. MAINT = @MAINT@
  169. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  170. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  171. MAKEINFO = @MAKEINFO@
  172. MKINSTALLDIRS = @MKINSTALLDIRS@
  173. MSGFMT = @MSGFMT@
  174. OBJEXT = @OBJEXT@
  175. OMF_DIR = @OMF_DIR@
  176. PACKAGE = @PACKAGE@
  177. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  178. PACKAGE_NAME = @PACKAGE_NAME@
  179. PACKAGE_STRING = @PACKAGE_STRING@
  180. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  181. PACKAGE_VERSION = @PACKAGE_VERSION@
  182. PATH_SEPARATOR = @PATH_SEPARATOR@
  183. PKG_CONFIG = @PKG_CONFIG@
  184. POFILES = @POFILES@
  185. POSUB = @POSUB@
  186. PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
  187. PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
  188. RANLIB = @RANLIB@
  189. SET_MAKE = @SET_MAKE@
  190. SHELL = @SHELL@
  191. STRIP = @STRIP@
  192. USE_NLS = @USE_NLS@
  193. VERSION = @VERSION@
  194. XGETTEXT = @XGETTEXT@
  195. ac_ct_CC = @ac_ct_CC@
  196. ac_ct_CXX = @ac_ct_CXX@
  197. ac_ct_F77 = @ac_ct_F77@
  198. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  199. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  200. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  201. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  202. am__include = @am__include@
  203. am__leading_dot = @am__leading_dot@
  204. am__quote = @am__quote@
  205. am__tar = @am__tar@
  206. am__untar = @am__untar@
  207. bindir = @bindir@
  208. build = @build@
  209. build_alias = @build_alias@
  210. build_cpu = @build_cpu@
  211. build_os = @build_os@
  212. build_vendor = @build_vendor@
  213. datadir = @datadir@
  214. datarootdir = @datarootdir@
  215. docdir = @docdir@
  216. dvidir = @dvidir@
  217. exec_prefix = @exec_prefix@
  218. host = @host@
  219. host_alias = @host_alias@
  220. host_cpu = @host_cpu@
  221. host_os = @host_os@
  222. host_vendor = @host_vendor@
  223. htmldir = @htmldir@
  224. includedir = @includedir@
  225. infodir = @infodir@
  226. install_sh = @install_sh@
  227. libdir = @libdir@
  228. libexecdir = @libexecdir@
  229. localedir = @localedir@
  230. localstatedir = @localstatedir@
  231. mandir = @mandir@
  232. mkdir_p = @mkdir_p@
  233. oldincludedir = @oldincludedir@
  234. pdfdir = @pdfdir@
  235. prefix = @prefix@
  236. program_transform_name = @program_transform_name@
  237. psdir = @psdir@
  238. sbindir = @sbindir@
  239. sharedstatedir = @sharedstatedir@
  240. sysconfdir = @sysconfdir@
  241. target_alias = @target_alias@
  242. SUBDIRS = help data po src
  243. distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
  244. EXTRA_DIST = intltool-update.in 
  245.              intltool-merge.in 
  246.              intltool-extract.in 
  247.              README 
  248.              README.lirc 
  249.              README.recording 
  250.              gnomeradio.spec.in 
  251.              gnomeradio.spec 
  252.              gnome-doc-utils.make
  253. CLEANFILES = gnomeradio.spec
  254. DISTCLEANFILES = gnome-doc-utils.make 
  255.                  intltool-extract 
  256.                  intltool-merge 
  257.                  intltool-update
  258. DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
  259. all: config.h
  260. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  261. .SUFFIXES:
  262. am--refresh:
  263. @:
  264. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  265. @for dep in $?; do 
  266.   case '$(am__configure_deps)' in 
  267.     *$$dep*) 
  268.       echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; 
  269.       cd $(srcdir) && $(AUTOMAKE) --gnu  
  270. && exit 0; 
  271.       exit 1;; 
  272.   esac; 
  273. done; 
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; 
  275. cd $(top_srcdir) && 
  276.   $(AUTOMAKE) --gnu  Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in 
  280.   *config.status*) 
  281.     echo ' $(SHELL) ./config.status'; 
  282.     $(SHELL) ./config.status;; 
  283.   *) 
  284.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  285.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  286. esac;
  287. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  288. $(SHELL) ./config.status --recheck
  289. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  290. cd $(srcdir) && $(AUTOCONF)
  291. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  292. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  293. config.h: stamp-h1
  294. @if test ! -f $@; then 
  295.   rm -f stamp-h1; 
  296.   $(MAKE) stamp-h1; 
  297. else :; fi
  298. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  299. @rm -f stamp-h1
  300. cd $(top_builddir) && $(SHELL) ./config.status config.h
  301. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
  302. cd $(top_srcdir) && $(AUTOHEADER)
  303. rm -f stamp-h1
  304. touch $@
  305. distclean-hdr:
  306. -rm -f config.h stamp-h1
  307. gnomeradio.spec: $(top_builddir)/config.status $(srcdir)/gnomeradio.spec.in
  308. cd $(top_builddir) && $(SHELL) ./config.status $@
  309. mostlyclean-libtool:
  310. -rm -f *.lo
  311. clean-libtool:
  312. -rm -rf .libs _libs
  313. distclean-libtool:
  314. -rm -f libtool
  315. uninstall-info-am:
  316. # This directory's subdirectories are mostly independent; you can cd
  317. # into them and run `make' without going through this Makefile.
  318. # To change the values of `make' variables: instead of editing Makefiles,
  319. # (1) if the variable is set in `config.status', edit `config.status'
  320. #     (which will cause the Makefiles to be regenerated when you run `make');
  321. # (2) otherwise, pass the desired values on the `make' command line.
  322. $(RECURSIVE_TARGETS):
  323. @failcom='exit 1'; 
  324. for f in x $$MAKEFLAGS; do 
  325.   case $$f in 
  326.     *=* | --[!k]*);; 
  327.     *k*) failcom='fail=yes';; 
  328.   esac; 
  329. done; 
  330. dot_seen=no; 
  331. target=`echo $@ | sed s/-recursive//`; 
  332. list='$(SUBDIRS)'; for subdir in $$list; do 
  333.   echo "Making $$target in $$subdir"; 
  334.   if test "$$subdir" = "."; then 
  335.     dot_seen=yes; 
  336.     local_target="$$target-am"; 
  337.   else 
  338.     local_target="$$target"; 
  339.   fi; 
  340.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  341.   || eval $$failcom; 
  342. done; 
  343. if test "$$dot_seen" = "no"; then 
  344.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  345. fi; test -z "$$fail"
  346. mostlyclean-recursive clean-recursive distclean-recursive 
  347. maintainer-clean-recursive:
  348. @failcom='exit 1'; 
  349. for f in x $$MAKEFLAGS; do 
  350.   case $$f in 
  351.     *=* | --[!k]*);; 
  352.     *k*) failcom='fail=yes';; 
  353.   esac; 
  354. done; 
  355. dot_seen=no; 
  356. case "$@" in 
  357.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  358.   *) list='$(SUBDIRS)' ;; 
  359. esac; 
  360. rev=''; for subdir in $$list; do 
  361.   if test "$$subdir" = "."; then :; else 
  362.     rev="$$subdir $$rev"; 
  363.   fi; 
  364. done; 
  365. rev="$$rev ."; 
  366. target=`echo $@ | sed s/-recursive//`; 
  367. for subdir in $$rev; do 
  368.   echo "Making $$target in $$subdir"; 
  369.   if test "$$subdir" = "."; then 
  370.     local_target="$$target-am"; 
  371.   else 
  372.     local_target="$$target"; 
  373.   fi; 
  374.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  375.   || eval $$failcom; 
  376. done && test -z "$$fail"
  377. tags-recursive:
  378. list='$(SUBDIRS)'; for subdir in $$list; do 
  379.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  380. done
  381. ctags-recursive:
  382. list='$(SUBDIRS)'; for subdir in $$list; do 
  383.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  384. done
  385. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  386. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  387. unique=`for i in $$list; do 
  388.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  389.   done | 
  390.   $(AWK) '    { files[$$0] = 1; } 
  391.        END { for (i in files) print i; }'`; 
  392. mkid -fID $$unique
  393. tags: TAGS
  394. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  395. $(TAGS_FILES) $(LISP)
  396. tags=; 
  397. here=`pwd`; 
  398. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  399.   include_option=--etags-include; 
  400.   empty_fix=.; 
  401. else 
  402.   include_option=--include; 
  403.   empty_fix=; 
  404. fi; 
  405. list='$(SUBDIRS)'; for subdir in $$list; do 
  406.   if test "$$subdir" = .; then :; else 
  407.     test ! -f $$subdir/TAGS || 
  408.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  409.   fi; 
  410. done; 
  411. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  412. unique=`for i in $$list; do 
  413.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  414.   done | 
  415.   $(AWK) '    { files[$$0] = 1; } 
  416.        END { for (i in files) print i; }'`; 
  417. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  418.   test -n "$$unique" || unique=$$empty_fix; 
  419.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  420.     $$tags $$unique; 
  421. fi
  422. ctags: CTAGS
  423. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  424. $(TAGS_FILES) $(LISP)
  425. tags=; 
  426. here=`pwd`; 
  427. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  428. unique=`for i in $$list; do 
  429.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  430.   done | 
  431.   $(AWK) '    { files[$$0] = 1; } 
  432.        END { for (i in files) print i; }'`; 
  433. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  434.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  435.      $$tags $$unique
  436. GTAGS:
  437. here=`$(am__cd) $(top_builddir) && pwd` 
  438.   && cd $(top_srcdir) 
  439.   && gtags -i $(GTAGS_ARGS) $$here
  440. distclean-tags:
  441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  442. distdir: $(DISTFILES)
  443. $(am__remove_distdir)
  444. mkdir $(distdir)
  445. $(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/po
  446. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  447. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  448. list='$(DISTFILES)'; for file in $$list; do 
  449.   case $$file in 
  450.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  451.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  452.   esac; 
  453.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  454.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  455.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  456.     dir="/$$dir"; 
  457.     $(mkdir_p) "$(distdir)$$dir"; 
  458.   else 
  459.     dir=''; 
  460.   fi; 
  461.   if test -d $$d/$$file; then 
  462.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  463.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  464.     fi; 
  465.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  466.   else 
  467.     test -f $(distdir)/$$file 
  468.     || cp -p $$d/$$file $(distdir)/$$file 
  469.     || exit 1; 
  470.   fi; 
  471. done
  472. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  473.   if test "$$subdir" = .; then :; else 
  474.     test -d "$(distdir)/$$subdir" 
  475.     || $(mkdir_p) "$(distdir)/$$subdir" 
  476.     || exit 1; 
  477.     distdir=`$(am__cd) $(distdir) && pwd`; 
  478.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  479.     (cd $$subdir && 
  480.       $(MAKE) $(AM_MAKEFLAGS) 
  481.         top_distdir="$$top_distdir" 
  482.         distdir="$$distdir/$$subdir" 
  483.         distdir) 
  484.       || exit 1; 
  485.   fi; 
  486. done
  487. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  488.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  489.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  490.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  491. || chmod -R a+r $(distdir)
  492. dist-gzip: distdir
  493. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  494. $(am__remove_distdir)
  495. dist-bzip2: distdir
  496. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  497. $(am__remove_distdir)
  498. dist-tarZ: distdir
  499. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  500. $(am__remove_distdir)
  501. dist-shar: distdir
  502. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  503. $(am__remove_distdir)
  504. dist-zip: distdir
  505. -rm -f $(distdir).zip
  506. zip -rq $(distdir).zip $(distdir)
  507. $(am__remove_distdir)
  508. dist dist-all: distdir
  509. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  510. $(am__remove_distdir)
  511. # This target untars the dist file and tries a VPATH configuration.  Then
  512. # it guarantees that the distribution is self-contained by making another
  513. # tarfile.
  514. distcheck: dist
  515. case '$(DIST_ARCHIVES)' in 
  516. *.tar.gz*) 
  517.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;
  518. *.tar.bz2*) 
  519.   bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;
  520. *.tar.Z*) 
  521.   uncompress -c $(distdir).tar.Z | $(am__untar) ;;
  522. *.shar.gz*) 
  523.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;
  524. *.zip*) 
  525.   unzip $(distdir).zip ;;
  526. esac
  527. chmod -R a-w $(distdir); chmod a+w $(distdir)
  528. mkdir $(distdir)/_build
  529. mkdir $(distdir)/_inst
  530. chmod a-w $(distdir)
  531. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  532.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  533.   && cd $(distdir)/_build 
  534.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  535.     $(DISTCHECK_CONFIGURE_FLAGS) 
  536.   && $(MAKE) $(AM_MAKEFLAGS) 
  537.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  538.   && $(MAKE) $(AM_MAKEFLAGS) check 
  539.   && $(MAKE) $(AM_MAKEFLAGS) install 
  540.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  541.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  542.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  543.         distuninstallcheck 
  544.   && chmod -R a-w "$$dc_install_base" 
  545.   && ({ 
  546.        (cd ../.. && umask 077 && mkdir "$$dc_destdir") 
  547.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  548.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  549.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  550.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  551.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  552.   && rm -rf "$$dc_destdir" 
  553.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  554.   && rm -rf $(DIST_ARCHIVES) 
  555.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  556. $(am__remove_distdir)
  557. @(echo "$(distdir) archives ready for distribution: "; 
  558.   list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | 
  559.   sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  560. distuninstallcheck:
  561. @cd $(distuninstallcheck_dir) 
  562. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  563.    || { echo "ERROR: files left after uninstall:" ; 
  564.         if test -n "$(DESTDIR)"; then 
  565.           echo "  (check DESTDIR support)"; 
  566.         fi ; 
  567.         $(distuninstallcheck_listfiles) ; 
  568.         exit 1; } >&2
  569. distcleancheck: distclean
  570. @if test '$(srcdir)' = . ; then 
  571.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  572.   exit 1 ; 
  573. fi
  574. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  575.   || { echo "ERROR: files left in build directory after distclean:" ; 
  576.        $(distcleancheck_listfiles) ; 
  577.        exit 1; } >&2
  578. check-am: all-am
  579. check: check-recursive
  580. all-am: Makefile config.h
  581. installdirs: installdirs-recursive
  582. installdirs-am:
  583. install: install-recursive
  584. install-exec: install-exec-recursive
  585. install-data: install-data-recursive
  586. uninstall: uninstall-recursive
  587. install-am: all-am
  588. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  589. installcheck: installcheck-recursive
  590. install-strip:
  591. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  592.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  593.   `test -z '$(STRIP)' || 
  594.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  595. mostlyclean-generic:
  596. clean-generic:
  597. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  598. distclean-generic:
  599. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  600. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  601. maintainer-clean-generic:
  602. @echo "This command is intended for maintainers to use"
  603. @echo "it deletes files that may require special tools to rebuild."
  604. clean: clean-recursive
  605. clean-am: clean-generic clean-libtool mostlyclean-am
  606. distclean: distclean-recursive
  607. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  608. -rm -f Makefile
  609. distclean-am: clean-am distclean-generic distclean-hdr 
  610. distclean-libtool distclean-tags
  611. dvi: dvi-recursive
  612. dvi-am:
  613. html: html-recursive
  614. info: info-recursive
  615. info-am:
  616. install-data-am:
  617. install-exec-am:
  618. install-info: install-info-recursive
  619. install-man:
  620. installcheck-am:
  621. maintainer-clean: maintainer-clean-recursive
  622. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  623. -rm -rf $(top_srcdir)/autom4te.cache
  624. -rm -f Makefile
  625. maintainer-clean-am: distclean-am maintainer-clean-generic
  626. mostlyclean: mostlyclean-recursive
  627. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  628. pdf: pdf-recursive
  629. pdf-am:
  630. ps: ps-recursive
  631. ps-am:
  632. uninstall-am: uninstall-info-am
  633. uninstall-info: uninstall-info-recursive
  634. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check 
  635. check-am clean clean-generic clean-libtool clean-recursive 
  636. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip 
  637. dist-shar dist-tarZ dist-zip distcheck distclean 
  638. distclean-generic distclean-hdr distclean-libtool 
  639. distclean-recursive distclean-tags distcleancheck distdir 
  640. distuninstallcheck dvi dvi-am html html-am info info-am 
  641. install install-am install-data install-data-am install-exec 
  642. install-exec-am install-info install-info-am install-man 
  643. install-strip installcheck installcheck-am installdirs 
  644. installdirs-am maintainer-clean maintainer-clean-generic 
  645. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  646. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am 
  647. tags tags-recursive uninstall uninstall-am uninstall-info-am
  648. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  649. # Otherwise a system limit (for SysV at least) may be exceeded.
  650. .NOEXPORT: