📄 makefile.in
字号:
# See the file "mba/disclaimers-and-notices-L2.txt" for
# information on usage and redistribution of this file,
# and for a DISCLAIMER OF ALL WARRANTIES.
# $Id: Makefile.in,v 1.1.1.1 2006/10/09 06:58:18 shao Exp $
L2_TRANSLATIONS=@L2_TRANSLATIONS@
OBJECTS=${L2_TRANSLATIONS:%=%.o}
# clause_unit.o readers_unit.o from_memory_unit.o transition_unit.o
OBJECTS+=L2_file.o options.o \
clause.o \
enumeration.o \
modes.o \
proposition.o \
transition.o \
variable.o
# from_xmpl needs to know about Xerces; the rest don't
XERCESCROOT = @XERCESCROOT@
from_xmpl.o : CPPFLAGS+=-I$(XERCESCROOT)/include
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -