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

网格计算

开发平台:

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