📄 makefile.am
字号:
# Makefile.frag for kaffevm pthread.## 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 = lock-impl.c signal.c syscalls.c thread-impl.cEXTRA_DIST = Makefile.frag lock-impl.h thread-impl.h thread-internal.h \ jsignal.h jthread.h@engine_frag@INCLUDES = \ -I. -I$(srcdir) -I../.. -I$(srcdir)/../.. \ -I$(top_builddir)/config -I$(top_srcdir)/config \ -I$(top_builddir)/include -I$(top_srcdir)/includeDEFS = $(ENGINE_DEFS) -DKVER=\"$(KVER)\"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -