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

📄 makefile.am

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 AM
字号:
# nano-X AWT backend for Kaffe## Copyright (c) 2001#	Exor International Inc.  All rights reserved.# Copyright (c) 2001#	Sinby Corporation,  All rights reserved.## Copyright (c) 2005#	Kaffe.org contributors, see ChangeLog for details.  All rights reserved.## See the file "license.terms" for information on usage and redistribution# of this file.native_LTLIBRARIES = libnanoxawt.laAM_CPPFLAGS = \	-I$(top_builddir)/include \	-I$(top_srcdir)/kaffe/kaffevm/jni \	-I$(top_srcdir)/libraries/javalib/external/classpath/native/jni/classpath		libnanoxawt_la_CFLAGS = \	$(CFLAGS_PG) \	$(NANOX_CFLAGS)libnanoxawt_la_LDFLAGS = \	$(KLIBFLAGS) \	-no-undefined \	-module \	-release $(PACKAGE_VERSION) \	-export-symbols-regex "^([Jj]ava|kaffe)_"libnanoxawt_la_LIBADD = $(top_builddir)/kaffe/kaffevm/libkaffevm.la $(top_builddir)/libraries/javalib/external/classpath/native/jni/classpath/libclasspath.la $(AWT_LIBS)libnanoxawt_la_SOURCES = \	awt_const.h  \	keymap.h \	event.c \	handler.c \	color.c \	font.c \	window.c \	graphics.c \	image.c \	clipboard.c \	toolkit.c noinst_HEADERS = \	toolkit.h CLEANFILES = so_locations

⌨️ 快捷键说明

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