📄 makefile.am
字号:
####### kdevelop will overwrite this part!!! (begin)##########INCLUDES = libthreads_a_METASOURCES = USE_AUTOMOCnoinst_LIBRARIES = libthreads.alibthreads_a_SOURCES = cloning.c thread.C mutex.C cond.C spinlock.C \ attributes.C thread_lists.C semaphore.C wait_queue.C \ shared.CEXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h \ cond.C thread_cond.h semaphore.C thread_spinlock.h \ attributes.C thread_attributes.h thread_lists.C \ thread_lists.h thread_list.h thread_semaphore.h \ thread_signal_num.h thread_alloc.h Config.h shared.h####### kdevelop will overwrite this part!!! (end)############INCLUDES = $(all_includes)lib_LTLIBRARIES = libthreads.lalibthreads_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)libthreads_la_LIBADD = libthreads_la_SOURCES = cloning.c thread.C mutex.C cond.C semaphore.C \ attributes.C spinlock.C thread_lists.C wait_queue.C \ shared.Cinclude_HEADERS = thread.h thread_signal_num.h \ thread_semaphore.h thread_attributes.h thread_cond.h \ thread_mutex.h thread_spinlock.h thread_alloc.h EXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C thread_mutex.h \ cond.C thread_cond.h semaphore.C thread_semaphore.h attributes.C \ thread_attributes.h thread_lists.C thread_lists.h thread_list.h \ thread_signal_num.h thread_spinlock.h spinlock.C Config.h \ thread_alloc.h wait_queue.C wait_queue.h shared.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -