?? newlib-1.13.0.patch.svn-base
字號:
+ END { for (i in files) print i; }'`; \+ here=`pwd` && cd $(srcdir) \+ && mkid -f$$here/ID $$unique $(LISP)++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)+ tags=; \+ here=`pwd`; \+ list='$(SOURCES) $(HEADERS)'; \+ unique=`for i in $$list; do echo $$i; done | \+ awk ' { files[$$0] = 1; } \+ END { for (i in files) print i; }'`; \+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)++mostlyclean-tags:++clean-tags:++distclean-tags:+ -rm -f TAGS ID++maintainer-clean-tags:++distdir = $(PACKAGE)-$(VERSION)+top_distdir = $(distdir)++# This target untars the dist file and tries a VPATH configuration. Then+# it guarantees that the distribution is self-contained by making another+# tarfile.+distcheck: dist+ -rm -rf $(distdir)+ GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz+ mkdir $(distdir)/=build+ mkdir $(distdir)/=inst+ dc_install_base=`cd $(distdir)/=inst && pwd`; \+ cd $(distdir)/=build \+ && ../configure --srcdir=.. --prefix=$$dc_install_base \+ && $(MAKE) $(AM_MAKEFLAGS) \+ && $(MAKE) $(AM_MAKEFLAGS) dvi \+ && $(MAKE) $(AM_MAKEFLAGS) check \+ && $(MAKE) $(AM_MAKEFLAGS) install \+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \+ && $(MAKE) $(AM_MAKEFLAGS) dist+ -rm -rf $(distdir)+ @banner="$(distdir).tar.gz is ready for distribution"; \+ dashes=`echo "$$banner" | sed s/./=/g`; \+ echo "$$dashes"; \+ echo "$$banner"; \+ echo "$$dashes"+dist: distdir+ -chmod -R a+r $(distdir)+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)+ -rm -rf $(distdir)+dist-all: distdir+ -chmod -R a+r $(distdir)+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)+ -rm -rf $(distdir)+distdir: $(DISTFILES)+ -rm -rf $(distdir)+ mkdir $(distdir)+ -chmod 777 $(distdir)+ @for file in $(DISTFILES); do \+ if test -f $$file; then d=.; else d=$(srcdir); fi; \+ if test -d $$d/$$file; then \+ cp -pr $$d/$$file $(distdir)/$$file; \+ else \+ test -f $(distdir)/$$file \+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \+ || cp -p $$d/$$file $(distdir)/$$file || :; \+ fi; \+ done+info-am:+info: info-am+dvi-am:+dvi: dvi-am+check-am:+check: check-am+installcheck-am:+installcheck: installcheck-am+install-info-am: +install-info: install-info-am+install-exec-am:+install-exec: install-exec-am++install-data-am:+install-data: install-data-am++install-am: all-am+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am+install: install-am+uninstall-am:+uninstall: uninstall-am+all-am: Makefile $(LIBRARIES)+all-redirect: all-am+install-strip:+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install+installdirs:+++mostlyclean-generic:++clean-generic:++distclean-generic:+ -rm -f Makefile $(CONFIG_CLEAN_FILES)+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*++maintainer-clean-generic:+mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \+ mostlyclean-tags mostlyclean-generic++mostlyclean: mostlyclean-am++clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \+ mostlyclean-am++clean: clean-am++distclean-am: distclean-noinstLIBRARIES distclean-compile \+ distclean-tags distclean-generic clean-am++distclean: distclean-am+ -rm -f config.status++maintainer-clean-am: maintainer-clean-noinstLIBRARIES \+ maintainer-clean-compile maintainer-clean-tags \+ maintainer-clean-generic distclean-am+ @echo "This command is intended for maintainers to use;"+ @echo "it deletes files that may require special tools to rebuild."++maintainer-clean: maintainer-clean-am+ -rm -f config.status++.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \+clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \+mostlyclean-compile distclean-compile clean-compile \+maintainer-clean-compile tags mostlyclean-tags distclean-tags \+clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \+check-am installcheck-am installcheck install-info-am install-info \+install-exec-am install-exec install-data-am install-data install-am \+install uninstall-am uninstall all-redirect all-am all installdirs \+mostlyclean-generic distclean-generic clean-generic \+maintainer-clean-generic clean mostlyclean distclean maintainer-clean+++all: crt0.o++$(LIBCGLUE_MULT_OBJS): libcglue.c+ $(COMPILE) -DF_$* $< -c -o $@++$(SOCKET_MULT_OBJS): socket.c+ $(COMPILE) -DF_$* $< -c -o $@++$(XPRINTF_MULT_OBJS): xprintf.c+ $(COMPILE) -DF_$* $< -c -o $@++$(NETDB_MULT_OBJS): netdb.c+ $(COMPILE) -DF_$* $< -c -o $@++$(PIPE_OBJS): pipe.c+ $(COMPILE) -DF_$* $< -c -o $@++$(FDMAN_OBJS): fdman.c+ $(COMPILE) -DF_$* $< -c -o $@++$(SELECT_OBJS): select.c+ $(COMPILE) -DF_$* $< -c -o $@++$(INTERRUPT_OBJS): interrupt.S+ $(COMPILE) -DF_$* $< -c -o $@++# Tell versions [3.59,3.63) of GNU make to not export all variables.+# Otherwise a system limit (for SysV at least) may be exceeded.+.NOEXPORT:--- newlib-1.13.0/newlib/libc/sys/psp/README 1970-01-01 00:00:00.000000000 +0000+++ newlib-psp/newlib/libc/sys/psp/README 2006-05-13 20:29:25.000000000 +0000@@ -0,0 +1,16 @@+Newlib for PSP+--++This sys/psp directory depends on PSPSDK headers. It expects them to live in+${prefix}/psp/sdk/include (see newlib/configure.host).++I used automake 1.4-p6 to generate aclocal.m4 and Makefile.in:++ aclocal -I ../../..+ automake --cygnus++Autoconf refused to work for me, so I copied configure from sys/sh and modified+$ac_unique_file to point libcglue.c.++--+Marcus R. Brown <mrbrown@ocgnet.org>--- newlib-1.13.0/newlib/libc/sys/psp/aclocal.m4 1970-01-01 00:00:00.000000000 +0000+++ newlib-psp/newlib/libc/sys/psp/aclocal.m4 2006-05-13 20:29:26.000000000 +0000@@ -0,0 +1,1185 @@+dnl aclocal.m4 generated automatically by aclocal 1.4-p6++dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.+dnl This file is free software; the Free Software Foundation+dnl gives unlimited permission to copy and/or distribute it,+dnl with or without modifications, as long as this notice is preserved.++dnl This program is distributed in the hope that it will be useful,+dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without+dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A+dnl PARTICULAR PURPOSE.++# lib-prefix.m4 serial 4 (gettext-0.14.2)+dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.+dnl This file is free software; the Free Software Foundation+dnl gives unlimited permission to copy and/or distribute it,+dnl with or without modifications, as long as this notice is preserved.++dnl From Bruno Haible.++dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and+dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't+dnl require excessive bracketing.+ifdef([AC_HELP_STRING],+[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],+[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])++dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed+dnl to access previously installed libraries. The basic assumption is that+dnl a user will want packages to use other packages he previously installed+dnl with the same --prefix option.+dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate+dnl libraries, but is otherwise very convenient.+AC_DEFUN([AC_LIB_PREFIX],+[+ AC_BEFORE([$0], [AC_LIB_LINKFLAGS])+ AC_REQUIRE([AC_PROG_CC])+ AC_REQUIRE([AC_CANONICAL_HOST])+ AC_REQUIRE([AC_LIB_PREPARE_PREFIX])+ dnl By default, look in $includedir and $libdir.+ use_additional=yes+ AC_LIB_WITH_FINAL_PREFIX([+ eval additional_includedir=\"$includedir\"+ eval additional_libdir=\"$libdir\"+ ])+ AC_LIB_ARG_WITH([lib-prefix],+[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib+ --without-lib-prefix don't search for libraries in includedir and libdir],+[+ if test "X$withval" = "Xno"; then+ use_additional=no+ else+ if test "X$withval" = "X"; then+ AC_LIB_WITH_FINAL_PREFIX([+ eval additional_includedir=\"$includedir\"+ eval additional_libdir=\"$libdir\"+ ])+ else+ additional_includedir="$withval/include"+ additional_libdir="$withval/lib"+ fi+ fi+])+ if test $use_additional = yes; then+ dnl Potentially add $additional_includedir to $CPPFLAGS.+ dnl But don't add it+ dnl 1. if it's the standard /usr/include,+ dnl 2. if it's already present in $CPPFLAGS,+ dnl 3. if it's /usr/local/include and we are using GCC on Linux,+ dnl 4. if it doesn't exist as a directory.+ if test "X$additional_includedir" != "X/usr/include"; then+ haveit=+ for x in $CPPFLAGS; do+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])+ if test "X$x" = "X-I$additional_includedir"; then+ haveit=yes+ break+ fi+ done+ if test -z "$haveit"; then+ if test "X$additional_includedir" = "X/usr/local/include"; then+ if test -n "$GCC"; then+ case $host_os in+ linux* | gnu* | k*bsd*-gnu) haveit=yes;;+ esac+ fi+ fi+ if test -z "$haveit"; then+ if test -d "$additional_includedir"; then+ dnl Really add $additional_includedir to $CPPFLAGS.+ CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"+ fi+ fi+ fi+ fi+ dnl Potentially add $additional_libdir to $LDFLAGS.+ dnl But don't add it+ dnl 1. if it's the standard /usr/lib,+ dnl 2. if it's already present in $LDFLAGS,+ dnl 3. if it's /usr/local/lib and we are using GCC on Linux,+ dnl 4. if it doesn't exist as a directory.+ if test "X$additional_libdir" != "X/usr/lib"; then+ haveit=+ for x in $LDFLAGS; do+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])+ if test "X$x" = "X-L$additional_libdir"; then+ haveit=yes+ break+ fi+ done+ if test -z "$haveit"; then+ if test "X$additional_libdir" = "X/usr/local/lib"; then+ if test -n "$GCC"; then+ case $host_os in+ linux*) haveit=yes;;+ esac+ fi+ fi+ if test -z "$haveit"; then+ if test -d "$additional_libdir"; then+ dnl Really add $additional_libdir to $LDFLAGS.+ LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"+ fi+ fi+ fi+ fi+ fi+])++dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,+dnl acl_final_exec_prefix, containing the values to which $prefix and+dnl $exec_prefix will expand at the end of the configure script.+AC_DEFUN([AC_LIB_PREPARE_PREFIX],+[+ dnl Unfortunately, prefix and exec_prefix get only finally determined+ dnl at the end of configure.+ if test "X$prefix" = "XNONE"; then+ acl_final_prefix="$ac_default_prefix"+ else+ acl_final_prefix="$prefix"+ fi+ if test "X$exec_prefix" = "XNONE"; then+ acl_final_exec_prefix='${prefix}'+ else+ acl_final_exec_prefix="$exec_prefix"+ fi+ acl_save_prefix="$prefix"+ prefix="$acl_final_prefix"+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"+ prefix="$acl_save_prefix"+])++dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the+dnl variables prefix and exec_prefix bound to the values they will have+dnl at the end of the configure script.+AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],+[+ acl_save_prefix="$prefix"+ prefix="$acl_final_prefix"+ acl_save_exec_prefix="$exec_prefix"+ exec_prefix="$acl_final_exec_prefix"+ $1+ exec_prefix="$acl_save_exec_prefix"+ prefix="$acl_save_prefix"+])++# lib-link.m4 serial 6 (gettext-0.14.3)+dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.+dnl This file is free software; the Free Software Foundation+dnl gives unlimited permission to copy and/or distribute it,+dnl with or without modifications, as long as this notice is preserved.++dnl From Bruno Haible.++AC_PREREQ(2.50)++dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and+dnl the libraries corresponding to explicit and implicit dependencies.+dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and+dnl augments the CPPFLAGS variable.+AC_DEFUN([AC_LIB_LINKFLAGS],+[+ AC_REQUIRE([AC_LIB_PREPARE_PREFIX])+ AC_REQUIRE([AC_LIB_RPATH])+ define([Name],[translit([$1],[./-], [___])])+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])+ AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [+ AC_LIB_LINKFLAGS_BODY([$1], [$2])+ ac_cv_lib[]Name[]_libs="$LIB[]NAME"+ ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"+ ac_cv_lib[]Name[]_cppflags="$INC[]NAME"+ ])+ LIB[]NAME="$ac_cv_lib[]Name[]_libs"+ LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"+ INC[]NAME="$ac_cv_lib[]Name[]_cppflags"+ AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)+ AC_SUBST([LIB]NAME)+ AC_SUBST([LTLIB]NAME)+ dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the+ dnl results of this search when this library appears as a dependency.+ HAVE_LIB[]NAME=yes+ undefine([Name])
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -