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

数学计算

开发平台:

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 2000, 2001, 2002, 2003, 2004 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. EXTRA_PROGRAMS = calc$(EXEEXT)
  51. subdir = demos/calc
  52. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
  53. $(srcdir)/calc-config-h.in calc.c calc.h calclex.c
  54. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  55. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  56. $(top_srcdir)/configure.in
  57. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  58. $(ACLOCAL_M4)
  59. mkinstalldirs = $(install_sh) -d
  60. CONFIG_HEADER = $(top_builddir)/config.h
  61. CONFIG_CLEAN_FILES = calc-config.h
  62. CONFIG_CLEAN_VPATH_FILES =
  63. am_calc_OBJECTS = calc$U.$(OBJEXT) calclex$U.$(OBJEXT) 
  64. calcread$U.$(OBJEXT)
  65. calc_OBJECTS = $(am_calc_OBJECTS)
  66. calc_LDADD = $(LDADD)
  67. am__DEPENDENCIES_1 =
  68. calc_DEPENDENCIES = $(top_builddir)/libgmp.la $(am__DEPENDENCIES_1) 
  69. $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
  70. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  71. depcomp =
  72. am__depfiles_maybe =
  73. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  74. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  75. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  76. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  77. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  78. CCLD = $(CC)
  79. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  80. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  81. $(LDFLAGS) -o $@
  82. @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
  83. LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
  84. LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  85. --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
  86. YLWRAP = $(top_srcdir)/ylwrap
  87. @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
  88. YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  89. LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  90. --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
  91. SOURCES = $(calc_SOURCES)
  92. DIST_SOURCES = $(calc_SOURCES)
  93. ETAGS = etags
  94. CTAGS = ctags
  95. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  96. ABI = @ABI@
  97. ACLOCAL = @ACLOCAL@
  98. AMTAR = @AMTAR@
  99. AR = @AR@
  100. AS = @AS@
  101. ASMFLAGS = @ASMFLAGS@
  102. AUTOCONF = @AUTOCONF@
  103. AUTOHEADER = @AUTOHEADER@
  104. AUTOMAKE = @AUTOMAKE@
  105. AWK = @AWK@
  106. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  107. CC = @CC@
  108. CCAS = @CCAS@
  109. CC_FOR_BUILD = @CC_FOR_BUILD@
  110. CFLAGS = @CFLAGS@
  111. CPP = @CPP@
  112. CPPFLAGS = @CPPFLAGS@
  113. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  114. CXX = @CXX@
  115. CXXCPP = @CXXCPP@
  116. CXXFLAGS = @CXXFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  119. DEFS = @DEFS@
  120. DLLTOOL = @DLLTOOL@
  121. DSYMUTIL = @DSYMUTIL@
  122. DUMPBIN = @DUMPBIN@
  123. ECHO_C = @ECHO_C@
  124. ECHO_N = @ECHO_N@
  125. ECHO_T = @ECHO_T@
  126. EGREP = @EGREP@
  127. EXEEXT = @EXEEXT@
  128. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  129. F77 = @F77@
  130. FFLAGS = @FFLAGS@
  131. FGREP = @FGREP@
  132. GMP_LDFLAGS = @GMP_LDFLAGS@
  133. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  134. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  135. GREP = @GREP@
  136. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  137. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  138. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  139. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  140. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  141. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  142. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  143. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  144. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  145. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  146. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  147. INSTALL = @INSTALL@
  148. INSTALL_DATA = @INSTALL_DATA@
  149. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  150. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  151. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  152. LD = @LD@
  153. LDFLAGS = @LDFLAGS@
  154. LEX = @LEX@
  155. LEXLIB = @LEXLIB@
  156. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  157. LIBCURSES = @LIBCURSES@
  158. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  159. LIBGMP_DLL = @LIBGMP_DLL@
  160. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  161. LIBM = @LIBM@
  162. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  163. LIBOBJS = @LIBOBJS@
  164. LIBREADLINE = @LIBREADLINE@
  165. LIBS = @LIBS@
  166. LIBTOOL = @LIBTOOL@
  167. LIPO = @LIPO@
  168. LN_S = @LN_S@
  169. LTLIBOBJS = @LTLIBOBJS@
  170. M4 = @M4@
  171. MAINT = @MAINT@
  172. MAKEINFO = @MAKEINFO@
  173. MKDIR_P = @MKDIR_P@
  174. NM = @NM@
  175. NMEDIT = @NMEDIT@
  176. OBJDUMP = @OBJDUMP@
  177. OBJEXT = @OBJEXT@
  178. OTOOL = @OTOOL@
  179. OTOOL64 = @OTOOL64@
  180. PACKAGE = @PACKAGE@
  181. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  182. PACKAGE_NAME = @PACKAGE_NAME@
  183. PACKAGE_STRING = @PACKAGE_STRING@
  184. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  185. PACKAGE_URL = @PACKAGE_URL@
  186. PACKAGE_VERSION = @PACKAGE_VERSION@
  187. PATH_SEPARATOR = @PATH_SEPARATOR@
  188. RANLIB = @RANLIB@
  189. SED = @SED@
  190. SET_MAKE = @SET_MAKE@
  191. SHELL = @SHELL@
  192. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  193. STRIP = @STRIP@
  194. TAL_OBJECT = @TAL_OBJECT@
  195. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  196. U = @U@
  197. U_FOR_BUILD = @U_FOR_BUILD@
  198. VERSION = @VERSION@
  199. WITH_READLINE_01 = @WITH_READLINE_01@
  200. YACC = @YACC@
  201. YFLAGS = @YFLAGS@
  202. abs_builddir = @abs_builddir@
  203. abs_srcdir = @abs_srcdir@
  204. abs_top_builddir = @abs_top_builddir@
  205. abs_top_srcdir = @abs_top_srcdir@
  206. ac_ct_CC = @ac_ct_CC@
  207. ac_ct_CXX = @ac_ct_CXX@
  208. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  209. ac_ct_F77 = @ac_ct_F77@
  210. am__leading_dot = @am__leading_dot@
  211. am__tar = @am__tar@
  212. am__untar = @am__untar@
  213. bindir = @bindir@
  214. build = @build@
  215. build_alias = @build_alias@
  216. build_cpu = @build_cpu@
  217. build_os = @build_os@
  218. build_vendor = @build_vendor@
  219. builddir = @builddir@
  220. datadir = @datadir@
  221. datarootdir = @datarootdir@
  222. docdir = @docdir@
  223. dvidir = @dvidir@
  224. exec_prefix = @exec_prefix@
  225. gmp_srclinks = @gmp_srclinks@
  226. host = @host@
  227. host_alias = @host_alias@
  228. host_cpu = @host_cpu@
  229. host_os = @host_os@
  230. host_vendor = @host_vendor@
  231. htmldir = @htmldir@
  232. includedir = @includedir@
  233. infodir = @infodir@
  234. install_sh = @install_sh@
  235. libdir = @libdir@
  236. libexecdir = @libexecdir@
  237. localedir = @localedir@
  238. localstatedir = @localstatedir@
  239. lt_ECHO = @lt_ECHO@
  240. mandir = @mandir@
  241. mkdir_p = @mkdir_p@
  242. mpn_objects = @mpn_objects@
  243. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  244. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  245. oldincludedir = @oldincludedir@
  246. pdfdir = @pdfdir@
  247. prefix = @prefix@
  248. program_transform_name = @program_transform_name@
  249. psdir = @psdir@
  250. sbindir = @sbindir@
  251. sharedstatedir = @sharedstatedir@
  252. srcdir = @srcdir@
  253. sysconfdir = @sysconfdir@
  254. target_alias = @target_alias@
  255. top_build_prefix = @top_build_prefix@
  256. top_builddir = @top_builddir@
  257. top_srcdir = @top_srcdir@
  258. INCLUDES = -I$(top_srcdir)
  259. # $(LEXLIB) is not actually needed for flex (which means the distributed
  260. # calclex.c), but it's included here for the benefit of anyone rebuilding
  261. # with some other lex.
  262. #
  263. LDADD = $(top_builddir)/libgmp.la $(LIBREADLINE) $(LIBCURSES) $(LEXLIB)
  264. AM_YFLAGS = -d
  265. calc_SOURCES = calc.y calclex.l calcread.c calc-common.h
  266. BUILT_SOURCES = calc.h
  267. CLEANFILES = $(EXTRA_PROGRAMS)
  268. all: $(BUILT_SOURCES)
  269. $(MAKE) $(AM_MAKEFLAGS) all-am
  270. .SUFFIXES:
  271. .SUFFIXES: .c .l .lo .o .obj .y
  272. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  273. @for dep in $?; do 
  274.   case '$(am__configure_deps)' in 
  275.     *$$dep*) 
  276.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  277.         && { if test -f $@; then exit 0; else break; fi; }; 
  278.       exit 1;; 
  279.   esac; 
  280. done; 
  281. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/calc/Makefile'; 
  282. $(am__cd) $(top_srcdir) && 
  283.   $(AUTOMAKE) --gnu --ignore-deps demos/calc/Makefile
  284. .PRECIOUS: Makefile
  285. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  286. @case '$?' in 
  287.   *config.status*) 
  288.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  289.   *) 
  290.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  291.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  292. esac;
  293. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  295. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  296. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  297. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  299. $(am__aclocal_m4_deps):
  300. calc-config.h: $(top_builddir)/config.status $(srcdir)/calc-config-h.in
  301. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  302. calc.h: calc.c
  303. @if test ! -f $@; then 
  304.   rm -f calc.c; 
  305.   $(MAKE) $(AM_MAKEFLAGS) calc.c; 
  306. else :; fi
  307. calc$(EXEEXT): $(calc_OBJECTS) $(calc_DEPENDENCIES) 
  308. @rm -f calc$(EXEEXT)
  309. $(LINK) $(calc_OBJECTS) $(calc_LDADD) $(LIBS)
  310. mostlyclean-compile:
  311. -rm -f *.$(OBJEXT)
  312. distclean-compile:
  313. -rm -f *.tab.c
  314. $(top_builddir)/ansi2knr:
  315. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  316. mostlyclean-kr:
  317. -test "$U" = "" || rm -f *_.c
  318. .c.o:
  319. $(COMPILE) -c $<
  320. .c.obj:
  321. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  322. .c.lo:
  323. $(LTCOMPILE) -c -o $@ $<
  324. calc_.c: calc.c $(ANSI2KNR)
  325. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calc.c; then echo $(srcdir)/calc.c; else echo calc.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  326. calclex_.c: calclex.c $(ANSI2KNR)
  327. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calclex.c; then echo $(srcdir)/calclex.c; else echo calclex.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  328. calcread_.c: calcread.c $(ANSI2KNR)
  329. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calcread.c; then echo $(srcdir)/calcread.c; else echo calcread.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  330. calc_.$(OBJEXT) calc_.lo calclex_.$(OBJEXT) calclex_.lo 
  331. calcread_.$(OBJEXT) calcread_.lo : $(ANSI2KNR)
  332. .l.c:
  333. $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  334. .y.c:
  335. $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  336. mostlyclean-libtool:
  337. -rm -f *.lo
  338. clean-libtool:
  339. -rm -rf .libs _libs
  340. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  341. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  342. unique=`for i in $$list; do 
  343.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  344.   done | 
  345.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  346.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  347. mkid -fID $$unique
  348. tags: TAGS
  349. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  350. $(TAGS_FILES) $(LISP)
  351. set x; 
  352. here=`pwd`; 
  353. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  354. unique=`for i in $$list; do 
  355.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  356.   done | 
  357.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  358.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  359. shift; 
  360. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  361.   test -n "$$unique" || unique=$$empty_fix; 
  362.   if test $$# -gt 0; then 
  363.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  364.       "$$@" $$unique; 
  365.   else 
  366.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  367.       $$unique; 
  368.   fi; 
  369. fi
  370. ctags: CTAGS
  371. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  372. $(TAGS_FILES) $(LISP)
  373. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  374. unique=`for i in $$list; do 
  375.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  376.   done | 
  377.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  378.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  379. test -z "$(CTAGS_ARGS)$$unique" 
  380.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  381.      $$unique
  382. GTAGS:
  383. here=`$(am__cd) $(top_builddir) && pwd` 
  384.   && $(am__cd) $(top_srcdir) 
  385.   && gtags -i $(GTAGS_ARGS) "$$here"
  386. distclean-tags:
  387. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  388. distdir: $(DISTFILES)
  389. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  390. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  391. list='$(DISTFILES)'; 
  392.   dist_files=`for file in $$list; do echo $$file; done | 
  393.   sed -e "s|^$$srcdirstrip/||;t" 
  394.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  395. case $$dist_files in 
  396.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  397.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  398.    sort -u` ;; 
  399. esac; 
  400. for file in $$dist_files; do 
  401.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  402.   if test -d $$d/$$file; then 
  403.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  404.     if test -d "$(distdir)/$$file"; then 
  405.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  406.     fi; 
  407.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  408.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  409.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  410.     fi; 
  411.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  412.   else 
  413.     test -f "$(distdir)/$$file" 
  414.     || cp -p $$d/$$file "$(distdir)/$$file" 
  415.     || exit 1; 
  416.   fi; 
  417. done
  418. check-am: all-am
  419. check: $(BUILT_SOURCES)
  420. $(MAKE) $(AM_MAKEFLAGS) check-am
  421. all-am: Makefile
  422. installdirs:
  423. install: $(BUILT_SOURCES)
  424. $(MAKE) $(AM_MAKEFLAGS) install-am
  425. install-exec: install-exec-am
  426. install-data: install-data-am
  427. uninstall: uninstall-am
  428. install-am: all-am
  429. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  430. installcheck: installcheck-am
  431. install-strip:
  432. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  433.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  434.   `test -z '$(STRIP)' || 
  435.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  436. mostlyclean-generic:
  437. clean-generic:
  438. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  439. distclean-generic:
  440. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  441. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  442. maintainer-clean-generic:
  443. @echo "This command is intended for maintainers to use"
  444. @echo "it deletes files that may require special tools to rebuild."
  445. -rm -f calc.c
  446. -rm -f calc.h
  447. -rm -f calclex.c
  448. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  449. clean: clean-am
  450. clean-am: clean-generic clean-libtool mostlyclean-am
  451. distclean: distclean-am
  452. -rm -f Makefile
  453. distclean-am: clean-am distclean-compile distclean-generic 
  454. distclean-tags
  455. dvi: dvi-am
  456. dvi-am:
  457. html: html-am
  458. html-am:
  459. info: info-am
  460. info-am:
  461. install-data-am:
  462. install-dvi: install-dvi-am
  463. install-dvi-am:
  464. install-exec-am:
  465. install-html: install-html-am
  466. install-html-am:
  467. install-info: install-info-am
  468. install-info-am:
  469. install-man:
  470. install-pdf: install-pdf-am
  471. install-pdf-am:
  472. install-ps: install-ps-am
  473. install-ps-am:
  474. installcheck-am:
  475. maintainer-clean: maintainer-clean-am
  476. -rm -f Makefile
  477. maintainer-clean-am: distclean-am maintainer-clean-generic
  478. mostlyclean: mostlyclean-am
  479. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  480. mostlyclean-libtool
  481. pdf: pdf-am
  482. pdf-am:
  483. ps: ps-am
  484. ps-am:
  485. uninstall-am:
  486. .MAKE: $(top_builddir)/ansi2knr all check install install-am 
  487. install-strip
  488. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  489. clean-libtool ctags distclean distclean-compile 
  490. distclean-generic distclean-libtool distclean-tags distdir dvi 
  491. dvi-am html html-am info info-am install install-am 
  492. install-data install-data-am install-dvi install-dvi-am 
  493. install-exec install-exec-am install-html install-html-am 
  494. install-info install-info-am install-man install-pdf 
  495. install-pdf-am install-ps install-ps-am install-strip 
  496. installcheck installcheck-am installdirs maintainer-clean 
  497. maintainer-clean-generic mostlyclean mostlyclean-compile 
  498. mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf 
  499. pdf-am ps ps-am tags uninstall uninstall-am
  500. allprogs: $(EXTRA_PROGRAMS)
  501. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  502. # Otherwise a system limit (for SysV at least) may be exceeded.
  503. .NOEXPORT: