makefile.am
来自「基于LWVCL开发的库」· AM 代码 · 共 57 行
AM
57 行
# Makefile.in for xprof - A library to support cross language profiling## Copyright (c) 2000, 2003, 2004 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/AM_CFLAGS= $(KAFFE_CFLAGS)@engine_frag@AM_CPPFLAGS = \ -I$(top_srcdir)/kaffe/kaffevm/$(THREAD_DIR) \ $(ENGINE_INCLUDES) \ $(ENGINE_DEFS) \ -I$(top_srcdir)/kaffe/kaffevm \ -I$(top_builddir)/include \ -I$(top_srcdir)/config/$(Khost_cpu) \ -I$(top_srcdir)/config/$(Khost_cpu)/$(Khost_os) native_LTLIBRARIES = libkaffexprof.lalibkaffexprof_la_LDFLAGS = \ -no-undefined \ -export-dynamic \ -release $(PACKAGE_VERSION)libkaffexprof_la_LIBADD = $(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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?