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

网格计算

开发平台:

Java

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