makefile

来自「wince host 和 target PCI驱动程序」· 代码 · 共 31 行

TXT
31
字号
include $(SRC)/$(UNAME).mkLSRC = $(SRC)/host/Win95/tmman/hostDRIVE=echo $(BUILDTOP) | sed 's/^\([a-zA-Z]\).*/\1/'PWD  =$(BUILDTOP)/build/buildarea/$(BLDVERSION)/host/Win95_tmmanPCTCS=$(BUILDTOP)/build/$(BLDVERSION)PCSUPPORT=$(BUILDTOP)/support/$(BLDVERSION)includes: FORCE	$(MAKE) -f $(LSRC)/include/Makefile includeshost:	FORCE	-$(MKDIR) vtmman tmman32 tmmon tmgmon tmrun tmmprun dvddll dvdvxd tmcons	pwd=`echo $(PWD)     | sed 's/\//\\\\\\\\/g'`;\	pctcs=`echo $(PCTCS) | sed 's/\//\\\\\\\\/g'`;\	pcsupport=`echo $(PCSUPPORT) | sed 's/\//\\\\\\\\/g'`;\	pcsrc=`echo $(SRC)   | sed 's/\//\\\\\\\\/g'`;\	pclsrc=`echo $(LSRC) | sed 's/\//\\\\\\\\/g'`;\	drive=`$(DRIVE)`;				\	MAKEFLAGS="";					\	sh -c "nmake					\		-f $(SRC)/host/Win95/tmman/host/Win95makefile	\		'LSRC=$$pclsrc				\		SRC=$$pcsrc				\		DRIVE=$$drive				\		BUILD=$$pwd				\		SUPPORT=$$pcsupport			\		TCS=$$pctcs'";FORCE:

⌨️ 快捷键说明

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