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

📄 makefile.am

📁 kaffe Java 解释器语言,源码,Java的子集系统,开放源代码
💻 AM
字号:
# Makefile.in for xprof - A library to support cross language profiling## Copyright (c) 2000, 2003 University of Utah and the Flux Group.# 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.## Contributed by the Flux Research Group, Department of Computer Science,# University of Utah, http://www.cs.utah.edu/flux/@engine_frag@AM_CPPFLAGS = -I$(top_srcdir)/kaffe/kaffevm/$(THREAD_DIR) $(ENGINE_INCLUDES) -I$(top_srcdir)/libltdl $(ENGINE_DEFS) -I$(top_srcdir)/kaffe/kaffevm -I$(top_builddir)/includelib_LTLIBRARIES = libkaffexprof.lalibkaffexprof_la_LDFLAGS = \	-export-dynamic \	-release $(PACKAGE_VERSION)libkaffexprof_la_DEPENDENCIES = \	$(LIBLTDL)libkaffexprof_la_LIBADD = $(libkaffexprof_la_DEPENDENCIES) $(VM_LIBS) $(M_LIBS)libkaffexprof_la_SOURCES = \	callGraph.c \	debugFile.c \	feedback.c \	fileSections.c \	gmonFile.c \	mangle.c \	memorySamples.c \	sectionFile.c \	xprofiler.cnoinst_HEADERS = \	callGraph.h \	debugFile.h \	feedback.h \	fileSections.h \	gmon_out.h \	gmonFile.h \	mangle.h \	memorySamples.h \	sectionFile.h \	xprofiler.h# Ignore the warning!  We need to override CFLAGS or else it compile with -pg# and cause an endless recursion in the mcount code.CFLAGS = @CFLAGS_WITHOUT_PG@

⌨️ 快捷键说明

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