Makefile.in
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:18k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.11.1 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. # Copyright 2001, 2002 Free Software Foundation, Inc.
  15. #
  16. # This file is part of the GNU MP Library.
  17. #
  18. # The GNU MP Library is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU Lesser General Public License as published by
  20. # the Free Software Foundation; either version 3 of the License, or (at your
  21. # option) any later version.
  22. #
  23. # The GNU MP Library is distributed in the hope that it will be useful, but
  24. # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  25. # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  26. # License for more details.
  27. #
  28. # You should have received a copy of the GNU Lesser General Public License
  29. # along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  30. VPATH = @srcdir@
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkglibexecdir = $(libexecdir)/@PACKAGE@
  35. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  36. install_sh_DATA = $(install_sh) -c -m 644
  37. install_sh_PROGRAM = $(install_sh) -c
  38. install_sh_SCRIPT = $(install_sh) -c
  39. INSTALL_HEADER = $(INSTALL_DATA)
  40. transform = $(program_transform_name)
  41. NORMAL_INSTALL = :
  42. PRE_INSTALL = :
  43. POST_INSTALL = :
  44. NORMAL_UNINSTALL = :
  45. PRE_UNINSTALL = :
  46. POST_UNINSTALL = :
  47. build_triplet = @build@
  48. host_triplet = @host@
  49. ANSI2KNR = $(top_builddir)/ansi2knr
  50. subdir = scanf
  51. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  54. $(top_srcdir)/configure.in
  55. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  56. $(ACLOCAL_M4)
  57. mkinstalldirs = $(install_sh) -d
  58. CONFIG_HEADER = $(top_builddir)/config.h
  59. CONFIG_CLEAN_FILES =
  60. CONFIG_CLEAN_VPATH_FILES =
  61. LTLIBRARIES = $(noinst_LTLIBRARIES)
  62. libscanf_la_LIBADD =
  63. am_libscanf_la_OBJECTS = doscan$U.lo fscanf$U.lo fscanffuns$U.lo 
  64. scanf$U.lo sscanf$U.lo sscanffuns$U.lo vfscanf$U.lo 
  65. vscanf$U.lo vsscanf$U.lo
  66. libscanf_la_OBJECTS = $(am_libscanf_la_OBJECTS)
  67. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  68. depcomp =
  69. am__depfiles_maybe =
  70. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  71. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  72. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  73. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  74. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  75. CCLD = $(CC)
  76. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  77. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  78. $(LDFLAGS) -o $@
  79. SOURCES = $(libscanf_la_SOURCES)
  80. DIST_SOURCES = $(libscanf_la_SOURCES)
  81. ETAGS = etags
  82. CTAGS = ctags
  83. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  84. ABI = @ABI@
  85. ACLOCAL = @ACLOCAL@
  86. AMTAR = @AMTAR@
  87. AR = @AR@
  88. AS = @AS@
  89. ASMFLAGS = @ASMFLAGS@
  90. AUTOCONF = @AUTOCONF@
  91. AUTOHEADER = @AUTOHEADER@
  92. AUTOMAKE = @AUTOMAKE@
  93. AWK = @AWK@
  94. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  95. CC = @CC@
  96. CCAS = @CCAS@
  97. CC_FOR_BUILD = @CC_FOR_BUILD@
  98. CFLAGS = @CFLAGS@
  99. CPP = @CPP@
  100. CPPFLAGS = @CPPFLAGS@
  101. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  102. CXX = @CXX@
  103. CXXCPP = @CXXCPP@
  104. CXXFLAGS = @CXXFLAGS@
  105. CYGPATH_W = @CYGPATH_W@
  106. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  107. DEFS = @DEFS@
  108. DLLTOOL = @DLLTOOL@
  109. DSYMUTIL = @DSYMUTIL@
  110. DUMPBIN = @DUMPBIN@
  111. ECHO_C = @ECHO_C@
  112. ECHO_N = @ECHO_N@
  113. ECHO_T = @ECHO_T@
  114. EGREP = @EGREP@
  115. EXEEXT = @EXEEXT@
  116. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  117. F77 = @F77@
  118. FFLAGS = @FFLAGS@
  119. FGREP = @FGREP@
  120. GMP_LDFLAGS = @GMP_LDFLAGS@
  121. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  122. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  123. GREP = @GREP@
  124. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  125. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  126. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  127. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  128. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  129. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  130. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  131. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  132. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  133. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  134. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  135. INSTALL = @INSTALL@
  136. INSTALL_DATA = @INSTALL_DATA@
  137. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140. LD = @LD@
  141. LDFLAGS = @LDFLAGS@
  142. LEX = @LEX@
  143. LEXLIB = @LEXLIB@
  144. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  145. LIBCURSES = @LIBCURSES@
  146. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  147. LIBGMP_DLL = @LIBGMP_DLL@
  148. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  149. LIBM = @LIBM@
  150. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  151. LIBOBJS = @LIBOBJS@
  152. LIBREADLINE = @LIBREADLINE@
  153. LIBS = @LIBS@
  154. LIBTOOL = @LIBTOOL@
  155. LIPO = @LIPO@
  156. LN_S = @LN_S@
  157. LTLIBOBJS = @LTLIBOBJS@
  158. M4 = @M4@
  159. MAINT = @MAINT@
  160. MAKEINFO = @MAKEINFO@
  161. MKDIR_P = @MKDIR_P@
  162. NM = @NM@
  163. NMEDIT = @NMEDIT@
  164. OBJDUMP = @OBJDUMP@
  165. OBJEXT = @OBJEXT@
  166. OTOOL = @OTOOL@
  167. OTOOL64 = @OTOOL64@
  168. PACKAGE = @PACKAGE@
  169. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  170. PACKAGE_NAME = @PACKAGE_NAME@
  171. PACKAGE_STRING = @PACKAGE_STRING@
  172. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  173. PACKAGE_URL = @PACKAGE_URL@
  174. PACKAGE_VERSION = @PACKAGE_VERSION@
  175. PATH_SEPARATOR = @PATH_SEPARATOR@
  176. RANLIB = @RANLIB@
  177. SED = @SED@
  178. SET_MAKE = @SET_MAKE@
  179. SHELL = @SHELL@
  180. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  181. STRIP = @STRIP@
  182. TAL_OBJECT = @TAL_OBJECT@
  183. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  184. U = @U@
  185. U_FOR_BUILD = @U_FOR_BUILD@
  186. VERSION = @VERSION@
  187. WITH_READLINE_01 = @WITH_READLINE_01@
  188. YACC = @YACC@
  189. YFLAGS = @YFLAGS@
  190. abs_builddir = @abs_builddir@
  191. abs_srcdir = @abs_srcdir@
  192. abs_top_builddir = @abs_top_builddir@
  193. abs_top_srcdir = @abs_top_srcdir@
  194. ac_ct_CC = @ac_ct_CC@
  195. ac_ct_CXX = @ac_ct_CXX@
  196. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  197. ac_ct_F77 = @ac_ct_F77@
  198. am__leading_dot = @am__leading_dot@
  199. am__tar = @am__tar@
  200. am__untar = @am__untar@
  201. bindir = @bindir@
  202. build = @build@
  203. build_alias = @build_alias@
  204. build_cpu = @build_cpu@
  205. build_os = @build_os@
  206. build_vendor = @build_vendor@
  207. builddir = @builddir@
  208. datadir = @datadir@
  209. datarootdir = @datarootdir@
  210. docdir = @docdir@
  211. dvidir = @dvidir@
  212. exec_prefix = @exec_prefix@
  213. gmp_srclinks = @gmp_srclinks@
  214. host = @host@
  215. host_alias = @host_alias@
  216. host_cpu = @host_cpu@
  217. host_os = @host_os@
  218. host_vendor = @host_vendor@
  219. htmldir = @htmldir@
  220. includedir = @includedir@
  221. infodir = @infodir@
  222. install_sh = @install_sh@
  223. libdir = @libdir@
  224. libexecdir = @libexecdir@
  225. localedir = @localedir@
  226. localstatedir = @localstatedir@
  227. lt_ECHO = @lt_ECHO@
  228. mandir = @mandir@
  229. mkdir_p = @mkdir_p@
  230. mpn_objects = @mpn_objects@
  231. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  232. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  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. srcdir = @srcdir@
  241. sysconfdir = @sysconfdir@
  242. target_alias = @target_alias@
  243. top_build_prefix = @top_build_prefix@
  244. top_builddir = @top_builddir@
  245. top_srcdir = @top_srcdir@
  246. INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
  247. noinst_LTLIBRARIES = libscanf.la
  248. libscanf_la_SOURCES = 
  249.   doscan.c fscanf.c fscanffuns.c scanf.c sscanf.c sscanffuns.c 
  250.   vfscanf.c vscanf.c vsscanf.c
  251. all: all-am
  252. .SUFFIXES:
  253. .SUFFIXES: .c .lo .o .obj
  254. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  255. @for dep in $?; do 
  256.   case '$(am__configure_deps)' in 
  257.     *$$dep*) 
  258.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  259.         && { if test -f $@; then exit 0; else break; fi; }; 
  260.       exit 1;; 
  261.   esac; 
  262. done; 
  263. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps scanf/Makefile'; 
  264. $(am__cd) $(top_srcdir) && 
  265.   $(AUTOMAKE) --gnu --ignore-deps scanf/Makefile
  266. .PRECIOUS: Makefile
  267. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  268. @case '$?' in 
  269.   *config.status*) 
  270.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  271.   *) 
  272.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  273.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  274. esac;
  275. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  276. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  277. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  278. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  279. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  280. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  281. $(am__aclocal_m4_deps):
  282. clean-noinstLTLIBRARIES:
  283. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  284. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do 
  285.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  286.   test "$$dir" != "$$p" || dir=.; 
  287.   echo "rm -f "$${dir}/so_locations""; 
  288.   rm -f "$${dir}/so_locations"; 
  289. done
  290. libscanf.la: $(libscanf_la_OBJECTS) $(libscanf_la_DEPENDENCIES) 
  291. $(LINK)  $(libscanf_la_OBJECTS) $(libscanf_la_LIBADD) $(LIBS)
  292. mostlyclean-compile:
  293. -rm -f *.$(OBJEXT)
  294. distclean-compile:
  295. -rm -f *.tab.c
  296. $(top_builddir)/ansi2knr:
  297. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  298. mostlyclean-kr:
  299. -test "$U" = "" || rm -f *_.c
  300. .c.o:
  301. $(COMPILE) -c $<
  302. .c.obj:
  303. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  304. .c.lo:
  305. $(LTCOMPILE) -c -o $@ $<
  306. doscan_.c: doscan.c $(ANSI2KNR)
  307. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/doscan.c; then echo $(srcdir)/doscan.c; else echo doscan.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  308. fscanf_.c: fscanf.c $(ANSI2KNR)
  309. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fscanf.c; then echo $(srcdir)/fscanf.c; else echo fscanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  310. fscanffuns_.c: fscanffuns.c $(ANSI2KNR)
  311. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fscanffuns.c; then echo $(srcdir)/fscanffuns.c; else echo fscanffuns.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  312. scanf_.c: scanf.c $(ANSI2KNR)
  313. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/scanf.c; then echo $(srcdir)/scanf.c; else echo scanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  314. sscanf_.c: sscanf.c $(ANSI2KNR)
  315. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sscanf.c; then echo $(srcdir)/sscanf.c; else echo sscanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  316. sscanffuns_.c: sscanffuns.c $(ANSI2KNR)
  317. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sscanffuns.c; then echo $(srcdir)/sscanffuns.c; else echo sscanffuns.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  318. vfscanf_.c: vfscanf.c $(ANSI2KNR)
  319. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vfscanf.c; then echo $(srcdir)/vfscanf.c; else echo vfscanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  320. vscanf_.c: vscanf.c $(ANSI2KNR)
  321. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vscanf.c; then echo $(srcdir)/vscanf.c; else echo vscanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  322. vsscanf_.c: vsscanf.c $(ANSI2KNR)
  323. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vsscanf.c; then echo $(srcdir)/vsscanf.c; else echo vsscanf.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  324. doscan_.$(OBJEXT) doscan_.lo fscanf_.$(OBJEXT) fscanf_.lo 
  325. fscanffuns_.$(OBJEXT) fscanffuns_.lo scanf_.$(OBJEXT) scanf_.lo 
  326. sscanf_.$(OBJEXT) sscanf_.lo sscanffuns_.$(OBJEXT) sscanffuns_.lo 
  327. vfscanf_.$(OBJEXT) vfscanf_.lo vscanf_.$(OBJEXT) vscanf_.lo 
  328. vsscanf_.$(OBJEXT) vsscanf_.lo : $(ANSI2KNR)
  329. mostlyclean-libtool:
  330. -rm -f *.lo
  331. clean-libtool:
  332. -rm -rf .libs _libs
  333. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  334. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  335. unique=`for i in $$list; do 
  336.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  337.   done | 
  338.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  339.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  340. mkid -fID $$unique
  341. tags: TAGS
  342. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  343. $(TAGS_FILES) $(LISP)
  344. set x; 
  345. here=`pwd`; 
  346. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  347. unique=`for i in $$list; do 
  348.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  349.   done | 
  350.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  351.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  352. shift; 
  353. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  354.   test -n "$$unique" || unique=$$empty_fix; 
  355.   if test $$# -gt 0; then 
  356.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  357.       "$$@" $$unique; 
  358.   else 
  359.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  360.       $$unique; 
  361.   fi; 
  362. fi
  363. ctags: CTAGS
  364. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  365. $(TAGS_FILES) $(LISP)
  366. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  367. unique=`for i in $$list; do 
  368.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  369.   done | 
  370.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  371.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  372. test -z "$(CTAGS_ARGS)$$unique" 
  373.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  374.      $$unique
  375. GTAGS:
  376. here=`$(am__cd) $(top_builddir) && pwd` 
  377.   && $(am__cd) $(top_srcdir) 
  378.   && gtags -i $(GTAGS_ARGS) "$$here"
  379. distclean-tags:
  380. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  381. distdir: $(DISTFILES)
  382. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  383. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  384. list='$(DISTFILES)'; 
  385.   dist_files=`for file in $$list; do echo $$file; done | 
  386.   sed -e "s|^$$srcdirstrip/||;t" 
  387.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  388. case $$dist_files in 
  389.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  390.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  391.    sort -u` ;; 
  392. esac; 
  393. for file in $$dist_files; do 
  394.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  395.   if test -d $$d/$$file; then 
  396.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  397.     if test -d "$(distdir)/$$file"; then 
  398.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  399.     fi; 
  400.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  401.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  402.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  403.     fi; 
  404.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  405.   else 
  406.     test -f "$(distdir)/$$file" 
  407.     || cp -p $$d/$$file "$(distdir)/$$file" 
  408.     || exit 1; 
  409.   fi; 
  410. done
  411. check-am: all-am
  412. check: check-am
  413. all-am: Makefile $(LTLIBRARIES)
  414. installdirs:
  415. install: install-am
  416. install-exec: install-exec-am
  417. install-data: install-data-am
  418. uninstall: uninstall-am
  419. install-am: all-am
  420. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  421. installcheck: installcheck-am
  422. install-strip:
  423. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  424.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  425.   `test -z '$(STRIP)' || 
  426.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  427. mostlyclean-generic:
  428. clean-generic:
  429. distclean-generic:
  430. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  431. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  432. maintainer-clean-generic:
  433. @echo "This command is intended for maintainers to use"
  434. @echo "it deletes files that may require special tools to rebuild."
  435. clean: clean-am
  436. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  437. mostlyclean-am
  438. distclean: distclean-am
  439. -rm -f Makefile
  440. distclean-am: clean-am distclean-compile distclean-generic 
  441. distclean-tags
  442. dvi: dvi-am
  443. dvi-am:
  444. html: html-am
  445. html-am:
  446. info: info-am
  447. info-am:
  448. install-data-am:
  449. install-dvi: install-dvi-am
  450. install-dvi-am:
  451. install-exec-am:
  452. install-html: install-html-am
  453. install-html-am:
  454. install-info: install-info-am
  455. install-info-am:
  456. install-man:
  457. install-pdf: install-pdf-am
  458. install-pdf-am:
  459. install-ps: install-ps-am
  460. install-ps-am:
  461. installcheck-am:
  462. maintainer-clean: maintainer-clean-am
  463. -rm -f Makefile
  464. maintainer-clean-am: distclean-am maintainer-clean-generic
  465. mostlyclean: mostlyclean-am
  466. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  467. mostlyclean-libtool
  468. pdf: pdf-am
  469. pdf-am:
  470. ps: ps-am
  471. ps-am:
  472. uninstall-am:
  473. .MAKE: $(top_builddir)/ansi2knr install-am install-strip
  474. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  475. clean-libtool clean-noinstLTLIBRARIES ctags distclean 
  476. distclean-compile distclean-generic distclean-libtool 
  477. distclean-tags distdir dvi dvi-am html html-am info info-am 
  478. install install-am install-data install-data-am install-dvi 
  479. install-dvi-am install-exec install-exec-am install-html 
  480. install-html-am install-info install-info-am install-man 
  481. install-pdf install-pdf-am install-ps install-ps-am 
  482. install-strip installcheck installcheck-am installdirs 
  483. maintainer-clean maintainer-clean-generic mostlyclean 
  484. mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  485. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall 
  486. uninstall-am
  487. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  488. # Otherwise a system limit (for SysV at least) may be exceeded.
  489. .NOEXPORT: