makefile.am

来自「基于LWVCL开发的库」· AM 代码 · 共 69 行

AM
69
字号
# 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_srcdir)/kaffe/jvmpi \	      -I$(top_builddir)/include \              -I$(top_srcdir)/config/$(Khost_cpu) \	      -I$(top_srcdir)/config/$(Khost_cpu)/$(Khost_os) \	      $(GLIB_CFLAGS)AM_CCASFLAGS = \	$(DEFS) \	$(ENGINE_DEFS) \	$(DEFAULT_INCLUDES) \	$(INCLUDES) \	-I$(top_srcdir)/include \	$(KAFFE_CCASFLAGS)noinst_LTLIBRARIES = libengine.lalibengine_la_LDFLAGS = \	$(KVMLIBFLAGS) \	$(GLIB_LIBS)libengine_la_SOURCES = \	basecode.c \	basecode.h \	checks.h \	codeproto.h \	constpool.c \	constpool.h \	funcs.c \	icode.c \	icode_internal.h \	labels.c \	labels.h \	registers.c \	machine.c \	machine.h \	methodcalls.c \	methodcalls.h \	native-wrapper.c \	native-wrapper.h \	registers.h \	seq.c \	seq.h \	slots.c \	slots.h \	stackTrace-impl.hnodist_libengine_la_SOURCES = \	trampolines.SEXTRA_DIST = \	Makefile.frag

⌨️ 快捷键说明

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