makefile
来自「用于词法分析的词法分析器」· 代码 · 共 20 行
TXT
20 行
# $Id: Makefile,v 1.4 1997/04/14 12:29:30 matt Exp $include Defs.makeINCLUDES = -I..sources := $(wildcard *.cpp)objects := $(sources:.cpp=.o)regexp.a: $(objects) ar rv regexp.a $?# Optimization hoses compilation of RegexpCompilerRegexpCompiler.o : RegexpCompiler.cpp RegexpCompiler.h $(CC) -c $(CFLAGS) $(LOCAL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $< -o $@# auto dependenciesinclude $(sources:.cpp=.d)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?