makefile.am
来自「java virtual machince kaffe」· AM 代码 · 共 45 行
AM
45 行
# Makefile.in for kaffevm JIT compiler## Copyright (c) 1996, 1997, 1998, 1999# Transvirtual Technologies, Inc. All rights reserved.## See the file "license.terms" for information on usage and redistribution # of this file. @engine_frag@AM_CFLAGS= $(KAFFE_CFLAGS)AM_CPPFLAGS = \ -I$(top_srcdir)/kaffe/kaffevm/$(THREAD_DIR) \ -I$(top_srcdir)/kaffe/kaffevm/jni \ -I.. \ -I$(srcdir)/.. \ $(ENGINE_DEFS) \ -I$(top_builddir)/include \ -I$(top_srcdir)/config/$(Khost_cpu) \ -I$(top_srcdir)/config/$(Khost_cpu)/$(Khost_os) if COND_DIRECT_THREADING AM_CPPFLAGS += -DDIRECT_THREADINGendifnoinst_LTLIBRARIES = libengine.lalibengine_la_LDFLAGS = \ $(KVMLIBFLAGS)libengine_la_SOURCES = \ machine.c \ native-wrapper.c \ methodcalls.cEXTRA_DIST = \ Makefile.frag \ checks.h \ icode.h \ machine.h \ slots.h \ stackTrace-impl.h \ native-wrapper.h \ methodcalls.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?