makefile

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· 代码 · 共 333 行

TXT
333
字号
# Generated automatically from Makefile.in by configure.# Makefile.in generated automatically by automake 1.4 from Makefile.am# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.SHELL = /bin/shsrcdir = ../../../../../../newlib-1.11.0/newlib/libc/machine/xscaletop_srcdir = ../../../../../../newlib-1.11.0/newlib/libc/machine/xscaleVPATH = ../../../../../../newlib-1.11.0/newlib/libc/machine/xscaleprefix = /usr/localexec_prefix = ${prefix}bindir = ${exec_prefix}/binsbindir = ${exec_prefix}/sbinlibexecdir = ${exec_prefix}/libexecdatadir = ${prefix}/sharesysconfdir = ${prefix}/etcsharedstatedir = ${prefix}/comlocalstatedir = ${prefix}/varlibdir = ${exec_prefix}/libinfodir = ${prefix}/infomandir = ${prefix}/manincludedir = ${prefix}/includeoldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/newlibpkglibdir = $(libdir)/newlibpkgincludedir = $(includedir)/newlibtop_builddir = .ACLOCAL = aclocalAUTOCONF = autoconfAUTOMAKE = automakeAUTOHEADER = autoheaderINSTALL = /usr/bin/install -cINSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = ${INSTALL} -m 644INSTALL_SCRIPT = ${INSTALL_PROGRAM}transform = s,x,x,NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_alias = i686-pc-cygwinbuild_triplet = i686-pc-cygwinhost_alias = arm-wince-pehost_triplet = arm-wince-petarget_alias = arm-wince-petarget_triplet = arm-wince-peAR = arm-wince-pe-arAS = arm-wince-pe-asCC =  arm-wince-pe-gcc -B/usr/src/newlib-1.9.0/newlib-arm-wince/arm-wince-pe/newlib/ -isystem /usr/src/newlib-1.9.0/newlib-arm-wince/arm-wince-pe/newlib/targ-include -isystem /usr/src/newlib-1.9.0/newlib-1.11.0/newlib/libc/includeCPP = @CPP@EXEEXT = LDFLAGS = MAINT = #MAKEINFO = makeinfoNEWLIB_CFLAGS =  -g -march=armv4 -mapcs-32 -DGNUWINCE -DSARM -DABORT_PROVIDED -DMALLOC_PROVIDED -DWANT_PRINTF_LONG_LONG -DCOMPILING_NEWLIB -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_RENAME -fno-builtinOBJEXT = oPACKAGE = newlibRANLIB = arm-wince-pe-ranlibVERSION = 1.11.0aext = alibm_machine_dir = machine_dir = xscalenewlib_basedir = ../../../../../../newlib-1.11.0/newlib/libc/machine/xscale/../../..oext = osys_dir = winceAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)noinst_LIBRARIES = lib.alib_a_SOURCES = \	memchr.c memcmp.c memcpy.c memmove.c memset.c \	strchr.c strcmp.c strcpy.c strlen.cACLOCAL_AMFLAGS = -I ../../..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.hostACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirsCONFIG_CLEAN_FILES = LIBRARIES =  $(noinst_LIBRARIES)DEFS =  -DPACKAGE=\"newlib\" -DVERSION=\"1.11.0\"  -I. -I$(srcdir) CPPFLAGS = LIBS = lib_a_LIBADD = lib_a_OBJECTS =  memchr.o memcmp.o memcpy.o memmove.o memset.o strchr.o \strcmp.o strcpy.o strlen.oCFLAGS = -O2 -g -O2COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = gtarGZIP_ENV = --bestSOURCES = $(lib_a_SOURCES)OBJECTS = $(lib_a_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .o .s$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --cygnus MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status$(ACLOCAL_M4): # configure.in  \		../../../acinclude.m4 ../../../aclocal.m4 \		../../../libtool.m4	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(srcdir)/configure: #$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)	cd $(srcdir) && $(AUTOCONF)mostlyclean-noinstLIBRARIES:clean-noinstLIBRARIES:	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)distclean-noinstLIBRARIES:maintainer-clean-noinstLIBRARIES:.c.o:	$(COMPILE) -c $<.s.o:	$(COMPILE) -c $<.S.o:	$(COMPILE) -c $<mostlyclean-compile:	-rm -f *.o core *.coreclean-compile:distclean-compile:	-rm -f *.tab.cmaintainer-clean-compile:lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)	-rm -f lib.a	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)	$(RANLIB) lib.atags: TAGSID: $(HEADERS) $(SOURCES) $(LISP)	list='$(SOURCES) $(HEADERS)'; \	unique=`for i in $$list; do echo $$i; done | \	  awk '    { files[$$0] = 1; } \	       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 IDmaintainer-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; \	doneinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am:check: check-aminstallcheck-am:installcheck: installcheck-aminstall-info-am: install-info: install-info-aminstall-exec-am:install-exec: install-exec-aminstall-data-am:install-data: install-data-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am:uninstall: uninstall-amall-am: Makefile $(LIBRARIES)all-redirect: all-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs: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-genericmostlyclean: mostlyclean-amclean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \		mostlyclean-amclean: clean-amdistclean-am:  distclean-noinstLIBRARIES distclean-compile \		distclean-tags distclean-generic clean-amdistclean: distclean-am	-rm -f config.statusmaintainer-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# 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:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?