source: trunk/third/gmp/demos/Makefile.in @ 18191

Revision 18191, 16.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18190, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# 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
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
14@SET_MAKE@
15
16# Copyright 2000, 2001 Free Software Foundation, Inc.
17#
18# This file is part of the GNU MP Library.
19#
20# The GNU MP Library is free software; you can redistribute it and/or modify
21# it under the terms of the GNU Lesser General Public License as published by
22# the Free Software Foundation; either version 2.1 of the License, or (at your
23# option) any later version.
24#
25# The GNU MP Library is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
28# License for more details.
29#
30# You should have received a copy of the GNU Lesser General Public License
31# along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
32# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
33# MA 02111-1307, USA.
34
35SHELL = @SHELL@
36
37srcdir = @srcdir@
38top_srcdir = @top_srcdir@
39VPATH = @srcdir@
40prefix = @prefix@
41exec_prefix = @exec_prefix@
42
43bindir = @bindir@
44sbindir = @sbindir@
45libexecdir = @libexecdir@
46datadir = @datadir@
47sysconfdir = @sysconfdir@
48sharedstatedir = @sharedstatedir@
49localstatedir = @localstatedir@
50libdir = @libdir@
51infodir = @infodir@
52mandir = @mandir@
53includedir = @includedir@
54oldincludedir = /usr/include
55pkgdatadir = $(datadir)/@PACKAGE@
56pkglibdir = $(libdir)/@PACKAGE@
57pkgincludedir = $(includedir)/@PACKAGE@
58top_builddir = ..
59
60ACLOCAL = @ACLOCAL@
61AUTOCONF = @AUTOCONF@
62AUTOMAKE = @AUTOMAKE@
63AUTOHEADER = @AUTOHEADER@
64
65INSTALL = @INSTALL@
66INSTALL_PROGRAM = @INSTALL_PROGRAM@
67INSTALL_DATA = @INSTALL_DATA@
68INSTALL_SCRIPT = @INSTALL_SCRIPT@
69INSTALL_HEADER = $(INSTALL_DATA)
70transform = @program_transform_name@
71NORMAL_INSTALL = :
72PRE_INSTALL = :
73POST_INSTALL = :
74NORMAL_UNINSTALL = :
75PRE_UNINSTALL = :
76POST_UNINSTALL = :
77host_alias = @host_alias@
78host_triplet = @host@
79AMTAR = @AMTAR@
80AR = @AR@
81AS = @AS@
82AWK = @AWK@
83BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
84CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
85CC = @CC@
86CCAS = @CCAS@
87CPP = @CPP@
88CXX = @CXX@
89CXXCPP = @CXXCPP@
90DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
91DEPDIR = @DEPDIR@
92DLLTOOL = @DLLTOOL@
93ECHO = @ECHO@
94EXEEXT = @EXEEXT@
95GCJ = @GCJ@
96GCJFLAGS = @GCJFLAGS@
97GMP_LDFLAGS = @GMP_LDFLAGS@
98GMP_NAIL_BITS = @GMP_NAIL_BITS@
99HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
100HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
101HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
102HAVE_MPFR_01 = @HAVE_MPFR_01@
103HAVE_STACK_T_01 = @HAVE_STACK_T_01@
104INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105LEX = @LEX@
106LIBGMP_DLL = @LIBGMP_DLL@
107LIBM = @LIBM@
108LIBREADLINE = @LIBREADLINE@
109LIBTOOL = @LIBTOOL@
110LN_S = @LN_S@
111M4 = @M4@
112MAINT = @MAINT@
113MPFR_CFLAGS = @MPFR_CFLAGS@
114MPFR_LIBS = @MPFR_LIBS@
115OBJDUMP = @OBJDUMP@
116OBJEXT = @OBJEXT@
117PACKAGE = @PACKAGE@
118RANLIB = @RANLIB@
119RC = @RC@
120REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
121REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
122SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
123STRIP = @STRIP@
124TAL_OBJECT = @TAL_OBJECT@
125TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
126U = @U@
127VERSION = @VERSION@
128WITH_READLINE_01 = @WITH_READLINE_01@
129YACC = @YACC@
130am__include = @am__include@
131am__quote = @am__quote@
132gmp_srclinks = @gmp_srclinks@
133install_sh = @install_sh@
134mpn_objects = @mpn_objects@
135mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
136mpn_objs_in_libmp = @mpn_objs_in_libmp@
137
138AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
139SUBDIRS = calc expr
140EXTRA_DIST = perl
141
142INCLUDES = -I$(top_srcdir)
143LDADD = $(top_builddir)/libgmp.la
144
145qcn_LDADD = $(LDADD) $(LIBM)
146primes_LDADD = $(LDADD) $(LIBM)
147
148# None of these programs are built by default, but "make <whatever>" will
149# build them once libgmp.la is built.
150#
151EXTRA_PROGRAMS = factorize isprime pexpr primes qcn
152
153CLEANFILES = $(EXTRA_PROGRAMS)
154subdir = demos
155mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
156CONFIG_HEADER = $(top_builddir)/config.h
157CONFIG_CLEAN_FILES = pexpr-config.h
158EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \
159        primes$(EXEEXT) qcn$(EXEEXT)
160factorize_SOURCES = factorize.c
161factorize_OBJECTS = factorize$U.$(OBJEXT)
162factorize_LDADD = $(LDADD)
163factorize_DEPENDENCIES = $(top_builddir)/libgmp.la
164factorize_LDFLAGS =
165isprime_SOURCES = isprime.c
166isprime_OBJECTS = isprime$U.$(OBJEXT)
167isprime_LDADD = $(LDADD)
168isprime_DEPENDENCIES = $(top_builddir)/libgmp.la
169isprime_LDFLAGS =
170pexpr_SOURCES = pexpr.c
171pexpr_OBJECTS = pexpr$U.$(OBJEXT)
172pexpr_LDADD = $(LDADD)
173pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la
174pexpr_LDFLAGS =
175primes_SOURCES = primes.c
176primes_OBJECTS = primes$U.$(OBJEXT)
177primes_DEPENDENCIES = $(top_builddir)/libgmp.la
178primes_LDFLAGS =
179qcn_SOURCES = qcn.c
180qcn_OBJECTS = qcn$U.$(OBJEXT)
181qcn_DEPENDENCIES = $(top_builddir)/libgmp.la
182qcn_LDFLAGS =
183
184DEFS = @DEFS@
185DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
186CPPFLAGS = @CPPFLAGS@
187LDFLAGS = @LDFLAGS@
188LIBS = @LIBS@
189depcomp =
190COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
191        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
192LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
193        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194CCLD = $(CC)
195LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196        $(AM_LDFLAGS) $(LDFLAGS) -o $@
197CFLAGS = @CFLAGS@
198DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
199
200RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
201        uninstall-info-recursive all-recursive install-data-recursive \
202        install-exec-recursive installdirs-recursive install-recursive \
203        uninstall-recursive check-recursive installcheck-recursive
204DIST_COMMON = Makefile.am Makefile.in pexpr-config-h.in
205DIST_SUBDIRS = $(SUBDIRS)
206SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
207
208all: all-recursive
209
210.SUFFIXES:
211.SUFFIXES: .c .lo .o .obj
212
213mostlyclean-libtool:
214        -rm -f *.lo
215
216clean-libtool:
217        -rm -rf .libs _libs
218
219distclean-libtool:
220        -rm -f libtool
221$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
222        cd $(top_srcdir) && \
223          $(AUTOMAKE) --gnu  demos/Makefile
224Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
225        cd $(top_builddir) && \
226          CONFIG_HEADERS= CONFIG_LINKS= \
227          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
228pexpr-config.h: $(top_builddir)/config.status pexpr-config-h.in
229        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@:demos/pexpr-config-h.in CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
230factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES)
231        @rm -f factorize$(EXEEXT)
232        $(LINK) $(factorize_LDFLAGS) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
233isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES)
234        @rm -f isprime$(EXEEXT)
235        $(LINK) $(isprime_LDFLAGS) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS)
236pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES)
237        @rm -f pexpr$(EXEEXT)
238        $(LINK) $(pexpr_LDFLAGS) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS)
239primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES)
240        @rm -f primes$(EXEEXT)
241        $(LINK) $(primes_LDFLAGS) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
242qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES)
243        @rm -f qcn$(EXEEXT)
244        $(LINK) $(qcn_LDFLAGS) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS)
245
246mostlyclean-compile:
247        -rm -f *.$(OBJEXT) core *.core
248
249distclean-compile:
250        -rm -f *.tab.c
251
252ANSI2KNR = $(top_builddir)/ansi2knr
253$(top_builddir)/ansi2knr:
254        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
255
256mostlyclean-kr:
257        -test "$U" = "" || rm -f *_.c
258
259.c.o:
260        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
261
262.c.obj:
263        $(COMPILE) -c `cygpath -w $<`
264
265.c.lo:
266        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
267factorize_.c: factorize.c $(ANSI2KNR)
268        $(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) > factorize_.c || rm -f factorize_.c
269isprime_.c: isprime.c $(ANSI2KNR)
270        $(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) > isprime_.c || rm -f isprime_.c
271pexpr_.c: pexpr.c $(ANSI2KNR)
272        $(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) > pexpr_.c || rm -f pexpr_.c
273primes_.c: primes.c $(ANSI2KNR)
274        $(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) > primes_.c || rm -f primes_.c
275qcn_.c: qcn.c $(ANSI2KNR)
276        $(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) > qcn_.c || rm -f qcn_.c
277factorize_.$(OBJEXT) factorize_.lo isprime_.$(OBJEXT) isprime_.lo \
278pexpr_.$(OBJEXT) pexpr_.lo primes_.$(OBJEXT) primes_.lo qcn_.$(OBJEXT) \
279qcn_.lo : $(ANSI2KNR)
280uninstall-info-am:
281
282# This directory's subdirectories are mostly independent; you can cd
283# into them and run `make' without going through this Makefile.
284# To change the values of `make' variables: instead of editing Makefiles,
285# (1) if the variable is set in `config.status', edit `config.status'
286#     (which will cause the Makefiles to be regenerated when you run `make');
287# (2) otherwise, pass the desired values on the `make' command line.
288$(RECURSIVE_TARGETS):
289        @set fnord $(MAKEFLAGS); amf=$$2; \
290        dot_seen=no; \
291        target=`echo $@ | sed s/-recursive//`; \
292        list='$(SUBDIRS)'; for subdir in $$list; do \
293          echo "Making $$target in $$subdir"; \
294          if test "$$subdir" = "."; then \
295            dot_seen=yes; \
296            local_target="$$target-am"; \
297          else \
298            local_target="$$target"; \
299          fi; \
300          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
301           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
302        done; \
303        if test "$$dot_seen" = "no"; then \
304          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
305        fi; test -z "$$fail"
306
307mostlyclean-recursive clean-recursive distclean-recursive \
308maintainer-clean-recursive:
309        @set fnord $(MAKEFLAGS); amf=$$2; \
310        dot_seen=no; \
311        case "$@" in \
312          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
313          *) list='$(SUBDIRS)' ;; \
314        esac; \
315        rev=''; for subdir in $$list; do \
316          if test "$$subdir" = "."; then :; else \
317            rev="$$subdir $$rev"; \
318          fi; \
319        done; \
320        rev="$$rev ."; \
321        target=`echo $@ | sed s/-recursive//`; \
322        for subdir in $$rev; do \
323          echo "Making $$target in $$subdir"; \
324          if test "$$subdir" = "."; then \
325            local_target="$$target-am"; \
326          else \
327            local_target="$$target"; \
328          fi; \
329          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
331        done && test -z "$$fail"
332tags-recursive:
333        list='$(SUBDIRS)'; for subdir in $$list; do \
334          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
335        done
336
337tags: TAGS
338
339ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
341        unique=`for i in $$list; do \
342            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343          done | \
344          $(AWK) '    { files[$$0] = 1; } \
345               END { for (i in files) print i; }'`; \
346        mkid -fID $$unique $(LISP)
347
348TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
349                $(TAGS_FILES) $(LISP)
350        tags=; \
351        here=`pwd`; \
352        list='$(SUBDIRS)'; for subdir in $$list; do \
353          if test "$$subdir" = .; then :; else \
354            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
355          fi; \
356        done; \
357        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
358        unique=`for i in $$list; do \
359            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360          done | \
361          $(AWK) '    { files[$$0] = 1; } \
362               END { for (i in files) print i; }'`; \
363        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
364          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
365
366GTAGS:
367        here=`CDPATH=: && cd $(top_builddir) && pwd` \
368          && cd $(top_srcdir) \
369          && gtags -i $(GTAGS_ARGS) $$here
370
371distclean-tags:
372        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
373
374DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
375
376top_distdir = ..
377distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
378
379distdir: $(DISTFILES)
380        @for file in $(DISTFILES); do \
381          if test -f $$file; then d=.; else d=$(srcdir); fi; \
382          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
383          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
384            $(mkinstalldirs) "$(distdir)/$$dir"; \
385          fi; \
386          if test -d $$d/$$file; then \
387            cp -pR $$d/$$file $(distdir) \
388            || exit 1; \
389          else \
390            test -f $(distdir)/$$file \
391            || cp -p $$d/$$file $(distdir)/$$file \
392            || exit 1; \
393          fi; \
394        done
395        for subdir in $(SUBDIRS); do \
396          if test "$$subdir" = .; then :; else \
397            test -d $(distdir)/$$subdir \
398            || mkdir $(distdir)/$$subdir \
399            || exit 1; \
400            (cd $$subdir && \
401              $(MAKE) $(AM_MAKEFLAGS) \
402                top_distdir="$(top_distdir)" \
403                distdir=../$(distdir)/$$subdir \
404                distdir) \
405              || exit 1; \
406          fi; \
407        done
408check-am: all-am
409check: check-recursive
410all-am: Makefile
411installdirs: installdirs-recursive
412installdirs-am:
413
414install: install-recursive
415install-exec: install-exec-recursive
416install-data: install-data-recursive
417uninstall: uninstall-recursive
418
419install-am: all-am
420        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
421
422installcheck: installcheck-recursive
423install-strip:
424        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425          `test -z '$(STRIP)' || \
426            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427mostlyclean-generic:
428
429clean-generic:
430        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
431
432distclean-generic:
433        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
434
435maintainer-clean-generic:
436        @echo "This command is intended for maintainers to use"
437        @echo "it deletes files that may require special tools to rebuild."
438clean: clean-recursive
439
440clean-am: clean-generic clean-libtool mostlyclean-am
441
442distclean: distclean-recursive
443
444distclean-am: clean-am distclean-compile distclean-generic \
445        distclean-libtool distclean-tags
446
447dvi: dvi-recursive
448
449dvi-am:
450
451info: info-recursive
452
453info-am:
454
455install-data-am:
456
457install-exec-am:
458
459install-info: install-info-recursive
460
461install-man:
462
463installcheck-am:
464
465maintainer-clean: maintainer-clean-recursive
466
467maintainer-clean-am: distclean-am maintainer-clean-generic
468
469mostlyclean: mostlyclean-recursive
470
471mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
472        mostlyclean-libtool
473
474uninstall-am: uninstall-info-am
475
476uninstall-info: uninstall-info-recursive
477
478.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
479        clean-generic clean-libtool clean-recursive distclean \
480        distclean-compile distclean-generic distclean-libtool \
481        distclean-recursive distclean-tags distdir dvi dvi-am \
482        dvi-recursive info info-am info-recursive install install-am \
483        install-data install-data-am install-data-recursive \
484        install-exec install-exec-am install-exec-recursive \
485        install-info install-info-am install-info-recursive install-man \
486        install-recursive install-strip installcheck installcheck-am \
487        installdirs installdirs-am installdirs-recursive \
488        maintainer-clean maintainer-clean-generic \
489        maintainer-clean-recursive mostlyclean mostlyclean-compile \
490        mostlyclean-generic mostlyclean-kr mostlyclean-libtool \
491        mostlyclean-recursive tags tags-recursive uninstall \
492        uninstall-am uninstall-info-am uninstall-info-recursive \
493        uninstall-recursive
494
495
496allprogs: $(EXTRA_PROGRAMS)
497        cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
498        cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs
499# Tell versions [3.59,3.63) of GNU make to not export all variables.
500# Otherwise a system limit (for SysV at least) may be exceeded.
501.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.