1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
74 NEWLIB_CFLAGS
= @NEWLIB_CFLAGS@
80 libm_machine_dir
= @libm_machine_dir@
81 machine_dir
= @machine_dir@
82 newlib_basedir
= @newlib_basedir@
86 AUTOMAKE_OPTIONS
= cygnus
88 INCLUDES
= $(NEWLIB_CFLAGS
) $(CROSS_CFLAGS
) $(TARGET_CFLAGS
)
90 noinst_LIBRARIES
= lib.a
92 COPYOFILES
= Ovfork.o _exit.o _sigvec.o abort.o access.o cerror.o chmod.o chown.o close.o creat.o dup.o dup2.o errlst.o execl.o execle.o execv.o execve.o execvp.o fork.o fstat.o getdtablesize.o getpid.o getrusage.o gettimeofday.o ieee_globals.o ioctl.o isatty.o kill.o link.o lseek.o open.o pipe.o popen.o read.o sbrk.o setitimer.o sigblock.o signal.o sigpause.o sigsetjmp.o sigsetmask.o sigtramp.o sigvec.o sleep.o start_float.o stat.o time.o times.o umask.o unlink.o utime.o utimes.o wait.o wait3.o wait4.o write.o rem.o multiply.o umultiply.o
95 # These files are from Sun's libc.a, but the must be renamed because they
96 # conflict with other library .o's. They are renamed to xxxS.o.
97 COPYRENAMEOFILES
= divS.o
99 COPYOMFILES
= ieee_flags.o
101 lib_a_SOURCES
= _main.c ieee.c
102 lib_a_LIBADD
= $(COPYOFILES
) $(COPYOMFILES
) $(COPYRENAMEOFILES
)
104 ACLOCAL_AMFLAGS
= -I ..
/..
/..
105 CONFIG_STATUS_DEPENDENCIES
= $(newlib_basedir
)/configure.host
106 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
107 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/..
/..
/..
/mkinstalldirs
109 LIBRARIES
= $(noinst_LIBRARIES
)
112 DEFS
= @DEFS@
-I.
-I
$(srcdir)
113 CPPFLAGS
= @CPPFLAGS@
115 lib_a_DEPENDENCIES
= Ovfork.o _exit.o _sigvec.o abort.o access.o \
116 cerror.o chmod.o chown.o close.o creat.o dup.o dup2.o errlst.o execl.o \
117 execle.o execv.o execve.o execvp.o fork.o fstat.o getdtablesize.o \
118 getpid.o getrusage.o gettimeofday.o ieee_globals.o ioctl.o isatty.o \
119 kill.o link.o lseek.o open.o pipe.o popen.o read.o sbrk.o setitimer.o \
120 sigblock.o signal.o sigpause.o sigsetjmp.o sigsetmask.o sigtramp.o \
121 sigvec.o sleep.o start_float.o stat.o time.o times.o umask.o unlink.o \
122 utime.o utimes.o wait.o wait3.o wait4.o write.o rem.o multiply.o \
123 umultiply.o ieee_flags.o divS.o
124 lib_a_OBJECTS
= _main.o ieee.o
126 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
128 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
129 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
132 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
136 SOURCES
= $(lib_a_SOURCES
)
137 OBJECTS
= $(lib_a_OBJECTS
)
141 .SUFFIXES
: .S .c .o .s
142 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
143 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
145 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
147 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
149 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in \
150 ..
/..
/..
/acinclude.m4 ..
/..
/..
/aclocal.m4 \
152 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
154 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
155 $(SHELL
) .
/config.status
--recheck
156 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
157 cd
$(srcdir) && $(AUTOCONF
)
159 mostlyclean-noinstLIBRARIES
:
161 clean-noinstLIBRARIES
:
162 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
164 distclean-noinstLIBRARIES
:
166 maintainer-clean-noinstLIBRARIES
:
178 -rm -f
*.o core
*.core
185 maintainer-clean-compile
:
187 lib.a
: $(lib_a_OBJECTS
) $(lib_a_DEPENDENCIES
)
189 $(AR
) cru lib.a
$(lib_a_OBJECTS
) $(lib_a_LIBADD
)
194 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
195 list
='$(SOURCES) $(HEADERS)'; \
196 unique
=`for i in $$list; do echo $$i; done | \
197 awk ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 here
=`pwd` && cd
$(srcdir) \
200 && mkid
-f
$$here/ID
$$unique $(LISP
)
202 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
205 list
='$(SOURCES) $(HEADERS)'; \
206 unique
=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \
209 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
210 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
219 maintainer-clean-tags
:
221 distdir
= $(PACKAGE
)-$(VERSION
)
222 top_distdir
= $(distdir
)
224 # This target untars the dist file and tries a VPATH configuration. Then
225 # it guarantees that the distribution is self-contained by making another
229 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
230 mkdir
$(distdir
)/=build
231 mkdir
$(distdir
)/=inst
232 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
233 cd
$(distdir
)/=build \
234 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
235 && $(MAKE
) $(AM_MAKEFLAGS
) \
236 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
237 && $(MAKE
) $(AM_MAKEFLAGS
) check \
238 && $(MAKE
) $(AM_MAKEFLAGS
) install \
239 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
240 && $(MAKE
) $(AM_MAKEFLAGS
) dist
242 @banner
="$(distdir).tar.gz is ready for distribution"; \
243 dashes
=`echo "$$banner" | sed s/./=/g`; \
248 -chmod
-R a
+r
$(distdir
)
249 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
252 -chmod
-R a
+r
$(distdir
)
253 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
255 distdir
: $(DISTFILES
)
258 -chmod
777 $(distdir
)
259 @for file in
$(DISTFILES
); do \
260 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
261 if
test -d
$$d/$$file; then \
262 cp
-pr
$$d/$$file $(distdir
)/$$file; \
264 test -f
$(distdir
)/$$file \
265 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
266 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
276 installcheck: installcheck-am
278 install-info
: install-info-am
280 install-exec
: install-exec-am
283 install-data
: install-data-am
286 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
289 uninstall: uninstall-am
290 all-am
: Makefile
$(LIBRARIES
)
293 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
302 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
303 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
305 maintainer-clean-generic
:
306 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
307 mostlyclean-tags mostlyclean-generic
309 mostlyclean: mostlyclean-am
311 clean-am
: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
316 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
317 distclean-tags distclean-generic clean-am
319 distclean: distclean-am
322 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
323 maintainer-clean-compile maintainer-clean-tags \
324 maintainer-clean-generic distclean-am
325 @echo
"This command is intended for maintainers to use;"
326 @echo
"it deletes files that may require special tools to rebuild."
328 maintainer-clean
: maintainer-clean-am
331 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
332 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
333 mostlyclean-compile distclean-compile clean-compile \
334 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
335 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
336 check-am installcheck-am
installcheck install-info-am install-info \
337 install-exec-am install-exec install-data-am install-data install-am \
338 install uninstall-am
uninstall all-redirect all-am
all installdirs \
339 mostlyclean-generic distclean-generic clean-generic \
340 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
344 $(AR
) x
/lib
/libc.a
$(COPYOFILES
)
347 $(AR
) x
/lib
/libc.a
$(COPYRENAMEFILES
:S.o
=.o
)
348 for f in
$(COPYRENAMEOFILES
); do mv
`basename $$f S.o`.o
$$f; done
351 $(AR
) x
/lib
/libm.a
$(COPYOMFILES
)
356 cp
/lib
/crt0.o crt0.o
358 # Tell versions [3.59,3.63) of GNU make to not export all variables.
359 # Otherwise a system limit (for SysV at least) may be exceeded.