Makefile.in
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:17k
源码类别:

网格计算

开发平台:

Java

  1. # Makefile.in generated by automake 1.9 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  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. SOURCES = $(pipes_sort_SOURCES) $(wordcount_nopipe_SOURCES) $(wordcount_part_SOURCES) $(wordcount_simple_SOURCES)
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. pkgdatadir = $(datadir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. top_builddir = .
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. INSTALL = @INSTALL@
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. host_triplet = @host@
  35. bin_PROGRAMS = wordcount-simple$(EXEEXT) wordcount-part$(EXEEXT) 
  36. wordcount-nopipe$(EXEEXT) pipes-sort$(EXEEXT)
  37. DIST_COMMON = config.guess config.guess config.sub config.sub 
  38. $(srcdir)/Makefile.in $(srcdir)/Makefile.am 
  39. $(top_srcdir)/configure $(am__configure_deps) 
  40. $(top_srcdir)/impl/config.h.in depcomp depcomp ltmain.sh 
  41. ltmain.sh config.guess config.guess config.sub config.sub
  42. subdir = .
  43. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  44. am__aclocal_m4_deps =  
  45. $(top_srcdir)/../../c++/utils/m4/hadoop_utils.m4 
  46. $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  48. $(ACLOCAL_M4)
  49. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  50.  configure.lineno configure.status.lineno
  51. mkinstalldirs = $(install_sh) -d
  52. CONFIG_HEADER = $(top_builddir)/impl/config.h
  53. CONFIG_CLEAN_FILES =
  54. am__installdirs = "$(DESTDIR)$(bindir)"
  55. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  56. PROGRAMS = $(bin_PROGRAMS)
  57. am__dirstamp = $(am__leading_dot)dirstamp
  58. am_pipes_sort_OBJECTS = impl/sort.$(OBJEXT)
  59. pipes_sort_OBJECTS = $(am_pipes_sort_OBJECTS)
  60. pipes_sort_LDADD = $(LDADD)
  61. pipes_sort_DEPENDENCIES =
  62. am_wordcount_nopipe_OBJECTS = impl/wordcount-nopipe.$(OBJEXT)
  63. wordcount_nopipe_OBJECTS = $(am_wordcount_nopipe_OBJECTS)
  64. wordcount_nopipe_LDADD = $(LDADD)
  65. wordcount_nopipe_DEPENDENCIES =
  66. am_wordcount_part_OBJECTS = impl/wordcount-part.$(OBJEXT)
  67. wordcount_part_OBJECTS = $(am_wordcount_part_OBJECTS)
  68. wordcount_part_LDADD = $(LDADD)
  69. wordcount_part_DEPENDENCIES =
  70. am_wordcount_simple_OBJECTS = impl/wordcount-simple.$(OBJEXT)
  71. wordcount_simple_OBJECTS = $(am_wordcount_simple_OBJECTS)
  72. wordcount_simple_LDADD = $(LDADD)
  73. wordcount_simple_DEPENDENCIES =
  74. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/impl
  75. depcomp = $(SHELL) $(top_srcdir)/depcomp
  76. am__depfiles_maybe = depfiles
  77. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  78. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  79. LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) 
  80. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  81. $(AM_CXXFLAGS) $(CXXFLAGS)
  82. CXXLD = $(CXX)
  83. CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) 
  84. $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  85. SOURCES = $(pipes_sort_SOURCES) $(wordcount_nopipe_SOURCES) 
  86. $(wordcount_part_SOURCES) $(wordcount_simple_SOURCES)
  87. ETAGS = etags
  88. CTAGS = ctags
  89. ACLOCAL = @ACLOCAL@
  90. AMDEP_FALSE = @AMDEP_FALSE@
  91. AMDEP_TRUE = @AMDEP_TRUE@
  92. AMTAR = @AMTAR@
  93. AR = @AR@
  94. AUTOCONF = @AUTOCONF@
  95. AUTOHEADER = @AUTOHEADER@
  96. AUTOMAKE = @AUTOMAKE@
  97. AWK = @AWK@
  98. CC = @CC@
  99. CCDEPMODE = @CCDEPMODE@
  100. CFLAGS = @CFLAGS@
  101. CPP = @CPP@
  102. CPPFLAGS = @CPPFLAGS@
  103. CXX = @CXX@
  104. CXXCPP = @CXXCPP@
  105. CXXDEPMODE = @CXXDEPMODE@
  106. CXXFLAGS = @CXXFLAGS@
  107. CYGPATH_W = @CYGPATH_W@
  108. DEFS = @DEFS@
  109. DEPDIR = @DEPDIR@
  110. ECHO = @ECHO@
  111. ECHO_C = @ECHO_C@
  112. ECHO_N = @ECHO_N@
  113. ECHO_T = @ECHO_T@
  114. EGREP = @EGREP@
  115. EXEEXT = @EXEEXT@
  116. F77 = @F77@
  117. FFLAGS = @FFLAGS@
  118. HADOOP_PIPES_PREFIX = @HADOOP_PIPES_PREFIX@
  119. HADOOP_UTILS_PREFIX = @HADOOP_UTILS_PREFIX@
  120. INSTALL_DATA = @INSTALL_DATA@
  121. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  122. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  123. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  124. LDFLAGS = @LDFLAGS@
  125. LIBOBJS = @LIBOBJS@
  126. LIBS = @LIBS@
  127. LIBTOOL = @LIBTOOL@
  128. LN_S = @LN_S@
  129. LTLIBOBJS = @LTLIBOBJS@
  130. MAKEINFO = @MAKEINFO@
  131. OBJEXT = @OBJEXT@
  132. PACKAGE = @PACKAGE@
  133. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  134. PACKAGE_NAME = @PACKAGE_NAME@
  135. PACKAGE_STRING = @PACKAGE_STRING@
  136. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  137. PACKAGE_VERSION = @PACKAGE_VERSION@
  138. PATH_SEPARATOR = @PATH_SEPARATOR@
  139. RANLIB = @RANLIB@
  140. SET_MAKE = @SET_MAKE@
  141. SHELL = @SHELL@
  142. STRIP = @STRIP@
  143. VERSION = @VERSION@
  144. ac_ct_AR = @ac_ct_AR@
  145. ac_ct_CC = @ac_ct_CC@
  146. ac_ct_CXX = @ac_ct_CXX@
  147. ac_ct_F77 = @ac_ct_F77@
  148. ac_ct_RANLIB = @ac_ct_RANLIB@
  149. ac_ct_STRIP = @ac_ct_STRIP@
  150. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  151. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  152. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  153. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  154. am__include = @am__include@
  155. am__leading_dot = @am__leading_dot@
  156. am__quote = @am__quote@
  157. am__tar = @am__tar@
  158. am__untar = @am__untar@
  159. bindir = @bindir@
  160. build = @build@
  161. build_alias = @build_alias@
  162. build_cpu = @build_cpu@
  163. build_os = @build_os@
  164. build_vendor = @build_vendor@
  165. datadir = @datadir@
  166. exec_prefix = @exec_prefix@
  167. host = @host@
  168. host_alias = @host_alias@
  169. host_cpu = @host_cpu@
  170. host_os = @host_os@
  171. host_vendor = @host_vendor@
  172. includedir = @includedir@
  173. infodir = @infodir@
  174. install_sh = @install_sh@
  175. libdir = @libdir@
  176. libexecdir = @libexecdir@
  177. localstatedir = @localstatedir@
  178. mandir = @mandir@
  179. mkdir_p = @mkdir_p@
  180. oldincludedir = @oldincludedir@
  181. prefix = @prefix@
  182. program_transform_name = @program_transform_name@
  183. sbindir = @sbindir@
  184. sharedstatedir = @sharedstatedir@
  185. sysconfdir = @sysconfdir@
  186. target_alias = @target_alias@
  187. # Licensed to the Apache Software Foundation (ASF) under one
  188. # or more contributor license agreements.  See the NOTICE file
  189. # distributed with this work for additional information
  190. # regarding copyright ownership.  The ASF licenses this file
  191. # to you under the Apache License, Version 2.0 (the
  192. # "License"); you may not use this file except in compliance
  193. # with the License.  You may obtain a copy of the License at
  194. #
  195. #     http://www.apache.org/licenses/LICENSE-2.0
  196. #
  197. # Unless required by applicable law or agreed to in writing, software
  198. # distributed under the License is distributed on an "AS IS" BASIS,
  199. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  200. # See the License for the specific language governing permissions and
  201. # limitations under the License.
  202. ACLOCAL_AMFLAGS = -I ../../c++/utils/m4
  203. AM_CXXFLAGS = -Wall -I$(HADOOP_UTILS_PREFIX)/include 
  204.             -I$(HADOOP_PIPES_PREFIX)/include
  205. LDADD = -L$(HADOOP_UTILS_PREFIX)/lib -L$(HADOOP_PIPES_PREFIX)/lib 
  206.       -lhadooppipes -lhadooputils
  207. # Define the sources for each program
  208. wordcount_simple_SOURCES = 
  209. impl/wordcount-simple.cc
  210. wordcount_part_SOURCES = 
  211. impl/wordcount-part.cc
  212. wordcount_nopipe_SOURCES = 
  213. impl/wordcount-nopipe.cc
  214. pipes_sort_SOURCES = 
  215.         impl/sort.cc
  216. all: all-am
  217. .SUFFIXES:
  218. .SUFFIXES: .cc .lo .o .obj
  219. am--refresh:
  220. @:
  221. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  222. @for dep in $?; do 
  223.   case '$(am__configure_deps)' in 
  224.     *$$dep*) 
  225.       echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; 
  226.       cd $(srcdir) && $(AUTOMAKE) --foreign  
  227. && exit 0; 
  228.       exit 1;; 
  229.   esac; 
  230. done; 
  231. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; 
  232. cd $(top_srcdir) && 
  233.   $(AUTOMAKE) --foreign  Makefile
  234. .PRECIOUS: Makefile
  235. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  236. @case '$?' in 
  237.   *config.status*) 
  238.     echo ' $(SHELL) ./config.status'; 
  239.     $(SHELL) ./config.status;; 
  240.   *) 
  241.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  242.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  243. esac;
  244. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  245. $(SHELL) ./config.status --recheck
  246. $(top_srcdir)/configure:  $(am__configure_deps)
  247. cd $(srcdir) && $(AUTOCONF)
  248. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  249. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  250. impl/config.h: impl/stamp-h1
  251. @if test ! -f $@; then 
  252.   rm -f impl/stamp-h1; 
  253.   $(MAKE) impl/stamp-h1; 
  254. else :; fi
  255. impl/stamp-h1: $(top_srcdir)/impl/config.h.in $(top_builddir)/config.status
  256. @rm -f impl/stamp-h1
  257. cd $(top_builddir) && $(SHELL) ./config.status impl/config.h
  258. $(top_srcdir)/impl/config.h.in:  $(am__configure_deps) 
  259. cd $(top_srcdir) && $(AUTOHEADER)
  260. rm -f impl/stamp-h1
  261. touch $@
  262. distclean-hdr:
  263. -rm -f impl/config.h impl/stamp-h1
  264. install-binPROGRAMS: $(bin_PROGRAMS)
  265. @$(NORMAL_INSTALL)
  266. test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
  267. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  268.   p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  269.   if test -f $$p 
  270.      || test -f $$p1 
  271.   ; then 
  272.     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; 
  273.    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; 
  274.    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; 
  275.   else :; fi; 
  276. done
  277. uninstall-binPROGRAMS:
  278. @$(NORMAL_UNINSTALL)
  279. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  280.   f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; 
  281.   echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; 
  282.   rm -f "$(DESTDIR)$(bindir)/$$f"; 
  283. done
  284. clean-binPROGRAMS:
  285. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  286.   f=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  287.   echo " rm -f $$p $$f"; 
  288.   rm -f $$p $$f ; 
  289. done
  290. impl/$(am__dirstamp):
  291. @$(mkdir_p) impl
  292. @: > impl/$(am__dirstamp)
  293. impl/$(DEPDIR)/$(am__dirstamp):
  294. @$(mkdir_p) impl/$(DEPDIR)
  295. @: > impl/$(DEPDIR)/$(am__dirstamp)
  296. impl/sort.$(OBJEXT): impl/$(am__dirstamp) 
  297. impl/$(DEPDIR)/$(am__dirstamp)
  298. pipes-sort$(EXEEXT): $(pipes_sort_OBJECTS) $(pipes_sort_DEPENDENCIES) 
  299. @rm -f pipes-sort$(EXEEXT)
  300. $(CXXLINK) $(pipes_sort_LDFLAGS) $(pipes_sort_OBJECTS) $(pipes_sort_LDADD) $(LIBS)
  301. impl/wordcount-nopipe.$(OBJEXT): impl/$(am__dirstamp) 
  302. impl/$(DEPDIR)/$(am__dirstamp)
  303. wordcount-nopipe$(EXEEXT): $(wordcount_nopipe_OBJECTS) $(wordcount_nopipe_DEPENDENCIES) 
  304. @rm -f wordcount-nopipe$(EXEEXT)
  305. $(CXXLINK) $(wordcount_nopipe_LDFLAGS) $(wordcount_nopipe_OBJECTS) $(wordcount_nopipe_LDADD) $(LIBS)
  306. impl/wordcount-part.$(OBJEXT): impl/$(am__dirstamp) 
  307. impl/$(DEPDIR)/$(am__dirstamp)
  308. wordcount-part$(EXEEXT): $(wordcount_part_OBJECTS) $(wordcount_part_DEPENDENCIES) 
  309. @rm -f wordcount-part$(EXEEXT)
  310. $(CXXLINK) $(wordcount_part_LDFLAGS) $(wordcount_part_OBJECTS) $(wordcount_part_LDADD) $(LIBS)
  311. impl/wordcount-simple.$(OBJEXT): impl/$(am__dirstamp) 
  312. impl/$(DEPDIR)/$(am__dirstamp)
  313. wordcount-simple$(EXEEXT): $(wordcount_simple_OBJECTS) $(wordcount_simple_DEPENDENCIES) 
  314. @rm -f wordcount-simple$(EXEEXT)
  315. $(CXXLINK) $(wordcount_simple_LDFLAGS) $(wordcount_simple_OBJECTS) $(wordcount_simple_LDADD) $(LIBS)
  316. mostlyclean-compile:
  317. -rm -f *.$(OBJEXT)
  318. -rm -f impl/sort.$(OBJEXT)
  319. -rm -f impl/wordcount-nopipe.$(OBJEXT)
  320. -rm -f impl/wordcount-part.$(OBJEXT)
  321. -rm -f impl/wordcount-simple.$(OBJEXT)
  322. distclean-compile:
  323. -rm -f *.tab.c
  324. @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/sort.Po@am__quote@
  325. @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-nopipe.Po@am__quote@
  326. @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-part.Po@am__quote@
  327. @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-simple.Po@am__quote@
  328. .cc.o:
  329. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|.o$$||'`; 
  330. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; 
  331. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  332. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  333. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  334. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  335. .cc.obj:
  336. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|.obj$$||'`; 
  337. @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  338. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
  339. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  340. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  341. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  342. .cc.lo:
  343. @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|.lo$$||'`; 
  344. @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; 
  345. @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
  346. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  348. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  349. mostlyclean-libtool:
  350. -rm -f *.lo
  351. clean-libtool:
  352. -rm -rf .libs _libs
  353. distclean-libtool:
  354. -rm -f libtool
  355. uninstall-info-am:
  356. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  357. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  358. unique=`for i in $$list; do 
  359.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  360.   done | 
  361.   $(AWK) '    { files[$$0] = 1; } 
  362.        END { for (i in files) print i; }'`; 
  363. mkid -fID $$unique
  364. tags: TAGS
  365. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  366. $(TAGS_FILES) $(LISP)
  367. tags=; 
  368. here=`pwd`; 
  369. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  370. unique=`for i in $$list; do 
  371.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  372.   done | 
  373.   $(AWK) '    { files[$$0] = 1; } 
  374.        END { for (i in files) print i; }'`; 
  375. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  376.   test -n "$$unique" || unique=$$empty_fix; 
  377.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  378.     $$tags $$unique; 
  379. fi
  380. ctags: CTAGS
  381. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  382. $(TAGS_FILES) $(LISP)
  383. tags=; 
  384. here=`pwd`; 
  385. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  386. unique=`for i in $$list; do 
  387.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  388.   done | 
  389.   $(AWK) '    { files[$$0] = 1; } 
  390.        END { for (i in files) print i; }'`; 
  391. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  392.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  393.      $$tags $$unique
  394. GTAGS:
  395. here=`$(am__cd) $(top_builddir) && pwd` 
  396.   && cd $(top_srcdir) 
  397.   && gtags -i $(GTAGS_ARGS) $$here
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. check-am: all-am
  401. check: check-am
  402. all-am: Makefile $(PROGRAMS)
  403. installdirs:
  404. for dir in "$(DESTDIR)$(bindir)"; do 
  405.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  406. done
  407. install: install-am
  408. install-exec: install-exec-am
  409. install-data: install-data-am
  410. uninstall: uninstall-am
  411. install-am: all-am
  412. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  413. installcheck: installcheck-am
  414. install-strip:
  415. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  416.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  417.   `test -z '$(STRIP)' || 
  418.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  419. mostlyclean-generic:
  420. clean-generic:
  421. distclean-generic:
  422. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  423. -rm -f impl/$(DEPDIR)/$(am__dirstamp)
  424. -rm -f impl/$(am__dirstamp)
  425. maintainer-clean-generic:
  426. @echo "This command is intended for maintainers to use"
  427. @echo "it deletes files that may require special tools to rebuild."
  428. clean: clean-am
  429. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  430. distclean: distclean-am
  431. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  432. -rm -rf impl/$(DEPDIR)
  433. -rm -f Makefile
  434. distclean-am: clean-am distclean-compile distclean-generic 
  435. distclean-hdr distclean-libtool distclean-tags
  436. dvi: dvi-am
  437. dvi-am:
  438. html: html-am
  439. info: info-am
  440. info-am:
  441. install-data-am:
  442. install-exec-am: install-binPROGRAMS
  443. install-info: install-info-am
  444. install-man:
  445. installcheck-am:
  446. maintainer-clean: maintainer-clean-am
  447. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  448. -rm -rf $(top_srcdir)/autom4te.cache
  449. -rm -rf impl/$(DEPDIR)
  450. -rm -f Makefile
  451. maintainer-clean-am: distclean-am maintainer-clean-generic
  452. mostlyclean: mostlyclean-am
  453. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  454. mostlyclean-libtool
  455. pdf: pdf-am
  456. pdf-am:
  457. ps: ps-am
  458. ps-am:
  459. uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  460. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean 
  461. clean-binPROGRAMS clean-generic clean-libtool ctags distclean 
  462. distclean-compile distclean-generic distclean-hdr 
  463. distclean-libtool distclean-tags dvi dvi-am html html-am info 
  464. info-am install install-am install-binPROGRAMS install-data 
  465. install-data-am install-exec install-exec-am install-info 
  466. install-info-am install-man install-strip installcheck 
  467. installcheck-am installdirs maintainer-clean 
  468. maintainer-clean-generic mostlyclean mostlyclean-compile 
  469. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  470. tags uninstall uninstall-am uninstall-binPROGRAMS 
  471. uninstall-info-am
  472. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  473. # Otherwise a system limit (for SysV at least) may be exceeded.
  474. .NOEXPORT: