makefile,v

来自「linux下的串口通讯」· 代码 · 共 79 行

TXT
79
字号
head	1.2;access;symbols;locks; strict;comment	@# @;1.2date	2004.11.30.07.56.24;	author tarbit;	state Exp;branches;next	1.1;deltatype	text;permissions	644;commitid	d3c41ac27976c6b;kopt	kv;filename	Makefile;1.1date	2004.11.01.05.13.39;	author yr;	state Exp;branches;next	;deltatype	text;permissions	644;commitid	18a04185c5fe1626;kopt	kv;filename	Makefile;desc@@1.2log@modify@text@include $(APPS_ROOT)/make.rulesTARGET	= serialENVROOT	= $(SPD_ROOT)CFLAGS	+= -I$(ENVROOT)CFLAGS	+= -I$(CRE_ROOT)/include## for ADKOBJS	= serial.o user_define_func.o LIBC+= -lpthread -lc -lgcc -machine fr400# Configure module selectionSTACKSIZE=65536FLTFLAGS=-s $(STACKSIZE)all: $(TARGET)$(TARGET): $(OBJS)	FLTFLAGS="$(FLTFLAGS)" $(LD) $(LDFLAGS) -o $@@ $(CRT0) $^$(LIBS) $(LIBC) $(ULIBS)#install:	cp -f $(TARGET) $(BIN_ROOT)	cp -f $(TARGET) $(CRE_ROOT)/binclean:	rm -f $(OBJS) $(TARGET) *.elf *.gdb *.elf2flt@1.1log@added@text@d24 1a24 1install:@

⌨️ 快捷键说明

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