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 lib_a_SOURCES
= _exit.c access.c chmod.c chown.c close.c creat.c crt1.c execv.c execve.c fork.c fstat.c getpid.c isatty.c kill.c lseek.c open.c pipe.c read.c link.c sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c times.c gettime.c
95 ACLOCAL_AMFLAGS
= -I ..
/..
/..
96 CONFIG_STATUS_DEPENDENCIES
= $(newlib_basedir
)/configure.host
97 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
98 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/..
/..
/..
/mkinstalldirs
100 LIBRARIES
= $(noinst_LIBRARIES
)
103 DEFS
= @DEFS@
-I.
-I
$(srcdir)
104 CPPFLAGS
= @CPPFLAGS@
107 lib_a_OBJECTS
= _exit.o access.o chmod.o chown.o close.o creat.o crt1.o \
108 execv.o execve.o fork.o fstat.o getpid.o isatty.o kill.o lseek.o open.o \
109 pipe.o read.o link.o sbrk.o stat.o time.o trap.o unlink.o utime.o \
110 wait.o write.o times.o gettime.o
112 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
114 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
115 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
118 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
122 SOURCES
= $(lib_a_SOURCES
)
123 OBJECTS
= $(lib_a_OBJECTS
)
127 .SUFFIXES
: .S .c .o .s
128 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
129 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
131 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
133 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
135 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in \
136 ..
/..
/..
/acinclude.m4 ..
/..
/..
/aclocal.m4 \
138 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
140 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
141 $(SHELL
) .
/config.status
--recheck
142 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
143 cd
$(srcdir) && $(AUTOCONF
)
145 mostlyclean-noinstLIBRARIES
:
147 clean-noinstLIBRARIES
:
148 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
150 distclean-noinstLIBRARIES
:
152 maintainer-clean-noinstLIBRARIES
:
164 -rm -f
*.o core
*.core
171 maintainer-clean-compile
:
173 lib.a
: $(lib_a_OBJECTS
) $(lib_a_DEPENDENCIES
)
175 $(AR
) cru lib.a
$(lib_a_OBJECTS
) $(lib_a_LIBADD
)
180 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
181 list
='$(SOURCES) $(HEADERS)'; \
182 unique
=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here
=`pwd` && cd
$(srcdir) \
186 && mkid
-f
$$here/ID
$$unique $(LISP
)
188 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
191 list
='$(SOURCES) $(HEADERS)'; \
192 unique
=`for i in $$list; do echo $$i; done | \
193 awk ' { files[$$0] = 1; } \
194 END { for (i in files) print i; }'`; \
195 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
196 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
205 maintainer-clean-tags
:
207 distdir
= $(PACKAGE
)-$(VERSION
)
208 top_distdir
= $(distdir
)
210 # This target untars the dist file and tries a VPATH configuration. Then
211 # it guarantees that the distribution is self-contained by making another
215 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
216 mkdir
$(distdir
)/=build
217 mkdir
$(distdir
)/=inst
218 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
219 cd
$(distdir
)/=build \
220 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
221 && $(MAKE
) $(AM_MAKEFLAGS
) \
222 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
223 && $(MAKE
) $(AM_MAKEFLAGS
) check \
224 && $(MAKE
) $(AM_MAKEFLAGS
) install \
225 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
226 && $(MAKE
) $(AM_MAKEFLAGS
) dist
228 @banner
="$(distdir).tar.gz is ready for distribution"; \
229 dashes
=`echo "$$banner" | sed s/./=/g`; \
234 -chmod
-R a
+r
$(distdir
)
235 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
238 -chmod
-R a
+r
$(distdir
)
239 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
241 distdir
: $(DISTFILES
)
244 -chmod
777 $(distdir
)
245 @for file in
$(DISTFILES
); do \
246 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
247 if
test -d
$$d/$$file; then \
248 cp
-pr
$$d/$$file $(distdir
)/$$file; \
250 test -f
$(distdir
)/$$file \
251 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
252 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
262 installcheck: installcheck-am
264 install-info
: install-info-am
266 install-exec
: install-exec-am
269 install-data
: install-data-am
272 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
275 uninstall: uninstall-am
276 all-am
: Makefile
$(LIBRARIES
)
279 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
288 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
289 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
291 maintainer-clean-generic
:
292 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
293 mostlyclean-tags mostlyclean-generic
295 mostlyclean: mostlyclean-am
297 clean-am
: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
302 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
303 distclean-tags distclean-generic clean-am
305 distclean: distclean-am
308 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
309 maintainer-clean-compile maintainer-clean-tags \
310 maintainer-clean-generic distclean-am
311 @echo
"This command is intended for maintainers to use;"
312 @echo
"it deletes files that may require special tools to rebuild."
314 maintainer-clean
: maintainer-clean-am
317 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
318 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
319 mostlyclean-compile distclean-compile clean-compile \
320 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
321 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
322 check-am installcheck-am
installcheck install-info-am install-info \
323 install-exec-am install-exec install-data-am install-data install-am \
324 install uninstall-am
uninstall all-redirect all-am
all installdirs \
325 mostlyclean-generic distclean-generic clean-generic \
326 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
331 # Tell versions [3.59,3.63) of GNU make to not export all variables.
332 # Otherwise a system limit (for SysV at least) may be exceeded.