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

📄 makefile

📁 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的
💻
字号:
## %W% %G%## Copyright (c) 2001 by Matthew Jacob##	This software is free software; you can redistribute it and/or#	modify it under the terms of the GNU Library General Public#	License as published by the Free Software Foundation; version 2.##	This software 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#	Library General Public License for more details.##	You should have received a copy of the GNU Library General Public#	License along with this software; if not, write to the Free#	Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.##	The author may be reached via electronic communications at##		mjacob@feral.com##	or, via United States Postal Address##		Matthew Jacob#		Feral Software#		PMB #825#		5214-F Diamond Hts. Blvd#		San Francisco, CA, 94131##O_TARGET			:= isp_drv.olist-multi			:= isp_mod.oobj-$(CONFIG_SCSI_NEWISP)	+= isp_mod.oHDRS=	asm_1000.h asm_1040.h asm_1080.h asm_12160.h asm_2100.h asm_2200.h \	asm_2300.h isp_inline.h isp_linux.h isp_target.h isp_tpublic.h \	ispmbox.h ispreg.h ispvar.hSRCS=	isp.c isp_linux.c isp_pci.c isp_target.cISP_OBJS = isp_linux.o isp_pci.o isp.o# Override our module desitnationMOD_DESTDIR = $(shell cd .. && $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)MOD_TARGET = isp_mod.oEXTRA_CFLAGS = -I..include $(TOPDIR)/Rules.makeisp_mod.o: $(ISP_HDRS) $(ISP_SRCS) $(ISP_OBJS)	$(LD) $(LD_RFLAG) -r -o $@ $(ISP_OBJS)

⌨️ 快捷键说明

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