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
= setjmp.S memchr.S memcmp.S memcpy.S memset.S strchr.S strcmp.S strcpy.S strlen.S
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
= setjmp.o memchr.o memcmp.o memcpy.o memset.o strchr.o \
108 strcmp.o strcpy.o strlen.o
110 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
112 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
113 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
116 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
120 SOURCES
= $(lib_a_SOURCES
)
121 OBJECTS
= $(lib_a_OBJECTS
)
125 .SUFFIXES
: .S .c .o .s
126 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
127 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
129 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
131 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
133 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in \
134 ..
/..
/..
/acinclude.m4 ..
/..
/..
/aclocal.m4 \
136 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
138 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
139 $(SHELL
) .
/config.status
--recheck
140 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
141 cd
$(srcdir) && $(AUTOCONF
)
143 mostlyclean-noinstLIBRARIES
:
145 clean-noinstLIBRARIES
:
146 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
148 distclean-noinstLIBRARIES
:
150 maintainer-clean-noinstLIBRARIES
:
162 -rm -f
*.o core
*.core
169 maintainer-clean-compile
:
171 lib.a
: $(lib_a_OBJECTS
) $(lib_a_DEPENDENCIES
)
173 $(AR
) cru lib.a
$(lib_a_OBJECTS
) $(lib_a_LIBADD
)
178 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
179 list
='$(SOURCES) $(HEADERS)'; \
180 unique
=`for i in $$list; do echo $$i; done | \
181 awk ' { files[$$0] = 1; } \
182 END { for (i in files) print i; }'`; \
183 here
=`pwd` && cd
$(srcdir) \
184 && mkid
-f
$$here/ID
$$unique $(LISP
)
186 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
189 list
='$(SOURCES) $(HEADERS)'; \
190 unique
=`for i in $$list; do echo $$i; done | \
191 awk ' { files[$$0] = 1; } \
192 END { for (i in files) print i; }'`; \
193 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
194 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
203 maintainer-clean-tags
:
205 distdir
= $(PACKAGE
)-$(VERSION
)
206 top_distdir
= $(distdir
)
208 # This target untars the dist file and tries a VPATH configuration. Then
209 # it guarantees that the distribution is self-contained by making another
213 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
214 mkdir
$(distdir
)/=build
215 mkdir
$(distdir
)/=inst
216 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
217 cd
$(distdir
)/=build \
218 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
219 && $(MAKE
) $(AM_MAKEFLAGS
) \
220 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
221 && $(MAKE
) $(AM_MAKEFLAGS
) check \
222 && $(MAKE
) $(AM_MAKEFLAGS
) install \
223 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
224 && $(MAKE
) $(AM_MAKEFLAGS
) dist
226 @banner
="$(distdir).tar.gz is ready for distribution"; \
227 dashes
=`echo "$$banner" | sed s/./=/g`; \
232 -chmod
-R a
+r
$(distdir
)
233 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
236 -chmod
-R a
+r
$(distdir
)
237 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
239 distdir
: $(DISTFILES
)
242 -chmod
777 $(distdir
)
243 @for file in
$(DISTFILES
); do \
244 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
245 if
test -d
$$d/$$file; then \
246 cp
-pr
$$d/$$file $(distdir
)/$$file; \
248 test -f
$(distdir
)/$$file \
249 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
250 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
260 installcheck: installcheck-am
262 install-info
: install-info-am
264 install-exec
: install-exec-am
267 install-data
: install-data-am
270 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
273 uninstall: uninstall-am
274 all-am
: Makefile
$(LIBRARIES
)
277 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
286 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
287 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
289 maintainer-clean-generic
:
290 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
291 mostlyclean-tags mostlyclean-generic
293 mostlyclean: mostlyclean-am
295 clean-am
: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
300 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
301 distclean-tags distclean-generic clean-am
303 distclean: distclean-am
306 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
307 maintainer-clean-compile maintainer-clean-tags \
308 maintainer-clean-generic distclean-am
309 @echo
"This command is intended for maintainers to use;"
310 @echo
"it deletes files that may require special tools to rebuild."
312 maintainer-clean
: maintainer-clean-am
315 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
316 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
317 mostlyclean-compile distclean-compile clean-compile \
318 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
319 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
320 check-am installcheck-am
installcheck install-info-am install-info \
321 install-exec-am install-exec install-data-am install-data install-am \
322 install uninstall-am
uninstall all-redirect all-am
all installdirs \
323 mostlyclean-generic distclean-generic clean-generic \
324 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.