makefile.am

来自「jam vm 最新Java虚拟机!为开源项目源代码」· AM 代码 · 共 34 行

AM
34
字号
#### Copyright (C) 2003, 2004, 2005, 2006, 2007## Robert Lougher <rob@lougher.org.uk>.#### This file is part of JamVM.#### This program is free software; you can redistribute it and/or## modify it under the terms of the GNU General Public License## as published by the Free Software Foundation; either version 2,## or (at your option) any later version.#### This program is distributed in the hope that it will be useful,## but WITHOUT ANY WARRANTY; without even the implied warranty of## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the## GNU General Public License for more details.#### You should have received a copy of the GNU General Public License## along with this program; if not, write to the Free Software## Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.##noinst_LTLIBRARIES    = libengine.lalibengine_la_SOURCES  = interp.c interp2.c interp.h interp-direct.h \                        interp-indirect.h interp-inlining.h relocatability.cif COMPILE_TIME_RELOC_CHECKSnoinst_PROGRAMS = compute_relocatabilitycompute_relocatability_LDADD = libengine.laendifAM_CFLAGS   = @interp_cflags@AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/interp -I$(top_builddir)/src

⌨️ 快捷键说明

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