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

📄 makefile.am

📁 linux下建立JAVA虚拟机的源码KAFFE
💻 AM
字号:
# Compile time class files.## Copyright (c) 2004#      Kaffe.org contributors. See ChangeLogs for details. All rights reserved.## This file is licensed under the terms of the GNU Public License.# See the file "license.terms" for information on usage and redistribution# of this file, and for a DISCLAIMER OF ALL WARRANTIES.CLASS_FILES = \	VarInit.class \	VarInit2.class \	InnerTest1_A.class \	InnerTest1_B.class \	InnerTest1_A$$X.class \	InnerTest1_B$$X.classSETUP_ENVIRONMENT = env `. $(top_builddir)/BUILD_ENVIRONMENT; sed 's/.*export \(.*\)/echo \1=$$\1/' < $(top_builddir)/BUILD_ENVIRONMENT | sh`## We have to list the dependencies explicitely for those make programs## that don't support GNU make's %.suffix target extension.VarInit.class VarInit2.class: VarInit.java VarInit2.java	@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/VarInit.java $(srcdir)/VarInit2.javaInnerTest1_A.class InnerTest1_B.class InnerTest1_A$$X.class InnerTest1_B$$X.class: InnerTest1_A.java InnerTest1_B.java	@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_A.java $(srcdir)/InnerTest1_B.java	@$(SETUP_ENVIRONMENT) $(SHELL) CompileScript $(srcdir)/InnerTest1_B.javacheck-am: CompileScript $(CLASS_FILES)CLEANFILES=$(CLASS_FILES) InnerTest1_*.classEXTRA_DIST = \	VarInit.java \	VarInit2.java \	InnerTest1_A.java \	InnerTest1_B.java

⌨️ 快捷键说明

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