📄 makefile.am
字号:
# Makefile.frag for kaffevm pthreads.## Copyright (c) 1996, 1997, 1998, 1999# Transvirtual Technologies, Inc. All rights reserved.## See the file "license.terms" for information on usage and redistribution # of this file. noinst_LTLIBRARIES = libkthread.lalibkthread_la_LDFLAGS = \ $(KVMLIBFLAGS)libkthread_la_SOURCES = pjthread.c signal.c syscalls.cEXTRA_DIST = Makefile.frag jsignal.h jthread.h lock-impl.h thread-impl.h@engine_frag@AM_CPPFLAGS = \ -I$(srcdir) -I../.. -I$(srcdir)/../.. \ -I$(top_srcdir)/kaffe/kaffevm/jni \ -I$(top_builddir)/config -I$(top_srcdir)/config \ -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_builddir)/include \ $(ENGINE_DEFS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -