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

数学计算

开发平台:

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 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 = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) 
  51. primes$(EXEEXT) qcn$(EXEEXT)
  52. subdir = demos
  53. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
  54. $(srcdir)/pexpr-config-h.in
  55. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  56. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  57. $(top_srcdir)/configure.in
  58. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  59. $(ACLOCAL_M4)
  60. mkinstalldirs = $(install_sh) -d
  61. CONFIG_HEADER = $(top_builddir)/config.h
  62. CONFIG_CLEAN_FILES = pexpr-config.h
  63. CONFIG_CLEAN_VPATH_FILES =
  64. factorize_SOURCES = factorize.c
  65. factorize_OBJECTS = factorize$U.$(OBJEXT)
  66. factorize_LDADD = $(LDADD)
  67. factorize_DEPENDENCIES = $(top_builddir)/libgmp.la
  68. isprime_SOURCES = isprime.c
  69. isprime_OBJECTS = isprime$U.$(OBJEXT)
  70. isprime_LDADD = $(LDADD)
  71. isprime_DEPENDENCIES = $(top_builddir)/libgmp.la
  72. pexpr_SOURCES = pexpr.c
  73. pexpr_OBJECTS = pexpr$U.$(OBJEXT)
  74. pexpr_LDADD = $(LDADD)
  75. pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la
  76. primes_SOURCES = primes.c
  77. primes_OBJECTS = primes$U.$(OBJEXT)
  78. am__DEPENDENCIES_1 =
  79. primes_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
  80. qcn_SOURCES = qcn.c
  81. qcn_OBJECTS = qcn$U.$(OBJEXT)
  82. qcn_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
  83. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  84. depcomp =
  85. am__depfiles_maybe =
  86. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  87. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  88. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  89. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  90. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  91. CCLD = $(CC)
  92. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  93. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  94. $(LDFLAGS) -o $@
  95. SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
  96. DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
  97. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  98. html-recursive info-recursive install-data-recursive 
  99. install-dvi-recursive install-exec-recursive 
  100. install-html-recursive install-info-recursive 
  101. install-pdf-recursive install-ps-recursive install-recursive 
  102. installcheck-recursive installdirs-recursive pdf-recursive 
  103. ps-recursive uninstall-recursive
  104. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  105.   distclean-recursive maintainer-clean-recursive
  106. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) 
  107. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 
  108. distdir
  109. ETAGS = etags
  110. CTAGS = ctags
  111. DIST_SUBDIRS = $(SUBDIRS)
  112. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  113. am__relativize = 
  114.   dir0=`pwd`; 
  115.   sed_first='s,^([^/]*)/.*$$,1,'; 
  116.   sed_rest='s,^[^/]*/*,,'; 
  117.   sed_last='s,^.*/([^/]*)$$,1,'; 
  118.   sed_butlast='s,/*[^/]*$$,,'; 
  119.   while test -n "$$dir1"; do 
  120.     first=`echo "$$dir1" | sed -e "$$sed_first"`; 
  121.     if test "$$first" != "."; then 
  122.       if test "$$first" = ".."; then 
  123.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; 
  124.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; 
  125.       else 
  126.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; 
  127.         if test "$$first2" = "$$first"; then 
  128.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; 
  129.         else 
  130.           dir2="../$$dir2"; 
  131.         fi; 
  132.         dir0="$$dir0"/"$$first"; 
  133.       fi; 
  134.     fi; 
  135.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; 
  136.   done; 
  137.   reldir="$$dir2"
  138. ABI = @ABI@
  139. ACLOCAL = @ACLOCAL@
  140. AMTAR = @AMTAR@
  141. AR = @AR@
  142. AS = @AS@
  143. ASMFLAGS = @ASMFLAGS@
  144. AUTOCONF = @AUTOCONF@
  145. AUTOHEADER = @AUTOHEADER@
  146. AUTOMAKE = @AUTOMAKE@
  147. AWK = @AWK@
  148. CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
  149. CC = @CC@
  150. CCAS = @CCAS@
  151. CC_FOR_BUILD = @CC_FOR_BUILD@
  152. CFLAGS = @CFLAGS@
  153. CPP = @CPP@
  154. CPPFLAGS = @CPPFLAGS@
  155. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  156. CXX = @CXX@
  157. CXXCPP = @CXXCPP@
  158. CXXFLAGS = @CXXFLAGS@
  159. CYGPATH_W = @CYGPATH_W@
  160. DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
  161. DEFS = @DEFS@
  162. DLLTOOL = @DLLTOOL@
  163. DSYMUTIL = @DSYMUTIL@
  164. DUMPBIN = @DUMPBIN@
  165. ECHO_C = @ECHO_C@
  166. ECHO_N = @ECHO_N@
  167. ECHO_T = @ECHO_T@
  168. EGREP = @EGREP@
  169. EXEEXT = @EXEEXT@
  170. EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
  171. F77 = @F77@
  172. FFLAGS = @FFLAGS@
  173. FGREP = @FGREP@
  174. GMP_LDFLAGS = @GMP_LDFLAGS@
  175. GMP_LIMB_BITS = @GMP_LIMB_BITS@
  176. GMP_NAIL_BITS = @GMP_NAIL_BITS@
  177. GREP = @GREP@
  178. HAVE_CLOCK_01 = @HAVE_CLOCK_01@
  179. HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
  180. HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
  181. HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
  182. HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
  183. HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
  184. HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
  185. HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
  186. HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
  187. HAVE_STACK_T_01 = @HAVE_STACK_T_01@
  188. HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
  189. INSTALL = @INSTALL@
  190. INSTALL_DATA = @INSTALL_DATA@
  191. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  192. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  193. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  194. LD = @LD@
  195. LDFLAGS = @LDFLAGS@
  196. LEX = @LEX@
  197. LEXLIB = @LEXLIB@
  198. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  199. LIBCURSES = @LIBCURSES@
  200. LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
  201. LIBGMP_DLL = @LIBGMP_DLL@
  202. LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
  203. LIBM = @LIBM@
  204. LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
  205. LIBOBJS = @LIBOBJS@
  206. LIBREADLINE = @LIBREADLINE@
  207. LIBS = @LIBS@
  208. LIBTOOL = @LIBTOOL@
  209. LIPO = @LIPO@
  210. LN_S = @LN_S@
  211. LTLIBOBJS = @LTLIBOBJS@
  212. M4 = @M4@
  213. MAINT = @MAINT@
  214. MAKEINFO = @MAKEINFO@
  215. MKDIR_P = @MKDIR_P@
  216. NM = @NM@
  217. NMEDIT = @NMEDIT@
  218. OBJDUMP = @OBJDUMP@
  219. OBJEXT = @OBJEXT@
  220. OTOOL = @OTOOL@
  221. OTOOL64 = @OTOOL64@
  222. PACKAGE = @PACKAGE@
  223. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  224. PACKAGE_NAME = @PACKAGE_NAME@
  225. PACKAGE_STRING = @PACKAGE_STRING@
  226. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  227. PACKAGE_URL = @PACKAGE_URL@
  228. PACKAGE_VERSION = @PACKAGE_VERSION@
  229. PATH_SEPARATOR = @PATH_SEPARATOR@
  230. RANLIB = @RANLIB@
  231. SED = @SED@
  232. SET_MAKE = @SET_MAKE@
  233. SHELL = @SHELL@
  234. SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
  235. STRIP = @STRIP@
  236. TAL_OBJECT = @TAL_OBJECT@
  237. TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
  238. U = @U@
  239. U_FOR_BUILD = @U_FOR_BUILD@
  240. VERSION = @VERSION@
  241. WITH_READLINE_01 = @WITH_READLINE_01@
  242. YACC = @YACC@
  243. YFLAGS = @YFLAGS@
  244. abs_builddir = @abs_builddir@
  245. abs_srcdir = @abs_srcdir@
  246. abs_top_builddir = @abs_top_builddir@
  247. abs_top_srcdir = @abs_top_srcdir@
  248. ac_ct_CC = @ac_ct_CC@
  249. ac_ct_CXX = @ac_ct_CXX@
  250. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  251. ac_ct_F77 = @ac_ct_F77@
  252. am__leading_dot = @am__leading_dot@
  253. am__tar = @am__tar@
  254. am__untar = @am__untar@
  255. bindir = @bindir@
  256. build = @build@
  257. build_alias = @build_alias@
  258. build_cpu = @build_cpu@
  259. build_os = @build_os@
  260. build_vendor = @build_vendor@
  261. builddir = @builddir@
  262. datadir = @datadir@
  263. datarootdir = @datarootdir@
  264. docdir = @docdir@
  265. dvidir = @dvidir@
  266. exec_prefix = @exec_prefix@
  267. gmp_srclinks = @gmp_srclinks@
  268. host = @host@
  269. host_alias = @host_alias@
  270. host_cpu = @host_cpu@
  271. host_os = @host_os@
  272. host_vendor = @host_vendor@
  273. htmldir = @htmldir@
  274. includedir = @includedir@
  275. infodir = @infodir@
  276. install_sh = @install_sh@
  277. libdir = @libdir@
  278. libexecdir = @libexecdir@
  279. localedir = @localedir@
  280. localstatedir = @localstatedir@
  281. lt_ECHO = @lt_ECHO@
  282. mandir = @mandir@
  283. mkdir_p = @mkdir_p@
  284. mpn_objects = @mpn_objects@
  285. mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
  286. mpn_objs_in_libmp = @mpn_objs_in_libmp@
  287. oldincludedir = @oldincludedir@
  288. pdfdir = @pdfdir@
  289. prefix = @prefix@
  290. program_transform_name = @program_transform_name@
  291. psdir = @psdir@
  292. sbindir = @sbindir@
  293. sharedstatedir = @sharedstatedir@
  294. srcdir = @srcdir@
  295. sysconfdir = @sysconfdir@
  296. target_alias = @target_alias@
  297. top_build_prefix = @top_build_prefix@
  298. top_builddir = @top_builddir@
  299. top_srcdir = @top_srcdir@
  300. SUBDIRS = calc expr
  301. EXTRA_DIST = perl
  302. INCLUDES = -I$(top_srcdir)
  303. LDADD = $(top_builddir)/libgmp.la
  304. qcn_LDADD = $(LDADD) $(LIBM)
  305. primes_LDADD = $(LDADD) $(LIBM)
  306. CLEANFILES = $(EXTRA_PROGRAMS)
  307. all: all-recursive
  308. .SUFFIXES:
  309. .SUFFIXES: .c .lo .o .obj
  310. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  311. @for dep in $?; do 
  312.   case '$(am__configure_deps)' in 
  313.     *$$dep*) 
  314.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  315.         && { if test -f $@; then exit 0; else break; fi; }; 
  316.       exit 1;; 
  317.   esac; 
  318. done; 
  319. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/Makefile'; 
  320. $(am__cd) $(top_srcdir) && 
  321.   $(AUTOMAKE) --gnu --ignore-deps demos/Makefile
  322. .PRECIOUS: Makefile
  323. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  324. @case '$?' in 
  325.   *config.status*) 
  326.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  327.   *) 
  328.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  329.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  330. esac;
  331. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  332. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  333. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  336. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  337. $(am__aclocal_m4_deps):
  338. pexpr-config.h: $(top_builddir)/config.status $(srcdir)/pexpr-config-h.in
  339. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  340. factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES) 
  341. @rm -f factorize$(EXEEXT)
  342. $(LINK) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
  343. isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES) 
  344. @rm -f isprime$(EXEEXT)
  345. $(LINK) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS)
  346. pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES) 
  347. @rm -f pexpr$(EXEEXT)
  348. $(LINK) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS)
  349. primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES) 
  350. @rm -f primes$(EXEEXT)
  351. $(LINK) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
  352. qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES) 
  353. @rm -f qcn$(EXEEXT)
  354. $(LINK) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS)
  355. mostlyclean-compile:
  356. -rm -f *.$(OBJEXT)
  357. distclean-compile:
  358. -rm -f *.tab.c
  359. $(top_builddir)/ansi2knr:
  360. $(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  361. mostlyclean-kr:
  362. -test "$U" = "" || rm -f *_.c
  363. .c.o:
  364. $(COMPILE) -c $<
  365. .c.obj:
  366. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  367. .c.lo:
  368. $(LTCOMPILE) -c -o $@ $<
  369. factorize_.c: factorize.c $(ANSI2KNR)
  370. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/factorize.c; then echo $(srcdir)/factorize.c; else echo factorize.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  371. isprime_.c: isprime.c $(ANSI2KNR)
  372. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isprime.c; then echo $(srcdir)/isprime.c; else echo isprime.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  373. pexpr_.c: pexpr.c $(ANSI2KNR)
  374. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/pexpr.c; then echo $(srcdir)/pexpr.c; else echo pexpr.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  375. primes_.c: primes.c $(ANSI2KNR)
  376. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/primes.c; then echo $(srcdir)/primes.c; else echo primes.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  377. qcn_.c: qcn.c $(ANSI2KNR)
  378. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/qcn.c; then echo $(srcdir)/qcn.c; else echo qcn.c; fi` | sed 's/^# ([0-9])/#line 1/' | $(ANSI2KNR) > $@ || rm -f $@
  379. factorize_.$(OBJEXT) factorize_.lo isprime_.$(OBJEXT) isprime_.lo 
  380. pexpr_.$(OBJEXT) pexpr_.lo primes_.$(OBJEXT) primes_.lo qcn_.$(OBJEXT) 
  381. qcn_.lo : $(ANSI2KNR)
  382. mostlyclean-libtool:
  383. -rm -f *.lo
  384. clean-libtool:
  385. -rm -rf .libs _libs
  386. # This directory's subdirectories are mostly independent; you can cd
  387. # into them and run `make' without going through this Makefile.
  388. # To change the values of `make' variables: instead of editing Makefiles,
  389. # (1) if the variable is set in `config.status', edit `config.status'
  390. #     (which will cause the Makefiles to be regenerated when you run `make');
  391. # (2) otherwise, pass the desired values on the `make' command line.
  392. $(RECURSIVE_TARGETS):
  393. @fail= failcom='exit 1'; 
  394. for f in x $$MAKEFLAGS; do 
  395.   case $$f in 
  396.     *=* | --[!k]*);; 
  397.     *k*) failcom='fail=yes';; 
  398.   esac; 
  399. done; 
  400. dot_seen=no; 
  401. target=`echo $@ | sed s/-recursive//`; 
  402. list='$(SUBDIRS)'; for subdir in $$list; do 
  403.   echo "Making $$target in $$subdir"; 
  404.   if test "$$subdir" = "."; then 
  405.     dot_seen=yes; 
  406.     local_target="$$target-am"; 
  407.   else 
  408.     local_target="$$target"; 
  409.   fi; 
  410.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  411.   || eval $$failcom; 
  412. done; 
  413. if test "$$dot_seen" = "no"; then 
  414.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  415. fi; test -z "$$fail"
  416. $(RECURSIVE_CLEAN_TARGETS):
  417. @fail= failcom='exit 1'; 
  418. for f in x $$MAKEFLAGS; do 
  419.   case $$f in 
  420.     *=* | --[!k]*);; 
  421.     *k*) failcom='fail=yes';; 
  422.   esac; 
  423. done; 
  424. dot_seen=no; 
  425. case "$@" in 
  426.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  427.   *) list='$(SUBDIRS)' ;; 
  428. esac; 
  429. rev=''; for subdir in $$list; do 
  430.   if test "$$subdir" = "."; then :; else 
  431.     rev="$$subdir $$rev"; 
  432.   fi; 
  433. done; 
  434. rev="$$rev ."; 
  435. target=`echo $@ | sed s/-recursive//`; 
  436. for subdir in $$rev; do 
  437.   echo "Making $$target in $$subdir"; 
  438.   if test "$$subdir" = "."; then 
  439.     local_target="$$target-am"; 
  440.   else 
  441.     local_target="$$target"; 
  442.   fi; 
  443.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  444.   || eval $$failcom; 
  445. done && test -z "$$fail"
  446. tags-recursive:
  447. list='$(SUBDIRS)'; for subdir in $$list; do 
  448.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  449. done
  450. ctags-recursive:
  451. list='$(SUBDIRS)'; for subdir in $$list; do 
  452.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  453. done
  454. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  455. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  456. unique=`for i in $$list; do 
  457.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  458.   done | 
  459.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  460.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  461. mkid -fID $$unique
  462. tags: TAGS
  463. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  464. $(TAGS_FILES) $(LISP)
  465. set x; 
  466. here=`pwd`; 
  467. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  468.   include_option=--etags-include; 
  469.   empty_fix=.; 
  470. else 
  471.   include_option=--include; 
  472.   empty_fix=; 
  473. fi; 
  474. list='$(SUBDIRS)'; for subdir in $$list; do 
  475.   if test "$$subdir" = .; then :; else 
  476.     test ! -f $$subdir/TAGS || 
  477.       set "$$@" "$$include_option=$$here/$$subdir/TAGS"; 
  478.   fi; 
  479. done; 
  480. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  481. unique=`for i in $$list; do 
  482.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  483.   done | 
  484.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  485.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  486. shift; 
  487. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  488.   test -n "$$unique" || unique=$$empty_fix; 
  489.   if test $$# -gt 0; then 
  490.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  491.       "$$@" $$unique; 
  492.   else 
  493.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  494.       $$unique; 
  495.   fi; 
  496. fi
  497. ctags: CTAGS
  498. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  499. $(TAGS_FILES) $(LISP)
  500. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  501. unique=`for i in $$list; do 
  502.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  503.   done | 
  504.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  505.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  506. test -z "$(CTAGS_ARGS)$$unique" 
  507.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  508.      $$unique
  509. GTAGS:
  510. here=`$(am__cd) $(top_builddir) && pwd` 
  511.   && $(am__cd) $(top_srcdir) 
  512.   && gtags -i $(GTAGS_ARGS) "$$here"
  513. distclean-tags:
  514. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  515. distdir: $(DISTFILES)
  516. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  517. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  518. list='$(DISTFILES)'; 
  519.   dist_files=`for file in $$list; do echo $$file; done | 
  520.   sed -e "s|^$$srcdirstrip/||;t" 
  521.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  522. case $$dist_files in 
  523.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  524.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  525.    sort -u` ;; 
  526. esac; 
  527. for file in $$dist_files; do 
  528.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  529.   if test -d $$d/$$file; then 
  530.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  531.     if test -d "$(distdir)/$$file"; then 
  532.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  533.     fi; 
  534.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  535.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  536.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  537.     fi; 
  538.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  539.   else 
  540.     test -f "$(distdir)/$$file" 
  541.     || cp -p $$d/$$file "$(distdir)/$$file" 
  542.     || exit 1; 
  543.   fi; 
  544. done
  545. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  546.   if test "$$subdir" = .; then :; else 
  547.     test -d "$(distdir)/$$subdir" 
  548.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  549.     || exit 1; 
  550.   fi; 
  551. done
  552. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  553.   if test "$$subdir" = .; then :; else 
  554.     dir1=$$subdir; dir2="$(distdir)/$$subdir"; 
  555.     $(am__relativize); 
  556.     new_distdir=$$reldir; 
  557.     dir1=$$subdir; dir2="$(top_distdir)"; 
  558.     $(am__relativize); 
  559.     new_top_distdir=$$reldir; 
  560.     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \"; 
  561.     echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; 
  562.     ($(am__cd) $$subdir && 
  563.       $(MAKE) $(AM_MAKEFLAGS) 
  564.         top_distdir="$$new_top_distdir" 
  565.         distdir="$$new_distdir" 
  566. am__remove_distdir=: 
  567. am__skip_length_check=: 
  568. am__skip_mode_fix=: 
  569.         distdir) 
  570.       || exit 1; 
  571.   fi; 
  572. done
  573. check-am: all-am
  574. check: check-recursive
  575. all-am: Makefile
  576. installdirs: installdirs-recursive
  577. installdirs-am:
  578. install: install-recursive
  579. install-exec: install-exec-recursive
  580. install-data: install-data-recursive
  581. uninstall: uninstall-recursive
  582. install-am: all-am
  583. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  584. installcheck: installcheck-recursive
  585. install-strip:
  586. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  587.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  588.   `test -z '$(STRIP)' || 
  589.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  590. mostlyclean-generic:
  591. clean-generic:
  592. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  593. distclean-generic:
  594. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  595. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  596. maintainer-clean-generic:
  597. @echo "This command is intended for maintainers to use"
  598. @echo "it deletes files that may require special tools to rebuild."
  599. clean: clean-recursive
  600. clean-am: clean-generic clean-libtool mostlyclean-am
  601. distclean: distclean-recursive
  602. -rm -f Makefile
  603. distclean-am: clean-am distclean-compile distclean-generic 
  604. distclean-tags
  605. dvi: dvi-recursive
  606. dvi-am:
  607. html: html-recursive
  608. html-am:
  609. info: info-recursive
  610. info-am:
  611. install-data-am:
  612. install-dvi: install-dvi-recursive
  613. install-dvi-am:
  614. install-exec-am:
  615. install-html: install-html-recursive
  616. install-html-am:
  617. install-info: install-info-recursive
  618. install-info-am:
  619. install-man:
  620. install-pdf: install-pdf-recursive
  621. install-pdf-am:
  622. install-ps: install-ps-recursive
  623. install-ps-am:
  624. installcheck-am:
  625. maintainer-clean: maintainer-clean-recursive
  626. -rm -f Makefile
  627. maintainer-clean-am: distclean-am maintainer-clean-generic
  628. mostlyclean: mostlyclean-recursive
  629. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  630. mostlyclean-libtool
  631. pdf: pdf-recursive
  632. pdf-am:
  633. ps: ps-recursive
  634. ps-am:
  635. uninstall-am:
  636. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) 
  637. $(top_builddir)/ansi2knr ctags-recursive install-am 
  638. install-strip tags-recursive
  639. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  640. all all-am check check-am clean clean-generic clean-libtool 
  641. ctags ctags-recursive distclean distclean-compile 
  642. distclean-generic distclean-libtool distclean-tags distdir dvi 
  643. dvi-am html html-am info info-am install install-am 
  644. install-data install-data-am install-dvi install-dvi-am 
  645. install-exec install-exec-am install-html install-html-am 
  646. install-info install-info-am install-man install-pdf 
  647. install-pdf-am install-ps install-ps-am install-strip 
  648. installcheck installcheck-am installdirs installdirs-am 
  649. maintainer-clean maintainer-clean-generic mostlyclean 
  650. mostlyclean-compile mostlyclean-generic mostlyclean-kr 
  651. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive 
  652. uninstall uninstall-am
  653. allprogs: $(EXTRA_PROGRAMS)
  654. cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
  655. cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs
  656. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  657. # Otherwise a system limit (for SysV at least) may be exceeded.
  658. .NOEXPORT: