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@
82 NEWLIB_CFLAGS
= @NEWLIB_CFLAGS@
90 libm_machine_dir
= @libm_machine_dir@
91 machine_dir
= @machine_dir@
92 newlib_basedir
= @newlib_basedir@
96 AUTOMAKE_OPTIONS
= cygnus
98 SUBDIRS
= $(sys_dir
) .
100 @HAVE_SYS_DIR_TRUE@SYSLIB
= lib.a
102 noinst_DATA
= $(CRT0
)
104 @USE_LIBTOOL_FALSE@noinst_LIBRARIES
= $(SYSLIB
)
108 ACLOCAL_AMFLAGS
= -I ..
/..
109 CONFIG_STATUS_DEPENDENCIES
= $(newlib_basedir
)/configure.host
110 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
111 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/..
/..
/mkinstalldirs
113 LIBRARIES
= $(noinst_LIBRARIES
)
116 DEFS
= @DEFS@
-I.
-I
$(srcdir)
117 CPPFLAGS
= @CPPFLAGS@
120 lib_a_SOURCES
= lib.a.c
121 lib_a_OBJECTS
= lib.a.
$(OBJEXT
)
123 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
124 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
126 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
127 DATA
= $(noinst_DATA
)
129 DIST_COMMON
= Makefile.am Makefile.in aclocal.m4 configure configure.in
132 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
137 OBJECTS
= lib.a.
$(OBJEXT
)
141 .SUFFIXES
: .S .c .lo .o .obj .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 ..
/..
/acinclude.m4 \
150 ..
/..
/aclocal.m4 ..
/..
/libtool.m4
151 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
153 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
154 $(SHELL
) .
/config.status
--recheck
155 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
156 cd
$(srcdir) && $(AUTOCONF
)
158 mostlyclean-noinstLIBRARIES
:
160 clean-noinstLIBRARIES
:
161 -test -z
"$(noinst_LIBRARIES)" ||
rm -f
$(noinst_LIBRARIES
)
163 distclean-noinstLIBRARIES
:
165 maintainer-clean-noinstLIBRARIES
:
170 # FIXME: We should only use cygpath when building on Windows,
171 # and only if it is available.
173 $(COMPILE
) -c
`cygpath -w $<`
182 -rm -f
*.o core
*.core
190 maintainer-clean-compile
:
193 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
196 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
199 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
209 maintainer-clean-libtool
:
211 # This directory's subdirectories are mostly independent; you can cd
212 # into them and run `make' without going through this Makefile.
213 # To change the values of `make' variables: instead of editing Makefiles,
214 # (1) if the variable is set in `config.status', edit `config.status'
215 # (which will cause the Makefiles to be regenerated when you run `make');
216 # (2) otherwise, pass the desired values on the `make' command line.
220 all-recursive install-data-recursive install-exec-recursive \
221 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
222 check-recursive installcheck-recursive info-recursive dvi-recursive
:
223 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
225 target
=`echo $@ | sed s/-recursive//`; \
226 list
='$(SUBDIRS)'; for subdir in
$$list; do \
227 echo
"Making $$target in $$subdir"; \
228 if
test "$$subdir" = "."; then \
230 local_target
="$$target-am"; \
232 local_target
="$$target"; \
234 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
235 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
237 if
test "$$dot_seen" = "no"; then \
238 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
241 mostlyclean-recursive clean-recursive distclean-recursive \
242 maintainer-clean-recursive
:
243 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
245 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
246 rev
="$$subdir $$rev"; \
247 test "$$subdir" != "." || dot_seen
=yes
; \
249 test "$$dot_seen" = "no" && rev
=". $$rev"; \
250 target
=`echo $@ | sed s/-recursive//`; \
251 for subdir in
$$rev; do \
252 echo
"Making $$target in $$subdir"; \
253 if
test "$$subdir" = "."; then \
254 local_target
="$$target-am"; \
256 local_target
="$$target"; \
258 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
259 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
260 done
&& test -z
"$$fail"
262 list
='$(SUBDIRS)'; for subdir in
$$list; do \
263 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
268 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
269 list
='$(SOURCES) $(HEADERS)'; \
270 unique
=`for i in $$list; do echo $$i; done | \
271 awk ' { files[$$0] = 1; } \
272 END { for (i in files) print i; }'`; \
273 here
=`pwd` && cd
$(srcdir) \
274 && mkid
-f
$$here/ID
$$unique $(LISP
)
276 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
279 list
='$(SUBDIRS)'; for subdir in
$$list; do \
280 if
test "$$subdir" = .
; then
:; else \
281 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
284 list
='$(SOURCES) $(HEADERS)'; \
285 unique
=`for i in $$list; do echo $$i; done | \
286 awk ' { files[$$0] = 1; } \
287 END { for (i in files) print i; }'`; \
288 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
289 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
298 maintainer-clean-tags
:
300 distdir
= $(PACKAGE
)-$(VERSION
)
301 top_distdir
= $(distdir
)
303 # This target untars the dist file and tries a VPATH configuration. Then
304 # it guarantees that the distribution is self-contained by making another
308 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
309 mkdir
$(distdir
)/=build
310 mkdir
$(distdir
)/=inst
311 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
312 cd
$(distdir
)/=build \
313 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
314 && $(MAKE
) $(AM_MAKEFLAGS
) \
315 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
316 && $(MAKE
) $(AM_MAKEFLAGS
) check \
317 && $(MAKE
) $(AM_MAKEFLAGS
) install \
318 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
319 && $(MAKE
) $(AM_MAKEFLAGS
) dist
321 @banner
="$(distdir).tar.gz is ready for distribution"; \
322 dashes
=`echo "$$banner" | sed s/./=/g`; \
327 -chmod
-R a
+r
$(distdir
)
328 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
331 -chmod
-R a
+r
$(distdir
)
332 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
334 distdir
: $(DISTFILES
)
337 -chmod
777 $(distdir
)
338 @for file in
$(DISTFILES
); do \
339 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
340 if
test -d
$$d/$$file; then \
341 cp
-pr
$$d/$$file $(distdir
)/$$file; \
343 test -f
$(distdir
)/$$file \
344 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
345 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
348 for subdir in
$(SUBDIRS
); do \
349 if
test "$$subdir" = .
; then
:; else \
350 test -d
$(distdir
)/$$subdir \
351 || mkdir
$(distdir
)/$$subdir \
353 chmod
777 $(distdir
)/$$subdir; \
354 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
363 check: check-recursive
365 installcheck: installcheck-recursive
367 install-info
: install-info-recursive
369 install-exec
: install-exec-recursive
372 install-data
: install-data-recursive
375 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
376 install: install-recursive
378 uninstall: uninstall-recursive
379 all-am
: Makefile
$(LIBRARIES
) $(DATA
)
380 all-redirect
: all-recursive
382 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
383 installdirs: installdirs-recursive
390 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
393 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
394 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
396 maintainer-clean-generic
:
397 mostlyclean-am
: mostlyclean-noinstLIBRARIES mostlyclean-compile \
398 mostlyclean-libtool mostlyclean-tags \
401 mostlyclean: mostlyclean-recursive
403 clean-am
: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
404 clean-generic mostlyclean-am
406 clean: clean-recursive
408 distclean-am
: distclean-noinstLIBRARIES distclean-compile \
409 distclean-libtool distclean-tags distclean-generic \
413 distclean: distclean-recursive
416 maintainer-clean-am
: maintainer-clean-noinstLIBRARIES \
417 maintainer-clean-compile maintainer-clean-libtool \
418 maintainer-clean-tags maintainer-clean-generic \
420 @echo
"This command is intended for maintainers to use;"
421 @echo
"it deletes files that may require special tools to rebuild."
423 maintainer-clean
: maintainer-clean-recursive
426 .PHONY
: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
427 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
428 mostlyclean-compile distclean-compile clean-compile \
429 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
430 clean-libtool maintainer-clean-libtool install-data-recursive \
431 uninstall-data-recursive install-exec-recursive \
432 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
433 all-recursive check-recursive installcheck-recursive info-recursive \
434 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
435 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
436 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
437 dvi-am
dvi check check-am installcheck-am
installcheck install-info-am \
438 install-info install-exec-am install-exec install-data-am install-data \
439 install-am
install uninstall-am
uninstall all-redirect all-am
all \
440 installdirs-am
installdirs mostlyclean-generic distclean-generic \
441 clean-generic maintainer-clean-generic
clean mostlyclean distclean \
445 @USE_LIBTOOL_FALSE@lib.a
: $(sys_dir
)/lib.a
446 @USE_LIBTOOL_FALSE@
rm -f
$@
447 @USE_LIBTOOL_FALSE@ ln
$(sys_dir
)/lib.a
$@
>/dev
/null
2>/dev
/null \
448 @USE_LIBTOOL_FALSE@ || cp
$(sys_dir
)/lib.a
$@
450 $(sys_dir
)/libsys.
$(aext
): ; @true
452 $(CRT0
): $(sys_dir
)/$(CRT0
)
454 ln
$(sys_dir
)/$(CRT0
) $@
>/dev
/null
2>/dev
/null \
455 || cp
$(sys_dir
)/$(CRT0
) $@
457 $(sys_dir
)/$(CRT0
): ; @true
461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462 # Otherwise a system limit (for SysV at least) may be exceeded.