1# Makefile.in generated automatically by automake 1.4-p6 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@ 68CC = @CC@ 69CPP = @CPP@ 70CXX = @CXX@ 71CXXCPP = @CXXCPP@ 72DLLTOOL = @DLLTOOL@ 73EXEEXT = @EXEEXT@ 74GCJ = @GCJ@ 75GCJFLAGS = @GCJFLAGS@ 76LDFLAGS = @LDFLAGS@ 77LIBTOOL = @LIBTOOL@ 78LN_S = @LN_S@ 79MAINT = @MAINT@ 80MAKEINFO = @MAKEINFO@ 81NEWLIB_CFLAGS = @NEWLIB_CFLAGS@ 82OBJDUMP = @OBJDUMP@ 83OBJEXT = @OBJEXT@ 84PACKAGE = @PACKAGE@ 85RANLIB = @RANLIB@ 86STRIP = @STRIP@ 87VERSION = @VERSION@ 88aext = @aext@ 89libm_machine_dir = @libm_machine_dir@ 90machine_dir = @machine_dir@ 91newlib_basedir = @newlib_basedir@ 92oext = @oext@ 93sys_dir = @sys_dir@ 94 95AUTOMAKE_OPTIONS = cygnus 96 97SUBDIRS = $(machine_dir) . 98 99@HAVE_MACHINE_DIR_TRUE@MACHLIB = lib.a 100 101@USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(MACHLIB) 102 103ACLOCAL_AMFLAGS = -I ../.. 104CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host 105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 106mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs 107CONFIG_CLEAN_FILES = 108LIBRARIES = $(noinst_LIBRARIES) 109 110 111DEFS = @DEFS@ -I. -I$(srcdir) 112CPPFLAGS = @CPPFLAGS@ 113LIBS = @LIBS@ 114lib_a_LIBADD = 115lib_a_SOURCES = lib.a.c 116lib_a_OBJECTS = lib.a.$(OBJEXT) 117CFLAGS = @CFLAGS@ 118COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 119LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 120CCLD = $(CC) 121LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 122DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in 123 124 125DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 126 127TAR = gtar 128GZIP_ENV = --best 129SOURCES = lib.a.c 130OBJECTS = lib.a.$(OBJEXT) 131 132all: all-redirect 133.SUFFIXES: 134.SUFFIXES: .S .c .lo .o .obj .s 135$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 136 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile 137 138Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 139 cd $(top_builddir) \ 140 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 141 142$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../../acinclude.m4 \ 143 ../../aclocal.m4 ../../libtool.m4 144 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 145 146config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 147 $(SHELL) ./config.status --recheck 148$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 149 cd $(srcdir) && $(AUTOCONF) 150 151mostlyclean-noinstLIBRARIES: 152 153clean-noinstLIBRARIES: 154 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 155 156distclean-noinstLIBRARIES: 157 158maintainer-clean-noinstLIBRARIES: 159 160.c.o: 161 $(COMPILE) -c $< 162 163# FIXME: We should only use cygpath when building on Windows, 164# and only if it is available. 165.c.obj: 166 $(COMPILE) -c `cygpath -w $<` 167 168.s.o: 169 $(COMPILE) -c $< 170 171.S.o: 172 $(COMPILE) -c $< 173 174mostlyclean-compile: 175 -rm -f *.o core *.core 176 -rm -f *.$(OBJEXT) 177 178clean-compile: 179 180distclean-compile: 181 -rm -f *.tab.c 182 183maintainer-clean-compile: 184 185.c.lo: 186 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 187 188.s.lo: 189 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 190 191.S.lo: 192 $(LIBTOOL) --mode=compile $(COMPILE) -c $< 193 194mostlyclean-libtool: 195 -rm -f *.lo 196 197clean-libtool: 198 -rm -rf .libs _libs 199 200distclean-libtool: 201 202maintainer-clean-libtool: 203 204# This directory's subdirectories are mostly independent; you can cd 205# into them and run `make' without going through this Makefile. 206# To change the values of `make' variables: instead of editing Makefiles, 207# (1) if the variable is set in `config.status', edit `config.status' 208# (which will cause the Makefiles to be regenerated when you run `make'); 209# (2) otherwise, pass the desired values on the `make' command line. 210 211@SET_MAKE@ 212 213all-recursive install-data-recursive install-exec-recursive \ 214installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ 215check-recursive installcheck-recursive info-recursive dvi-recursive: 216 @set fnord $(MAKEFLAGS); amf=$$2; \ 217 dot_seen=no; \ 218 target=`echo $@ | sed s/-recursive//`; \ 219 list='$(SUBDIRS)'; for subdir in $$list; do \ 220 echo "Making $$target in $$subdir"; \ 221 if test "$$subdir" = "."; then \ 222 dot_seen=yes; \ 223 local_target="$$target-am"; \ 224 else \ 225 local_target="$$target"; \ 226 fi; \ 227 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 228 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 229 done; \ 230 if test "$$dot_seen" = "no"; then \ 231 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 232 fi; test -z "$$fail" 233 234mostlyclean-recursive clean-recursive distclean-recursive \ 235maintainer-clean-recursive: 236 @set fnord $(MAKEFLAGS); amf=$$2; \ 237 dot_seen=no; \ 238 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 239 rev="$$subdir $$rev"; \ 240 test "$$subdir" != "." || dot_seen=yes; \ 241 done; \ 242 test "$$dot_seen" = "no" && rev=". $$rev"; \ 243 target=`echo $@ | sed s/-recursive//`; \ 244 for subdir in $$rev; do \ 245 echo "Making $$target in $$subdir"; \ 246 if test "$$subdir" = "."; then \ 247 local_target="$$target-am"; \ 248 else \ 249 local_target="$$target"; \ 250 fi; \ 251 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 252 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 253 done && test -z "$$fail" 254tags-recursive: 255 list='$(SUBDIRS)'; for subdir in $$list; do \ 256 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 257 done 258 259tags: TAGS 260 261ID: $(HEADERS) $(SOURCES) $(LISP) 262 list='$(SOURCES) $(HEADERS)'; \ 263 unique=`for i in $$list; do echo $$i; done | \ 264 awk ' { files[$$0] = 1; } \ 265 END { for (i in files) print i; }'`; \ 266 here=`pwd` && cd $(srcdir) \ 267 && mkid -f$$here/ID $$unique $(LISP) 268 269TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 270 tags=; \ 271 here=`pwd`; \ 272 list='$(SUBDIRS)'; for subdir in $$list; do \ 273 if test "$$subdir" = .; then :; else \ 274 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 275 fi; \ 276 done; \ 277 list='$(SOURCES) $(HEADERS)'; \ 278 unique=`for i in $$list; do echo $$i; done | \ 279 awk ' { files[$$0] = 1; } \ 280 END { for (i in files) print i; }'`; \ 281 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 282 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 283 284mostlyclean-tags: 285 286clean-tags: 287 288distclean-tags: 289 -rm -f TAGS ID 290 291maintainer-clean-tags: 292 293distdir = $(PACKAGE)-$(VERSION) 294top_distdir = $(distdir) 295 296# This target untars the dist file and tries a VPATH configuration. Then 297# it guarantees that the distribution is self-contained by making another 298# tarfile. 299distcheck: dist 300 -rm -rf $(distdir) 301 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz 302 mkdir $(distdir)/=build 303 mkdir $(distdir)/=inst 304 dc_install_base=`cd $(distdir)/=inst && pwd`; \ 305 cd $(distdir)/=build \ 306 && ../configure --srcdir=.. --prefix=$$dc_install_base \ 307 && $(MAKE) $(AM_MAKEFLAGS) \ 308 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 309 && $(MAKE) $(AM_MAKEFLAGS) check \ 310 && $(MAKE) $(AM_MAKEFLAGS) install \ 311 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 312 && $(MAKE) $(AM_MAKEFLAGS) dist 313 -rm -rf $(distdir) 314 @banner="$(distdir).tar.gz is ready for distribution"; \ 315 dashes=`echo "$$banner" | sed s/./=/g`; \ 316 echo "$$dashes"; \ 317 echo "$$banner"; \ 318 echo "$$dashes" 319dist: distdir 320 -chmod -R a+r $(distdir) 321 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 322 -rm -rf $(distdir) 323dist-all: distdir 324 -chmod -R a+r $(distdir) 325 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) 326 -rm -rf $(distdir) 327distdir: $(DISTFILES) 328 -rm -rf $(distdir) 329 mkdir $(distdir) 330 -chmod 777 $(distdir) 331 @for file in $(DISTFILES); do \ 332 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 333 if test -d $$d/$$file; then \ 334 cp -pr $$d/$$file $(distdir)/$$file; \ 335 else \ 336 test -f $(distdir)/$$file \ 337 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 338 || cp -p $$d/$$file $(distdir)/$$file || :; \ 339 fi; \ 340 done 341 for subdir in $(SUBDIRS); do \ 342 if test "$$subdir" = .; then :; else \ 343 test -d $(distdir)/$$subdir \ 344 || mkdir $(distdir)/$$subdir \ 345 || exit 1; \ 346 chmod 777 $(distdir)/$$subdir; \ 347 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ 348 || exit 1; \ 349 fi; \ 350 done 351info-am: 352info: info-recursive 353dvi-am: 354dvi: dvi-recursive 355check-am: 356check: check-recursive 357installcheck-am: 358installcheck: installcheck-recursive 359install-info-am: 360install-info: install-info-recursive 361install-exec-am: 362install-exec: install-exec-recursive 363 364install-data-am: 365install-data: install-data-recursive 366 367install-am: all-am 368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 369install: install-recursive 370uninstall-am: 371uninstall: uninstall-recursive 372all-am: Makefile $(LIBRARIES) 373all-redirect: all-recursive 374install-strip: 375 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install 376installdirs: installdirs-recursive 377installdirs-am: 378 379 380mostlyclean-generic: 381 382clean-generic: 383 384distclean-generic: 385 -rm -f Makefile $(CONFIG_CLEAN_FILES) 386 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 387 388maintainer-clean-generic: 389mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ 390 mostlyclean-libtool mostlyclean-tags \ 391 mostlyclean-generic 392 393mostlyclean: mostlyclean-recursive 394 395clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ 396 clean-generic mostlyclean-am 397 398clean: clean-recursive 399 400distclean-am: distclean-noinstLIBRARIES distclean-compile \ 401 distclean-libtool distclean-tags distclean-generic \ 402 clean-am 403 -rm -f libtool 404 405distclean: distclean-recursive 406 -rm -f config.status 407 408maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ 409 maintainer-clean-compile maintainer-clean-libtool \ 410 maintainer-clean-tags maintainer-clean-generic \ 411 distclean-am 412 @echo "This command is intended for maintainers to use;" 413 @echo "it deletes files that may require special tools to rebuild." 414 415maintainer-clean: maintainer-clean-recursive 416 -rm -f config.status 417 418.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ 419clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ 420mostlyclean-compile distclean-compile clean-compile \ 421maintainer-clean-compile mostlyclean-libtool distclean-libtool \ 422clean-libtool maintainer-clean-libtool install-data-recursive \ 423uninstall-data-recursive install-exec-recursive \ 424uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ 425all-recursive check-recursive installcheck-recursive info-recursive \ 426dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ 427maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 428distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 429dvi-am dvi check check-am installcheck-am installcheck install-info-am \ 430install-info install-exec-am install-exec install-data-am install-data \ 431install-am install uninstall-am uninstall all-redirect all-am all \ 432installdirs-am installdirs mostlyclean-generic distclean-generic \ 433clean-generic maintainer-clean-generic clean mostlyclean distclean \ 434maintainer-clean 435 436 437@USE_LIBTOOL_FALSE@lib.a: $(machine_dir)/lib.a 438@USE_LIBTOOL_FALSE@ rm -f $@ 439@USE_LIBTOOL_FALSE@ ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \ 440@USE_LIBTOOL_FALSE@ cp $(machine_dir)/lib.a $@ 441 442$(machine_dir)/lib.a: 443 444doc: 445 446# Tell versions [3.59,3.63) of GNU make to not export all variables. 447# Otherwise a system limit (for SysV at least) may be exceeded. 448.NOEXPORT: 449