⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 java virtual machince kaffe
💻 AM
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -