makefile.am

来自「java virtual machince kaffe」· AM 代码 · 共 40 行

AM
40
字号
# Makefile.am for the garbage collector - original Kaffe's GC.## Copyright (c) 2004#	Kaffe.org contributors, see ChangeLogs for details.  All rights reserved.## See the file "license.terms" for information on usage and redistribution # of this file. AM_CFLAGS= $(KAFFE_CFLAGS)AM_CPPFLAGS = \        -I$(top_srcdir)/include \        -I$(top_builddir)/config \        -I$(top_srcdir)/config \	-I$(top_srcdir)/kaffe/kaffevm/$(THREAD_DIR) \	-I$(top_builddir)/include \	-I$(top_srcdir)/kaffe/kaffevm \	-I$(top_srcdir)/kaffe/jvmpi \        -I$(top_srcdir)/config/$(Khost_cpu) \        -I$(top_srcdir)/config/$(Khost_cpu)/$(Khost_os)noinst_LTLIBRARIES = libkaffegc.lalibkaffegc_la_LDFLAGS = \	$(KVMLIBFLAGS) \	-export-dynamic libkaffegc_la_SOURCES= \	gc2.c \	gc2.h \	gc-brefs.c \	gc-brefs.h \	gc-kaffe.c \	gc-kaffe.hEXTRA_DIST= \	Makefile.frag

⌨️ 快捷键说明

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