⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 UBOOT源码,希望能给大家一点帮助,费了好大心思弄来的.
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated automatically by automake 1.4-p4 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.# -*- makefile -*-## Makefile.am## Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)## $Id: Makefile.am,v 1.15 2002/01/07 15:00:14 erikm Exp $## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#SHELL = @SHELL@srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@prefix = @prefix@exec_prefix = @exec_prefix@bindir = @bindir@sbindir = @sbindir@libexecdir = @libexecdir@datadir = @datadir@sysconfdir = @sysconfdir@sharedstatedir = @sharedstatedir@localstatedir = @localstatedir@libdir = @libdir@infodir = @infodir@mandir = @mandir@includedir = @includedir@oldincludedir = /usr/includeDESTDIR =pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ../..ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOMAKE = @AUTOMAKE@AUTOHEADER = @AUTOHEADER@INSTALL = @INSTALL@INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)INSTALL_DATA = @INSTALL_DATA@INSTALL_SCRIPT = @INSTALL_SCRIPT@transform = @program_transform_name@NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :host_alias = @host_alias@host_triplet = @host@AR = @AR@BLOB_FLASH_OBJS = @BLOB_FLASH_OBJS@BLOB_PLATFORM_OBJ = @BLOB_PLATFORM_OBJ@CC = @CC@CHKMEM = @CHKMEM@CLOCK = @CLOCK@DEBUG = @DEBUG@DIAG_PLATFORM_OBJ = @DIAG_PLATFORM_OBJ@LCD = @LCD@LN_S = @LN_S@MAINT = @MAINT@MAKEINFO = @MAKEINFO@MEMSETUP = @MEMSETUP@OBJCOPY = @OBJCOPY@OCFLAGS = @OCFLAGS@PACKAGE = @PACKAGE@RANLIB = @RANLIB@VERSION = @VERSION@bin_PROGRAMS =  	blob-start-elf32 	blob-start 	blob-start-chain-elf32 	blob-start-chain 	blob-rest-elf32 	blob-rest 	blob 	blob-chainINCLUDES =  	-I${top_builddir}/include 	-I${top_srcdir}/include# ---- Built sources -------------------------------------------------BUILT_SOURCES =  	rest-ld-script# ---- Blob first stage loader ---------------------------------------# WARNING: start.S *must* be the first file, otherwise the target will# be linked in the wrong order!blob_start_elf32_SOURCES =  	start.S 	ledasm.S 	testmem.SEXTRA_blob_start_elf32_SOURCES =  	memsetup-sa1100.S 	memsetup-sa1110.Sblob_start_elf32_DEPENDENCIES =  	@MEMSETUP@ 	start-ld-scriptblob_start_elf32_LDFLAGS =  	-Wl,-T,${srcdir}/start-ld-scriptblob_start_elf32_LDADD =  	@MEMSETUP@ 	-lgccblob_start_SOURCES = # ---- Blob first stage chain loader --------------------------------# WARNING: chain.S *must* be the first file, otherwise the target will# be linked in the wrong order!blob_start_chain_elf32_SOURCES =  	chain.S 	ledasm.Sblob_start_chain_elf32_DEPENDENCIES =  	start-ld-scriptblob_start_chain_elf32_LDFLAGS =  	-Wl,-T,${srcdir}/start-ld-scriptblob_start_chain_elf32_LDADD =  	-lgccblob_start_chain_SOURCES = # ---- Blob second stage ---------------------------------------------# WARNING: trampoline.S *must* be the first file, otherwise the target# will be linked in the wrong order!blob_rest_elf32_SOURCES =  	trampoline.S 	flashasm.S 	stack.S 	testmem2.S 	bootldrpart.c 	commands.c 	flash.c 	initcalls.c 	linux.c 	main.c 	memory.c 	param_block.c 	partition.c 	reboot.c 	uucodec.c 	xmodem.c# conditionally compiled sourcesEXTRA_blob_rest_elf32_SOURCES =  	chkmem.c 	clock.c 	debug.c 	amd32.c 	intel16.c 	intel32.c 	nullflash.c 	assabet.c 	brutus.c 	badge4.c 	clart.c 	h3600.c 	idr.c 	jornada720.c 	lart.c 	nesa.c 	pleb.c 	shannon.c 	system3.cblob_rest_elf32_DEPENDENCIES =  	@BLOB_PLATFORM_OBJ@ 	@BLOB_FLASH_OBJS@ 	@CHKMEM@ 	@DEBUG@ 	@CLOCK@ 	${top_builddir}/src/lib/libblob.a 	rest-ld-scriptblob_rest_elf32_LDFLAGS =  	-Wl,-T,rest-ld-scriptblob_rest_elf32_LDADD =  	@BLOB_PLATFORM_OBJ@ 	@BLOB_FLASH_OBJS@ 	@CHKMEM@ 	@DEBUG@ 	@CLOCK@ 	-L${top_builddir}/src/lib -lblob 	-lgccblob_rest_SOURCES = # ---- Final blob binary ---------------------------------------------blob_SOURCES = # ---- Final blob chain loader binary --------------------------------blob_chain_SOURCES = # ---- Automake administrativia --------------------------------------EXTRA_DIST =  	start-ld-script 	rest-ld-script.inCLEANFILES = ${srcdir}/*~ rest-ld-scriptDISTCLEANFILES = ${builddir}/.deps/*.Pmkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirsCONFIG_HEADER = ../../include/blob/config.hCONFIG_CLEAN_FILES = PROGRAMS =  $(bin_PROGRAMS)DEFS = @DEFS@ -I. -I$(srcdir) -I../../include/blobCPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@blob_start_elf32_OBJECTS =  start.o ledasm.o testmem.oblob_start_OBJECTS = blob_start_LDADD = $(LDADD)blob_start_DEPENDENCIES = blob_start_LDFLAGS = blob_start_chain_elf32_OBJECTS =  chain.o ledasm.oblob_start_chain_OBJECTS = blob_start_chain_LDADD = $(LDADD)blob_start_chain_DEPENDENCIES = blob_start_chain_LDFLAGS = blob_rest_elf32_OBJECTS =  trampoline.o flashasm.o stack.o testmem2.o \bootldrpart.o commands.o flash.o initcalls.o linux.o main.o memory.o \param_block.o partition.o reboot.o uucodec.o xmodem.oblob_rest_OBJECTS = blob_rest_LDADD = $(LDADD)blob_rest_DEPENDENCIES = blob_rest_LDFLAGS = blob_OBJECTS = blob_LDADD = $(LDADD)blob_DEPENDENCIES = blob_LDFLAGS = blob_chain_OBJECTS = blob_chain_LDADD = $(LDADD)blob_chain_DEPENDENCIES = blob_chain_LDFLAGS = CFLAGS = @CFLAGS@COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@DIST_COMMON =  Makefile.am Makefile.inDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)TAR = tarGZIP_ENV = --bestSOURCES = $(blob_start_elf32_SOURCES) $(EXTRA_blob_start_elf32_SOURCES) $(blob_start_SOURCES) $(blob_start_chain_elf32_SOURCES) $(blob_start_chain_SOURCES) $(blob_rest_elf32_SOURCES) $(EXTRA_blob_rest_elf32_SOURCES) $(blob_rest_SOURCES) $(blob_SOURCES) $(blob_chain_SOURCES)OBJECTS = $(blob_start_elf32_OBJECTS) $(blob_start_OBJECTS) $(blob_start_chain_elf32_OBJECTS) $(blob_start_chain_OBJECTS) $(blob_rest_elf32_OBJECTS) $(blob_rest_OBJECTS) $(blob_OBJECTS) $(blob_chain_OBJECTS)all: all-redirect.SUFFIXES:.SUFFIXES: .S .c .o .s$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/blob/MakefileMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) \	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.statusmostlyclean-binPROGRAMS:clean-binPROGRAMS:	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)distclean-binPROGRAMS:maintainer-clean-binPROGRAMS:

⌨️ 快捷键说明

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