Annotation of OpenXM_contrib/gmp/cxx/Makefile.in, Revision 1.1.1.1
1.1 ohara 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 2001, 2002 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:
35: SHELL = @SHELL@
36:
37: srcdir = @srcdir@
38: top_srcdir = @top_srcdir@
39: VPATH = @srcdir@
40: prefix = @prefix@
41: exec_prefix = @exec_prefix@
42:
43: bindir = @bindir@
44: sbindir = @sbindir@
45: libexecdir = @libexecdir@
46: datadir = @datadir@
47: sysconfdir = @sysconfdir@
48: sharedstatedir = @sharedstatedir@
49: localstatedir = @localstatedir@
50: libdir = @libdir@
51: infodir = @infodir@
52: mandir = @mandir@
53: includedir = @includedir@
54: oldincludedir = /usr/include
55: pkgdatadir = $(datadir)/@PACKAGE@
56: pkglibdir = $(libdir)/@PACKAGE@
57: pkgincludedir = $(includedir)/@PACKAGE@
58: top_builddir = ..
59:
60: ACLOCAL = @ACLOCAL@
61: AUTOCONF = @AUTOCONF@
62: AUTOMAKE = @AUTOMAKE@
63: AUTOHEADER = @AUTOHEADER@
64:
65: INSTALL = @INSTALL@
66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
67: INSTALL_DATA = @INSTALL_DATA@
68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
69: INSTALL_HEADER = $(INSTALL_DATA)
70: transform = @program_transform_name@
71: NORMAL_INSTALL = :
72: PRE_INSTALL = :
73: POST_INSTALL = :
74: NORMAL_UNINSTALL = :
75: PRE_UNINSTALL = :
76: POST_UNINSTALL = :
77: host_alias = @host_alias@
78: host_triplet = @host@
79: AMTAR = @AMTAR@
80: AR = @AR@
81: AS = @AS@
82: AWK = @AWK@
83: BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
84: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
85: CC = @CC@
86: CCAS = @CCAS@
87: CPP = @CPP@
88: CXX = @CXX@
89: CXXCPP = @CXXCPP@
90: DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
91: DEPDIR = @DEPDIR@
92: DLLTOOL = @DLLTOOL@
93: ECHO = @ECHO@
94: EXEEXT = @EXEEXT@
95: GCJ = @GCJ@
96: GCJFLAGS = @GCJFLAGS@
97: GMP_LDFLAGS = @GMP_LDFLAGS@
98: GMP_NAIL_BITS = @GMP_NAIL_BITS@
99: HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
100: HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
101: HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
102: HAVE_MPFR_01 = @HAVE_MPFR_01@
103: HAVE_STACK_T_01 = @HAVE_STACK_T_01@
104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
105: LEX = @LEX@
106: LIBGMP_DLL = @LIBGMP_DLL@
107: LIBM = @LIBM@
108: LIBREADLINE = @LIBREADLINE@
109: LIBTOOL = @LIBTOOL@
110: LN_S = @LN_S@
111: M4 = @M4@
112: MAINT = @MAINT@
113: MPFR_CFLAGS = @MPFR_CFLAGS@
114: MPFR_LIBS = @MPFR_LIBS@
115: OBJDUMP = @OBJDUMP@
116: OBJEXT = @OBJEXT@
117: PACKAGE = @PACKAGE@
118: RANLIB = @RANLIB@
119: RC = @RC@
120: REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
121: REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
122: SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
123: STRIP = @STRIP@
124: TAL_OBJECT = @TAL_OBJECT@
125: TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
126: U = @U@
127: VERSION = @VERSION@
128: WITH_READLINE_01 = @WITH_READLINE_01@
129: YACC = @YACC@
130: am__include = @am__include@
131: am__quote = @am__quote@
132: gmp_srclinks = @gmp_srclinks@
133: install_sh = @install_sh@
134: mpn_objects = @mpn_objects@
135: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
136: mpn_objs_in_libmp = @mpn_objs_in_libmp@
137:
138: AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
139:
140: INCLUDES = -D__GMP_WITHIN_GMPXX -I$(top_srcdir)
141:
142: @WANT_CXX_TRUE@noinst_LTLIBRARIES = libcxx.la
143:
144: # osfuns.cc is handled from the top-level Makefile.am
145: libcxx_la_SOURCES = \
146: isfuns.cc ismpf.cc ismpq.cc ismpz.cc \
147: osdoprnti.cc osfuns.cc osmpf.cc osmpq.cc osmpz.cc
148:
149: subdir = cxx
150: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
151: CONFIG_HEADER = $(top_builddir)/config.h
152: CONFIG_CLEAN_FILES =
153: LTLIBRARIES = $(noinst_LTLIBRARIES)
154:
155: libcxx_la_LDFLAGS =
156: libcxx_la_LIBADD =
157: am_libcxx_la_OBJECTS = isfuns.lo ismpf.lo ismpq.lo ismpz.lo osdoprnti.lo \
158: osfuns.lo osmpf.lo osmpq.lo osmpz.lo
159: libcxx_la_OBJECTS = $(am_libcxx_la_OBJECTS)
160:
161: DEFS = @DEFS@
162: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
163: CPPFLAGS = @CPPFLAGS@
164: LDFLAGS = @LDFLAGS@
165: LIBS = @LIBS@
166: depcomp =
167: CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
168: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
169: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
170: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171: $(AM_CXXFLAGS) $(CXXFLAGS)
172: CXXLD = $(CXX)
173: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
174: $(AM_LDFLAGS) $(LDFLAGS) -o $@
175: CXXFLAGS = @CXXFLAGS@
176: DIST_SOURCES = $(libcxx_la_SOURCES)
177: DIST_COMMON = Makefile.am Makefile.in
178: SOURCES = $(libcxx_la_SOURCES)
179:
180: all: all-am
181:
182: .SUFFIXES:
183: .SUFFIXES: .cc .lo .o .obj
184:
185: mostlyclean-libtool:
186: -rm -f *.lo
187:
188: clean-libtool:
189: -rm -rf .libs _libs
190:
191: distclean-libtool:
192: -rm -f libtool
193: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
194: cd $(top_srcdir) && \
195: $(AUTOMAKE) --gnu cxx/Makefile
196: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
197: cd $(top_builddir) && \
198: CONFIG_HEADERS= CONFIG_LINKS= \
199: CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
200:
201: clean-noinstLTLIBRARIES:
202: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
203: libcxx.la: $(libcxx_la_OBJECTS) $(libcxx_la_DEPENDENCIES)
204: $(CXXLINK) $(libcxx_la_LDFLAGS) $(libcxx_la_OBJECTS) $(libcxx_la_LIBADD) $(LIBS)
205:
206: mostlyclean-compile:
207: -rm -f *.$(OBJEXT) core *.core
208:
209: distclean-compile:
210: -rm -f *.tab.c
211:
212: ANSI2KNR = $(top_builddir)/ansi2knr
213: $(top_builddir)/ansi2knr:
214: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
215:
216: mostlyclean-kr:
217: -test "$U" = "" || rm -f *_.c
218:
219: .cc.o:
220: $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
221:
222: .cc.obj:
223: $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
224:
225: .cc.lo:
226: $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
227: uninstall-info-am:
228:
229: tags: TAGS
230:
231: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
232: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
233: unique=`for i in $$list; do \
234: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235: done | \
236: $(AWK) ' { files[$$0] = 1; } \
237: END { for (i in files) print i; }'`; \
238: mkid -fID $$unique $(LISP)
239:
240: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
241: $(TAGS_FILES) $(LISP)
242: tags=; \
243: here=`pwd`; \
244: list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
245: unique=`for i in $$list; do \
246: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247: done | \
248: $(AWK) ' { files[$$0] = 1; } \
249: END { for (i in files) print i; }'`; \
250: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251: || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
252:
253: GTAGS:
254: here=`CDPATH=: && cd $(top_builddir) && pwd` \
255: && cd $(top_srcdir) \
256: && gtags -i $(GTAGS_ARGS) $$here
257:
258: distclean-tags:
259: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
260:
261: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
262:
263: top_distdir = ..
264: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
265:
266: distdir: $(DISTFILES)
267: @for file in $(DISTFILES); do \
268: if test -f $$file; then d=.; else d=$(srcdir); fi; \
269: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
270: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
271: $(mkinstalldirs) "$(distdir)/$$dir"; \
272: fi; \
273: if test -d $$d/$$file; then \
274: cp -pR $$d/$$file $(distdir) \
275: || exit 1; \
276: else \
277: test -f $(distdir)/$$file \
278: || cp -p $$d/$$file $(distdir)/$$file \
279: || exit 1; \
280: fi; \
281: done
282: check-am: all-am
283: check: check-am
284: all-am: Makefile $(LTLIBRARIES)
285:
286: installdirs:
287:
288: install: install-am
289: install-exec: install-exec-am
290: install-data: install-data-am
291: uninstall: uninstall-am
292:
293: install-am: all-am
294: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295:
296: installcheck: installcheck-am
297: install-strip:
298: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
299: `test -z '$(STRIP)' || \
300: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
301: mostlyclean-generic:
302:
303: clean-generic:
304:
305: distclean-generic:
306: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
307:
308: maintainer-clean-generic:
309: @echo "This command is intended for maintainers to use"
310: @echo "it deletes files that may require special tools to rebuild."
311: clean: clean-am
312:
313: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
314: mostlyclean-am
315:
316: distclean: distclean-am
317:
318: distclean-am: clean-am distclean-compile distclean-generic \
319: distclean-libtool distclean-tags
320:
321: dvi: dvi-am
322:
323: dvi-am:
324:
325: info: info-am
326:
327: info-am:
328:
329: install-data-am:
330:
331: install-exec-am:
332:
333: install-info: install-info-am
334:
335: install-man:
336:
337: installcheck-am:
338:
339: maintainer-clean: maintainer-clean-am
340:
341: maintainer-clean-am: distclean-am maintainer-clean-generic
342:
343: mostlyclean: mostlyclean-am
344:
345: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
346: mostlyclean-libtool
347:
348: uninstall-am: uninstall-info-am
349:
350: .PHONY: GTAGS all all-am check check-am clean clean-generic \
351: clean-libtool clean-noinstLTLIBRARIES distclean \
352: distclean-compile distclean-generic distclean-libtool \
353: distclean-tags distdir dvi dvi-am info info-am install \
354: install-am install-data install-data-am install-exec \
355: install-exec-am install-info install-info-am install-man \
356: install-strip installcheck installcheck-am installdirs \
357: maintainer-clean maintainer-clean-generic mostlyclean \
358: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
359: mostlyclean-libtool tags uninstall uninstall-am \
360: uninstall-info-am
361:
362: # Tell versions [3.59,3.63) of GNU make to not export all variables.
363: # Otherwise a system limit (for SysV at least) may be exceeded.
364: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>