makefile.in

来自「vxworks的系统故障诊断项目」· IN 代码 · 共 23 行

IN
23
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?