makefile.am

来自「多线程库」· AM 代码 · 共 40 行

AM
40
字号
####### 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 + =
减小字号Ctrl + -
显示快捷键?