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
= read.o open.o _exit.o write.o lseek.o close.o sbrk.o cerror.o fork.o isatty.o ioctl.o getpid.o time.o kill.o wait.o execve.o gettimeofday.o link.o unlink.o fstat.o times.o getrusage.o
95 lib_a_SOURCES
= _main.c
96 lib_a_LIBADD
= $(COPYOFILES
)
98 ACLOCAL_AMFLAGS
= -I ..
/..
/..
99 CONFIG_STATUS_DEPENDENCIES
= $(newlib_basedir
)/configure.host
100 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
101 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/..
/..
/..
/mkinstalldirs
103 LIBRARIES
= $(noinst_LIBRARIES
)
106 DEFS
= @DEFS@
-I.
-I
$(srcdir)
107 CPPFLAGS
= @CPPFLAGS@
109 lib_a_DEPENDENCIES
= read.o open.o _exit.o write.o lseek.o close.o \
110 sbrk.o cerror.o fork.o isatty.o ioctl.o getpid.o time.o kill.o wait.o \
111 execve.o gettimeofday.o link.o unlink.o fstat.o times.o getrusage.o
112 lib_a_OBJECTS
= _main.o
114 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
116 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
117 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
120 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
124 SOURCES
= $(lib_a_SOURCES
)
125 OBJECTS
= $(lib_a_OBJECTS
)
129 .SUFFIXES
: .S .c .o .s
130 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
131 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
133 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
135 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
137 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in \
138 ..
/..
/..
/acinclude.m4 ..
/..
/..
/aclocal.m4 \
140 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
142 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
143 $(SHELL
) .
/config.status
--recheck
144 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
145 cd
$(srcdir) && $(AUTOCONF
)
147 mostlyclean-noinstLIBRARIES
:
149 clean-noinstLIBRARIES
:
150 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
152 distclean-noinstLIBRARIES
:
154 maintainer-clean-noinstLIBRARIES
:
166 -rm -f
*.o core
*.core
173 maintainer-clean-compile
:
175 lib.a
: $(lib_a_OBJECTS
) $(lib_a_DEPENDENCIES
)
177 $(AR
) cru lib.a
$(lib_a_OBJECTS
) $(lib_a_LIBADD
)
182 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
183 list
='$(SOURCES) $(HEADERS)'; \
184 unique
=`for i in $$list; do echo $$i; done | \
185 awk ' { files[$$0] = 1; } \
186 END { for (i in files) print i; }'`; \
187 here
=`pwd` && cd
$(srcdir) \
188 && mkid
-f
$$here/ID
$$unique $(LISP
)
190 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
193 list
='$(SOURCES) $(HEADERS)'; \
194 unique
=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
207 maintainer-clean-tags
:
209 distdir
= $(PACKAGE
)-$(VERSION
)
210 top_distdir
= $(distdir
)
212 # This target untars the dist file and tries a VPATH configuration. Then
213 # it guarantees that the distribution is self-contained by making another
217 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
218 mkdir
$(distdir
)/=build
219 mkdir
$(distdir
)/=inst
220 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
221 cd
$(distdir
)/=build \
222 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
223 && $(MAKE
) $(AM_MAKEFLAGS
) \
224 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
225 && $(MAKE
) $(AM_MAKEFLAGS
) check \
226 && $(MAKE
) $(AM_MAKEFLAGS
) install \
227 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
228 && $(MAKE
) $(AM_MAKEFLAGS
) dist
230 @banner
="$(distdir).tar.gz is ready for distribution"; \
231 dashes
=`echo "$$banner" | sed s/./=/g`; \
236 -chmod
-R a
+r
$(distdir
)
237 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
240 -chmod
-R a
+r
$(distdir
)
241 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
243 distdir
: $(DISTFILES
)
246 -chmod
777 $(distdir
)
247 @for file in
$(DISTFILES
); do \
248 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
249 if
test -d
$$d/$$file; then \
250 cp
-pr
$$d/$$file $(distdir
)/$$file; \
252 test -f
$(distdir
)/$$file \
253 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
254 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
264 installcheck: installcheck-am
266 install-info
: install-info-am
268 install-exec
: install-exec-am
271 install-data
: install-data-am
274 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
277 uninstall: uninstall-am
278 all-am
: Makefile
$(LIBRARIES
)
281 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
290 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
291 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
293 maintainer-clean-generic
:
294 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
295 mostlyclean-tags mostlyclean-generic
297 mostlyclean: mostlyclean-am
299 clean-am
: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
304 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
305 distclean-tags distclean-generic clean-am
307 distclean: distclean-am
310 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
311 maintainer-clean-compile maintainer-clean-tags \
312 maintainer-clean-generic distclean-am
313 @echo
"This command is intended for maintainers to use;"
314 @echo
"it deletes files that may require special tools to rebuild."
316 maintainer-clean
: maintainer-clean-am
319 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
320 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
321 mostlyclean-compile distclean-compile clean-compile \
322 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
323 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
324 check-am installcheck-am
installcheck install-info-am install-info \
325 install-exec-am install-exec install-data-am install-data install-am \
326 install uninstall-am
uninstall all-redirect all-am
all installdirs \
327 mostlyclean-generic distclean-generic clean-generic \
328 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
332 ar x
/lib
/libc.a
$(COPYOFILES
)
337 cp
/lib
/crt0.o crt0.o
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.