⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 C++ SOCKET 类
💻 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.C io.C socket.C exception.C buffer.C stack.C \			sock_buffer.C async_io.C descriptors.C systemlib.C \			linked_list.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 \		thread_io.h thread_exception.h thread_socket.h \		thread_buffer.h thread_stack.h systemlib.h thread_stl.h \		linked_list.h linked_list.C####### 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.C io.C exception.C socket.C buffer.C stack.C \			sock_buffer.C async_io.C descriptors.C systemlib.C \			linked_list.Cpkginclude_HEADERS = thread.h signal_num.h io.h semaphore.h attributes.h \		     cond.h mutex.h spinlock.h alloc.h exception.h socket.h \		     buffer.h stl.h logger.h systemlib.h sig_handler.h \		     linked_list.hEXTRA_DIST = cloning.c cloning.h thread.C thread.h mutex.C mutex.h \	cond.C cond.h semaphore.C semaphore.h attributes.C \	attributes.h thread_lists.C thread_lists.h thread_list.h \	signal_num.h spinlock.h spinlock.C alloc.h wait_queue.C \	wait_queue.h shared.h stack.h systemlib.h sock_buffer.C \	async_io.C descriptors.C logger.h linked_list.h linked_list.C

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -