[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpz

Annotation of OpenXM_contrib/gmp/mpz/Makefile.in, Revision 1.1.1.2

1.1.1.2 ! maekawa     1: # Makefile.in generated automatically by automake 1.4a from Makefile.am
1.1       maekawa     2:
1.1.1.2 ! maekawa     3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
        !             4: # This Makefile.in is free software; the Free Software Foundation
        !             5: # gives unlimited permission to copy and/or distribute it,
        !             6: # with or without modifications, as long as this notice is preserved.
        !             7:
        !             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:
        !            13: SHELL = @SHELL@
        !            14:
        !            15: srcdir = @srcdir@
        !            16: top_srcdir = @top_srcdir@
        !            17: VPATH = @srcdir@
        !            18: prefix = @prefix@
        !            19: exec_prefix = @exec_prefix@
        !            20:
        !            21: bindir = @bindir@
        !            22: sbindir = @sbindir@
        !            23: libexecdir = @libexecdir@
        !            24: datadir = @datadir@
        !            25: sysconfdir = @sysconfdir@
        !            26: sharedstatedir = @sharedstatedir@
        !            27: localstatedir = @localstatedir@
        !            28: libdir = @libdir@
        !            29: infodir = @infodir@
        !            30: mandir = @mandir@
        !            31: includedir = @includedir@
        !            32: oldincludedir = /usr/include
        !            33:
        !            34: DESTDIR =
        !            35:
        !            36: pkgdatadir = $(datadir)/@PACKAGE@
        !            37: pkglibdir = $(libdir)/@PACKAGE@
        !            38: pkgincludedir = $(includedir)/@PACKAGE@
        !            39:
        !            40: top_builddir = ..
        !            41:
        !            42: ACLOCAL = @ACLOCAL@
        !            43: AUTOCONF = @AUTOCONF@
        !            44: AUTOMAKE = @AUTOMAKE@
        !            45: AUTOHEADER = @AUTOHEADER@
        !            46:
        !            47: INSTALL = @INSTALL@
        !            48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            49: INSTALL_DATA = @INSTALL_DATA@
        !            50: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            51: INSTALL_STRIP_FLAG =
        !            52: transform = @program_transform_name@
        !            53:
        !            54: NORMAL_INSTALL = :
        !            55: PRE_INSTALL = :
        !            56: POST_INSTALL = :
        !            57: NORMAL_UNINSTALL = :
        !            58: PRE_UNINSTALL = :
        !            59: POST_UNINSTALL = :
        !            60:
        !            61: @SET_MAKE@
        !            62: build_alias = @build_alias@
        !            63: build_triplet = @build@
        !            64: host_alias = @host_alias@
        !            65: host_triplet = @host@
        !            66: target_alias = @target_alias@
        !            67: target_triplet = @target@
        !            68: AMDEP = @AMDEP@
        !            69: AMTAR = @AMTAR@
        !            70: AR = @AR@
        !            71: AS = @AS@
        !            72: AWK = @AWK@
        !            73: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
        !            74: CC = @CC@
        !            75: CCAS = @CCAS@
        !            76: CPP = @CPP@
        !            77: CXX = @CXX@
        !            78: CXXCPP = @CXXCPP@
        !            79: DEPDIR = @DEPDIR@
        !            80: DLLTOOL = @DLLTOOL@
        !            81: EXEEXT = @EXEEXT@
        !            82: LIBTOOL = @LIBTOOL@
        !            83: LN_S = @LN_S@
        !            84: M4 = @M4@
        !            85: MAINT = @MAINT@
        !            86: MAKEINFO = @MAKEINFO@
        !            87: OBJDUMP = @OBJDUMP@
        !            88: OBJEXT = @OBJEXT@
        !            89: PACKAGE = @PACKAGE@
        !            90: RANLIB = @RANLIB@
        !            91: SPEED_CYCLECOUNTER_OBJS = @SPEED_CYCLECOUNTER_OBJS@
        !            92: STRIP = @STRIP@
        !            93: U = @U@
        !            94: VERSION = @VERSION@
        !            95: gmp_srclinks = @gmp_srclinks@
        !            96: install_sh = @install_sh@
        !            97: mpn_objects = @mpn_objects@
        !            98: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
1.1       maekawa    99:
1.1.1.2 ! maekawa   100: # Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
        !           101: #
        !           102: # This file is part of the GNU MP Library.
        !           103: #
1.1       maekawa   104: # The GNU MP Library is free software; you can redistribute it and/or modify
1.1.1.2 ! maekawa   105: # it under the terms of the GNU Lesser General Public License as published by
        !           106: # the Free Software Foundation; either version 2.1 of the License, or (at your
1.1       maekawa   107: # option) any later version.
1.1.1.2 ! maekawa   108: #
1.1       maekawa   109: # The GNU MP Library is distributed in the hope that it will be useful, but
                    110: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
1.1.1.2 ! maekawa   111: # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
1.1       maekawa   112: # License for more details.
1.1.1.2 ! maekawa   113: #
        !           114: # You should have received a copy of the GNU Lesser General Public License
1.1       maekawa   115: # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
                    116: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
                    117: # MA 02111-1307, USA.
                    118:
                    119:
1.1.1.2 ! maekawa   120: AUTOMAKE_OPTIONS = gnu no-dependencies
1.1       maekawa   121:
1.1.1.2 ! maekawa   122: SUBDIRS = tests
1.1       maekawa   123:
1.1.1.2 ! maekawa   124: INCLUDES = -I$(top_srcdir) -DOPERATION_$*
1.1       maekawa   125:
1.1.1.2 ! maekawa   126: noinst_LTLIBRARIES = libmpz.la
        !           127: libmpz_la_SOURCES = \
        !           128:   abs.c add.c add_ui.c addmul_ui.c and.c array_init.c \
        !           129:   bin_ui.c bin_uiui.c cdiv_q.c \
        !           130:   cdiv_q_ui.c cdiv_qr.c cdiv_qr_ui.c cdiv_r.c cdiv_r_ui.c cdiv_ui.c \
        !           131:   clear.c clrbit.c cmp.c cmp_si.c cmp_ui.c cmpabs.c cmpabs_ui.c com.c \
        !           132:   divexact.c dump.c fac_ui.c fdiv_q.c fdiv_q_2exp.c fdiv_q_ui.c \
        !           133:   fdiv_qr.c fdiv_qr_ui.c fdiv_r.c fdiv_r_2exp.c fdiv_r_ui.c fdiv_ui.c \
        !           134:   fib_ui.c fits_sint_p.c fits_slong_p.c fits_sshort_p.c fits_uint_p.c \
        !           135:   fits_ulong_p.c fits_ushort_p.c gcd.c gcd_ui.c gcdext.c get_d.c get_si.c \
        !           136:   get_str.c get_ui.c getlimbn.c hamdist.c init.c inp_raw.c inp_str.c \
        !           137:   invert.c ior.c iset.c iset_d.c iset_si.c iset_str.c iset_ui.c \
        !           138:   jacobi.c kronsz.c kronuz.c kronzs.c kronzu.c \
        !           139:   lcm.c legendre.c mod.c mul.c mul_2exp.c neg.c nextprime.c \
        !           140:   out_raw.c out_str.c perfpow.c perfsqr.c popcount.c pow_ui.c powm.c \
        !           141:   powm_ui.c pprime_p.c random.c random2.c realloc.c remove.c root.c rrandomb.c \
        !           142:   scan0.c scan1.c set.c set_d.c set_f.c set_q.c set_si.c set_str.c \
        !           143:   set_ui.c setbit.c size.c sizeinbase.c sqrt.c sqrtrem.c sub.c \
        !           144:   sub_ui.c swap.c tdiv_ui.c tdiv_q.c tdiv_q_2exp.c tdiv_q_ui.c tdiv_qr.c \
        !           145:   tdiv_qr_ui.c tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c tstbit.c ui_pow_ui.c \
        !           146:   urandomb.c urandomm.c xor.c
        !           147:
        !           148:
        !           149: EXTRA_DIST = mul_siui.c
        !           150: nodist_libmpz_la_SOURCES = mul_si.c mul_ui.c
        !           151: CLEANFILES = $(nodist_libmpz_la_SOURCES)
        !           152: subdir = mpz
        !           153: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           154: CONFIG_HEADER = ../config.h
        !           155: CONFIG_CLEAN_FILES =
        !           156: LTLIBRARIES =  $(noinst_LTLIBRARIES)
        !           157:
        !           158:
        !           159: DEFS = @DEFS@ -I. -I$(srcdir) -I..
        !           160: CPPFLAGS = @CPPFLAGS@
        !           161: LDFLAGS = @LDFLAGS@
        !           162: LIBS = @LIBS@
        !           163: libmpz_la_LDFLAGS =
        !           164: libmpz_la_LIBADD =
        !           165: am_libmpz_la_OBJECTS =  abs.lo add.lo add_ui.lo addmul_ui.lo and.lo \
        !           166: array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo \
        !           167: cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo clear.lo clrbit.lo \
        !           168: cmp.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_ui.lo com.lo divexact.lo \
        !           169: dump.lo fac_ui.lo fdiv_q.lo fdiv_q_2exp.lo fdiv_q_ui.lo fdiv_qr.lo \
        !           170: fdiv_qr_ui.lo fdiv_r.lo fdiv_r_2exp.lo fdiv_r_ui.lo fdiv_ui.lo \
        !           171: fib_ui.lo fits_sint_p.lo fits_slong_p.lo fits_sshort_p.lo \
        !           172: fits_uint_p.lo fits_ulong_p.lo fits_ushort_p.lo gcd.lo gcd_ui.lo \
        !           173: gcdext.lo get_d.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo \
        !           174: hamdist.lo init.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo \
        !           175: iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo \
        !           176: kronuz.lo kronzs.lo kronzu.lo lcm.lo legendre.lo mod.lo mul.lo \
        !           177: mul_2exp.lo neg.lo nextprime.lo out_raw.lo out_str.lo perfpow.lo \
        !           178: perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_ui.lo pprime_p.lo \
        !           179: random.lo random2.lo realloc.lo remove.lo root.lo rrandomb.lo scan0.lo \
        !           180: scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo \
        !           181: set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo \
        !           182: sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo \
        !           183: tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo \
        !           184: tstbit.lo ui_pow_ui.lo urandomb.lo urandomm.lo xor.lo
        !           185: nodist_libmpz_la_OBJECTS =  mul_si.lo mul_ui.lo
        !           186: libmpz_la_OBJECTS =  $(am_libmpz_la_OBJECTS) $(nodist_libmpz_la_OBJECTS)
        !           187: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           188: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           189: CFLAGS = @CFLAGS@
        !           190: CCLD = $(CC)
        !           191: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           192: DIST_SOURCES =  $(libmpz_la_SOURCES)
        !           193: DIST_COMMON =  README Makefile.am Makefile.in
        !           194:
        !           195:
        !           196: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           197:
        !           198: GZIP_ENV = --best
        !           199: depcomp =
        !           200: SOURCES = $(libmpz_la_SOURCES) $(nodist_libmpz_la_SOURCES)
        !           201: OBJECTS = $(am_libmpz_la_OBJECTS) $(nodist_libmpz_la_OBJECTS)
        !           202:
        !           203: all: all-redirect
        !           204: .SUFFIXES:
        !           205: .SUFFIXES: .c .lo .o .obj
        !           206: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           207:        cd $(top_srcdir) && $(AUTOMAKE) --gnu mpz/Makefile
        !           208:
        !           209: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           210:        cd $(top_builddir) \
        !           211:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
        !           212:
        !           213:
        !           214: mostlyclean-noinstLTLIBRARIES:
        !           215:
        !           216: clean-noinstLTLIBRARIES:
        !           217:        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        !           218:
        !           219: distclean-noinstLTLIBRARIES:
        !           220:
        !           221: maintainer-clean-noinstLTLIBRARIES:
        !           222:
        !           223: mostlyclean-compile:
        !           224:        -rm -f *.o core *.core
        !           225:        -rm -f *.$(OBJEXT)
        !           226:
        !           227: clean-compile:
        !           228:
        !           229: distclean-compile:
        !           230:        -rm -f *.tab.c
        !           231:
        !           232: maintainer-clean-compile:
        !           233:
        !           234: mostlyclean-libtool:
        !           235:        -rm -f *.lo
        !           236:
        !           237: clean-libtool:
        !           238:        -rm -rf .libs _libs
        !           239:
        !           240: distclean-libtool:
        !           241:
        !           242: maintainer-clean-libtool:
        !           243:
        !           244: libmpz.la: $(libmpz_la_OBJECTS) $(libmpz_la_DEPENDENCIES)
        !           245:        $(LINK)  $(libmpz_la_LDFLAGS) $(libmpz_la_OBJECTS) $(libmpz_la_LIBADD) $(LIBS)
        !           246: .c.o:
        !           247:        $(COMPILE) -c $<
        !           248: .c.obj:
        !           249:        $(COMPILE) -c `cygpath -w $<`
        !           250: .c.lo:
        !           251:        $(LTCOMPILE) -c -o $@ $<
        !           252:
        !           253: # This directory's subdirectories are mostly independent; you can cd
        !           254: # into them and run `make' without going through this Makefile.
        !           255: # To change the values of `make' variables: instead of editing Makefiles,
        !           256: # (1) if the variable is set in `config.status', edit `config.status'
        !           257: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           258: # (2) otherwise, pass the desired values on the `make' command line.
        !           259:
        !           260: all-recursive install-data-recursive install-exec-recursive \
        !           261: installdirs-recursive install-recursive uninstall-recursive  \
        !           262: check-recursive installcheck-recursive info-recursive dvi-recursive:
        !           263:        @set fnord $(MAKEFLAGS); amf=$$2; \
        !           264:        dot_seen=no; \
        !           265:        target=`echo $@ | sed s/-recursive//`; \
        !           266:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           267:          echo "Making $$target in $$subdir"; \
        !           268:          if test "$$subdir" = "."; then \
        !           269:            dot_seen=yes; \
        !           270:            local_target="$$target-am"; \
        !           271:          else \
        !           272:            local_target="$$target"; \
        !           273:          fi; \
        !           274:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           275:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           276:        done; \
        !           277:        if test "$$dot_seen" = "no"; then \
        !           278:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           279:        fi; test -z "$$fail"
        !           280:
        !           281: mostlyclean-recursive clean-recursive distclean-recursive \
        !           282: maintainer-clean-recursive:
        !           283:        @set fnord $(MAKEFLAGS); amf=$$2; \
        !           284:        dot_seen=no; \
        !           285:        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
        !           286:          rev="$$subdir $$rev"; \
        !           287:          if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
        !           288:        done; \
        !           289:        test "$$dot_seen" = "no" && rev=". $$rev"; \
        !           290:        target=`echo $@ | sed s/-recursive//`; \
        !           291:        for subdir in $$rev; do \
        !           292:          echo "Making $$target in $$subdir"; \
        !           293:          if test "$$subdir" = "."; then \
        !           294:            local_target="$$target-am"; \
        !           295:          else \
        !           296:            local_target="$$target"; \
        !           297:          fi; \
        !           298:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           299:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           300:        done && test -z "$$fail"
        !           301: tags-recursive:
        !           302:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           303:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        !           304:        done
        !           305:
        !           306: tags: TAGS
        !           307:
        !           308: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           309:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           310:        unique=`for i in $$list; do \
        !           311:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           312:          done | \
        !           313:          $(AWK) '    { files[$$0] = 1; } \
        !           314:               END { for (i in files) print i; }'`; \
        !           315:        mkid -f$$here/ID $$unique $(LISP)
        !           316:
        !           317: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           318:                $(TAGS_FILES) $(LISP)
        !           319:        tags=; \
        !           320:        here=`pwd`; \
        !           321:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           322:    if test "$$subdir" = .; then :; else \
        !           323:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
        !           324:    fi; \
        !           325:        done; \
        !           326:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           327:        unique=`for i in $$list; do \
        !           328:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           329:          done | \
        !           330:          $(AWK) '    { files[$$0] = 1; } \
        !           331:               END { for (i in files) print i; }'`; \
        !           332:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
        !           333:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
        !           334:
        !           335: mostlyclean-tags:
        !           336:
        !           337: clean-tags:
        !           338:
        !           339: distclean-tags:
        !           340:        -rm -f TAGS ID
        !           341:
        !           342: maintainer-clean-tags:
        !           343:
        !           344: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
        !           345:
        !           346: distdir: $(DISTFILES)
        !           347:        @for file in $(DISTFILES); do \
        !           348:          d=$(srcdir); \
        !           349:          if test -d $$d/$$file; then \
        !           350:            cp -pR $$d/$$file $(distdir); \
        !           351:          else \
        !           352:            test -f $(distdir)/$$file \
        !           353:            || cp -p $$d/$$file $(distdir)/$$file || :; \
        !           354:          fi; \
        !           355:        done
        !           356:        for subdir in $(SUBDIRS); do \
        !           357:          if test "$$subdir" = .; then :; else \
        !           358:            test -d $(distdir)/$$subdir \
        !           359:            || mkdir $(distdir)/$$subdir \
        !           360:            || exit 1; \
        !           361:            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
        !           362:              || exit 1; \
        !           363:          fi; \
        !           364:        done
        !           365: info-am:
        !           366: info: info-recursive
        !           367: dvi-am:
        !           368: dvi: dvi-recursive
        !           369: check-am: all-am
        !           370: check: check-recursive
        !           371: installcheck-am:
        !           372: installcheck: installcheck-recursive
        !           373: install-exec-am:
        !           374: install-exec: install-exec-recursive
        !           375:
        !           376: install-data-am:
        !           377: install-data: install-data-recursive
        !           378:
        !           379: install-am: all-am
        !           380:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           381: install: install-recursive
        !           382: uninstall-am:
        !           383: uninstall: uninstall-recursive
        !           384: all-am: Makefile $(LTLIBRARIES)
        !           385: all-redirect: all-recursive
        !           386: install-strip:
        !           387:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
        !           388: installdirs: installdirs-recursive
        !           389: installdirs-am:
        !           390:
        !           391:
        !           392: mostlyclean-generic:
        !           393:
        !           394: clean-generic:
        !           395:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
        !           396:
        !           397: distclean-generic:
        !           398:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           399:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
        !           400:
        !           401: maintainer-clean-generic:
        !           402:        -rm -f Makefile.in
        !           403: mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
        !           404:                mostlyclean-libtool mostlyclean-tags \
        !           405:                mostlyclean-generic
        !           406:
        !           407: mostlyclean: mostlyclean-recursive
        !           408:
        !           409: clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
        !           410:                clean-tags clean-generic mostlyclean-am
        !           411:
        !           412: clean: clean-recursive
        !           413:
        !           414: distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
        !           415:                distclean-libtool distclean-tags distclean-generic \
        !           416:                clean-am
        !           417:        -rm -f libtool
        !           418:
        !           419: distclean: distclean-recursive
        !           420:
        !           421: maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
        !           422:                maintainer-clean-compile maintainer-clean-libtool \
        !           423:                maintainer-clean-tags maintainer-clean-generic \
        !           424:                distclean-am
        !           425:        @echo "This command is intended for maintainers to use;"
        !           426:        @echo "it deletes files that may require special tools to rebuild."
        !           427:
        !           428: maintainer-clean: maintainer-clean-recursive
        !           429:
        !           430: .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
        !           431: clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
        !           432: mostlyclean-compile distclean-compile clean-compile \
        !           433: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
        !           434: clean-libtool maintainer-clean-libtool install-recursive \
        !           435: uninstall-recursive install-data-recursive uninstall-data-recursive \
        !           436: install-exec-recursive uninstall-exec-recursive installdirs-recursive \
        !           437: uninstalldirs-recursive all-recursive check-recursive \
        !           438: installcheck-recursive info-recursive dvi-recursive \
        !           439: mostlyclean-recursive distclean-recursive clean-recursive \
        !           440: maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
        !           441: distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
        !           442: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
        !           443: install-exec install-data-am install-data install-am install \
        !           444: uninstall-am uninstall all-redirect all-am all install-strip \
        !           445: installdirs-am installdirs mostlyclean-generic distclean-generic \
        !           446: clean-generic maintainer-clean-generic clean mostlyclean distclean \
        !           447: maintainer-clean
        !           448:
        !           449:
        !           450: mul_si.c: $(srcdir)/mul_siui.c
        !           451:        cp $(srcdir)/mul_siui.c mul_si.c
        !           452: mul_ui.c: $(srcdir)/mul_siui.c
        !           453:        cp $(srcdir)/mul_siui.c mul_ui.c
        !           454:
        !           455: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           456: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           457: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>