1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999, 2001 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 14SHELL = @SHELL@ 15 16srcdir = @srcdir@ 17top_srcdir = @top_srcdir@ 18VPATH = @srcdir@ 19prefix = @prefix@ 20exec_prefix = @exec_prefix@ 21 22bindir = @bindir@ 23sbindir = @sbindir@ 24libexecdir = @libexecdir@ 25datadir = @datadir@ 26sysconfdir = @sysconfdir@ 27sharedstatedir = @sharedstatedir@ 28localstatedir = @localstatedir@ 29libdir = @libdir@ 30infodir = @infodir@ 31mandir = @mandir@ 32includedir = @includedir@ 33oldincludedir = /usr/include 34 35DESTDIR = 36 37pkgdatadir = $(datadir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkgincludedir = $(includedir)/@PACKAGE@ 40 41top_builddir = .. 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = @INSTALL@ 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) 50INSTALL_DATA = @INSTALL_DATA@ 51INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_alias = @build_alias@ 61build_triplet = @build@ 62host_alias = @host_alias@ 63host_triplet = @host@ 64target_alias = @target_alias@ 65target_triplet = @target@ 66AR = @AR@ 67AS = @AS@ 68ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@ 69AWK = @AWK@ 70BASIC_FILE_H = @BASIC_FILE_H@ 71CC = @CC@ 72CCODECVT_C = @CCODECVT_C@ 73CCODECVT_H = @CCODECVT_H@ 74CLOCALE_H = @CLOCALE_H@ 75CMESSAGES_H = @CMESSAGES_H@ 76CPP = @CPP@ 77CPU_LIMITS_INC_SRCDIR = @CPU_LIMITS_INC_SRCDIR@ 78CSTDIO_H = @CSTDIO_H@ 79CXX = @CXX@ 80CXXCPP = @CXXCPP@ 81C_INCLUDE_DIR = @C_INCLUDE_DIR@ 82DEBUG_FLAGS = @DEBUG_FLAGS@ 83DLLTOOL = @DLLTOOL@ 84EXEEXT = @EXEEXT@ 85EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@ 86GCJ = @GCJ@ 87GCJFLAGS = @GCJFLAGS@ 88GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@ 89GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@ 90LIBIO_INCLUDES = @LIBIO_INCLUDES@ 91LIBMATHOBJS = @LIBMATHOBJS@ 92LIBMATH_INCLUDES = @LIBMATH_INCLUDES@ 93LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@ 94LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@ 95LIBTOOL = @LIBTOOL@ 96LIBUNWIND_FLAG = @LIBUNWIND_FLAG@ 97LN_S = @LN_S@ 98MAINT = @MAINT@ 99MAKEINFO = @MAKEINFO@ 100OBJDUMP = @OBJDUMP@ 101OBJEXT = @OBJEXT@ 102OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@ 103OPT_LDFLAGS = @OPT_LDFLAGS@ 104OS_INC_SRCDIR = @OS_INC_SRCDIR@ 105PACKAGE = @PACKAGE@ 106RANLIB = @RANLIB@ 107SECTION_FLAGS = @SECTION_FLAGS@ 108SECTION_LDFLAGS = @SECTION_LDFLAGS@ 109STRIP = @STRIP@ 110USE_NLS = @USE_NLS@ 111VERSION = @VERSION@ 112WARN_FLAGS = @WARN_FLAGS@ 113WERROR = @WERROR@ 114baseline_file = @baseline_file@ 115check_msgfmt = @check_msgfmt@ 116enable_shared = @enable_shared@ 117enable_static = @enable_static@ 118glibcpp_CXX = @glibcpp_CXX@ 119glibcpp_MOFILES = @glibcpp_MOFILES@ 120glibcpp_POFILES = @glibcpp_POFILES@ 121glibcpp_basedir = @glibcpp_basedir@ 122glibcpp_builddir = @glibcpp_builddir@ 123glibcpp_localedir = @glibcpp_localedir@ 124glibcpp_prefixdir = @glibcpp_prefixdir@ 125glibcpp_srcdir = @glibcpp_srcdir@ 126glibcpp_thread_h = @glibcpp_thread_h@ 127glibcpp_toolexecdir = @glibcpp_toolexecdir@ 128glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@ 129gxx_include_dir = @gxx_include_dir@ 130ifGNUmake = @ifGNUmake@ 131libio_la = @libio_la@ 132libtool_VERSION = @libtool_VERSION@ 133toplevel_srcdir = @toplevel_srcdir@ 134 135AUTOMAKE_OPTIONS = 1.3 cygnus 136 137mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs 138 139noinst_LTLIBRARIES = libmath.la 140 141libmath_la_LIBADD = @LIBMATHOBJS@ 142 143libmath_la_DEPENDENCIES = $(libmath_la_LIBADD) 144 145libmath_la_SOURCES = stubs.c 146 147LINK = \ 148 $(LIBTOOL) --tag CC --mode=link "$(CCLD)" \ 149 $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 150 151 152# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES 153TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@ 154 155INCLUDES = \ 156 $(TOPLEVEL_INCLUDES) 157 158CONFIG_HEADER = ../config.h 159CONFIG_CLEAN_FILES = 160LTLIBRARIES = $(noinst_LTLIBRARIES) 161 162 163DEFS = @DEFS@ -I. -I$(srcdir) -I.. 164CPPFLAGS = @CPPFLAGS@ 165LDFLAGS = @LDFLAGS@ 166LIBS = @LIBS@ 167libmath_la_LDFLAGS = 168libmath_la_OBJECTS = stubs.lo 169CFLAGS = @CFLAGS@ 170COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 171LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 172CCLD = $(CC) 173DIST_COMMON = Makefile.am Makefile.in 174 175 176DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 177 178TAR = gtar 179GZIP_ENV = --best 180SOURCES = $(libmath_la_SOURCES) 181OBJECTS = $(libmath_la_OBJECTS) 182 183all: all-redirect 184.SUFFIXES: 185.SUFFIXES: .S .c .lo .o .obj .s 186$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 187 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libmath/Makefile 188 189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 190 cd $(top_builddir) \ 191 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 192 193 194mostlyclean-noinstLTLIBRARIES: 195 196clean-noinstLTLIBRARIES: 197 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 198 199distclean-noinstLTLIBRARIES: 200 201maintainer-clean-noinstLTLIBRARIES: 202 203.c.o: 204 $(COMPILE) -c $< 205 206# FIXME: We should only use cygpath when building on Windows, 207# and only if it is available. 208.c.obj: 209 $(COMPILE) -c `cygpath -w $<` 210 211.s.o: 212 $(COMPILE) -c $< 213 214.S.o: 215 $(COMPILE) -c $< 216 217mostlyclean-compile: 218 -rm -f *.o core *.core 219 -rm -f *.$(OBJEXT) 220 221clean-compile: 222 223distclean-compile: 224 -rm -f *.tab.c 225 226maintainer-clean-compile: 227 228.c.lo: 229 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 230 231.s.lo: 232 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 233 234.S.lo: 235 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 236 237mostlyclean-libtool: 238 -rm -f *.lo 239 240clean-libtool: 241 -rm -rf .libs _libs 242 243distclean-libtool: 244 245maintainer-clean-libtool: 246 247libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES) 248 $(LINK) $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS) 249 250tags: TAGS 251 252ID: $(HEADERS) $(SOURCES) $(LISP) 253 list='$(SOURCES) $(HEADERS)'; \ 254 unique=`for i in $$list; do echo $$i; done | \ 255 awk ' { files[$$0] = 1; } \ 256 END { for (i in files) print i; }'`; \ 257 here=`pwd` && cd $(srcdir) \ 258 && mkid -f$$here/ID $$unique $(LISP) 259 260TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 261 tags=; \ 262 here=`pwd`; \ 263 list='$(SOURCES) $(HEADERS)'; \ 264 unique=`for i in $$list; do echo $$i; done | \ 265 awk ' { files[$$0] = 1; } \ 266 END { for (i in files) print i; }'`; \ 267 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 268 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 269 270mostlyclean-tags: 271 272clean-tags: 273 274distclean-tags: 275 -rm -f TAGS ID 276 277maintainer-clean-tags: 278 279distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 280 281subdir = libmath 282 283distdir: $(DISTFILES) 284 @for file in $(DISTFILES); do \ 285 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 286 if test -d $$d/$$file; then \ 287 cp -pr $$d/$$file $(distdir)/$$file; \ 288 else \ 289 test -f $(distdir)/$$file \ 290 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 291 || cp -p $$d/$$file $(distdir)/$$file || :; \ 292 fi; \ 293 done 294info-am: 295info: info-am 296dvi-am: 297dvi: dvi-am 298check-am: 299check: check-am 300installcheck-am: 301installcheck: installcheck-am 302install-info-am: 303install-info: install-info-am 304install-exec-am: 305install-exec: install-exec-am 306 307install-data-am: 308install-data: install-data-am 309 310install-am: all-am 311 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 312install: install-am 313uninstall-am: 314uninstall: uninstall-am 315all-am: Makefile $(LTLIBRARIES) 316all-redirect: all-am 317install-strip: 318 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 319installdirs: 320 321 322mostlyclean-generic: 323 324clean-generic: 325 326distclean-generic: 327 -rm -f Makefile $(CONFIG_CLEAN_FILES) 328 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 329 330maintainer-clean-generic: 331mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ 332 mostlyclean-libtool mostlyclean-tags \ 333 mostlyclean-generic 334 335mostlyclean: mostlyclean-am 336 337clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ 338 clean-tags clean-generic mostlyclean-am 339 340clean: clean-am 341 342distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ 343 distclean-libtool distclean-tags distclean-generic \ 344 clean-am 345 -rm -f libtool 346 347distclean: distclean-am 348 349maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \ 350 maintainer-clean-compile maintainer-clean-libtool \ 351 maintainer-clean-tags maintainer-clean-generic \ 352 distclean-am 353 @echo "This command is intended for maintainers to use;" 354 @echo "it deletes files that may require special tools to rebuild." 355 356maintainer-clean: maintainer-clean-am 357 358.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ 359clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ 360mostlyclean-compile distclean-compile clean-compile \ 361maintainer-clean-compile mostlyclean-libtool distclean-libtool \ 362clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ 363distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 364dvi-am dvi check check-am installcheck-am installcheck install-info-am \ 365install-info install-exec-am install-exec install-data-am install-data \ 366install-am install uninstall-am uninstall all-redirect all-am all \ 367installdirs mostlyclean-generic distclean-generic clean-generic \ 368maintainer-clean-generic clean mostlyclean distclean maintainer-clean 369 370 371# Tell versions [3.59,3.63) of GNU make to not export all variables. 372# Otherwise a system limit (for SysV at least) may be exceeded. 373.NOEXPORT: 374